object autoImport
The "autoImport" object, containing all things that must be auto-imported by the plugin when activated.
- Alphabetic
- By Inheritance
- autoImport
- 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
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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
remoteConfiguration(withName: String)(body: ⇒ Unit): (String, Either[Seq[ValidationError], RemoteConfiguration])
Allows to use the DSL for specifying a RemoteConfiguration.
Allows to use the DSL for specifying a RemoteConfiguration. With its first parameter it allows to specify the name of the RemoteConfiguration and with the second provides a place to use the DSL methods to specify all the parameters which compose the RemoteConfiguration.
- withName
the name of the RemoteConfiguration to create
- body
the parameter to be used as a place to call the DSL methods
- returns
a new pair made of the name of a RemoteConfiguration and a scala.Either containing the RemoteConfiguration itself, if all the parameters were valid, a scala.Seq with all errors encountered while validating the possible RemoteConfiguration otherwise
- val remoteDeploy: InputKey[Unit]
- val remoteDeployAfterHook: SettingKey[Option[(Remote) ⇒ Unit]]
- val remoteDeployArtifacts: TaskKey[Seq[(File, String)]]
- val remoteDeployBeforeHook: SettingKey[Option[(Remote) ⇒ Unit]]
- val remoteDeployConf: SettingKey[Seq[(String, Either[Seq[ValidationError], RemoteConfiguration])]]
- val remoteDeployConfFiles: SettingKey[Seq[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )
-
object
has
Contains all methods which are part of the DSL used for specifying a RemoteConfiguration via code.
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.