object has
Contains all methods which are part of the DSL used for specifying a RemoteConfiguration via code.
This object contains all methods which are part of a DSL which has been introduced in this plugin for defining a RemoteConfiguration via code. This means that the DSL must allow to specify the hostname and the username of the remote location to which connect, the port on which the remote location listens for SSH connections, the password or the private key file and its possible passphrase to be used in the authentication phase.
- Alphabetic
- By Inheritance
- has
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fingerprint(fingerprint: String): Unit
The fingerprint to be used for identifying the remote location which the RemoteConfiguration to create refers to.
The fingerprint to be used for identifying the remote location which the RemoteConfiguration to create refers to.
- fingerprint
the fingerprint to be used for identifying the remote location
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
host(host: String): Unit
Allows to specify the hostname of the remote location which the RemoteConfiguration to create refers to.
Allows to specify the hostname of the remote location which the RemoteConfiguration to create refers to.
- host
the hostname of the remote location
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
password(password: String): Unit
The password used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
The password used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
- password
the password to be used in the authentication phase of the SSH connection
-
def
port(port: Int): Unit
Allows to specify the port of the remote location which the RemoteConfiguration to create refers to.
Allows to specify the port of the remote location which the RemoteConfiguration to create refers to.
- port
the port behind which the remote location listens for SSH connections
-
def
privateKeyFile(privateKeyFile: String): Unit
The path to the private key file used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
The path to the private key file used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
- privateKeyFile
the path to the private key to be used in the authentication phase of the SSH connection
-
def
privateKeyPassphrase(privateKeyPassphrase: String): Unit
The passphrase used to encrypt the private key file used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
The passphrase used to encrypt the private key file used in the authentication phase of the SSH connection to the remote location which the RemoteConfiguration to create refers to.
- privateKeyPassphrase
the passphrase used to encrypt the private key to be used in the authentication phase of the SSH connection
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
user(user: String): Unit
Allows to specify the username used in the remote location which the RemoteConfiguration to create refers to.
Allows to specify the username used in the remote location which the RemoteConfiguration to create refers to.
- user
the username used in the remote location
-
def
verifyIdentity(verifyIdentity: Boolean): Unit
The parameter "verify identity" used for connecting to the remote location only if the identity can be verified, remote which the RemoteConfiguration to create refers to.
The parameter "verify identity" used for connecting to the remote location only if the identity can be verified, remote which the RemoteConfiguration to create refers to.
- verifyIdentity
the parameter to be used for specifying to connect to the remote location only if the identity can be verified
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )