Packages

  • package root
    Definition Classes
    root
  • package io
    Definition Classes
    root
  • package github
    Definition Classes
    io
  • package cakelier
    Definition Classes
    github
  • object RemoteDeployPlugin extends AutoPlugin

    The SBT plugin, the main entrypoint to this project.

    The SBT plugin, the main entrypoint to this project.

    This object represents the SBT plugin, containing its keys to be used in a build file, the DSL to specify a configuration through code, and the steps taken by the plugin before executing its proper behavior, like parsing and validating the configurations.

    Definition Classes
    cakelier
  • object autoImport

    The "autoImport" object, containing all things that must be auto-imported by the plugin when activated.

    The "autoImport" object, containing all things that must be auto-imported by the plugin when activated.

    Definition Classes
    RemoteDeployPlugin
  • has

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. has
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. 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

  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. 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

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. 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

  17. 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

  18. 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

  19. 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

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. 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

  23. 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

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped