client

DockerSshClient

Related Doc: package client

class DockerSshClient extends DockerDeploymentClient with RunCommandRunner

Linear Supertypes
DockerDeploymentClient.RunCommandRunner, DockerDeploymentClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DockerSshClient
  2. RunCommandRunner
  3. DockerDeploymentClient
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DockerSshClient(client: SSHClient, dockerCmd: String)

Type Members

  1. type ContainerDescription = DockerDeploymentClient.ContainerDescription

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient
  2. type DockerDeploymentClientException = DockerDeploymentClient.DockerDeploymentClientException

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient
  3. type JsonFormatError = DockerDeploymentClient.JsonFormatError

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient
  4. type NonZeroExitStatusException = DockerDeploymentClient.NonZeroExitStatusException

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient
  5. type RunCommandBuilder = DockerDeploymentClient.RunCommandBuilder

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient
  6. type RunCommandRunner = DockerDeploymentClient.RunCommandRunner

    Attributes
    protected
    Definition Classes
    DockerDeploymentClient

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createRunCommandBuilder(imageReference: String): DockerDeploymentClient.RunCommandBuilder

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def getRunningContainers(): List[DockerDeploymentClient.ContainerDescription]

  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. def inspectImages(imageReferences: List[String]): List[ImageInspection]

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def pull(imageReference: String): Unit

  19. def rm(containerReference: String): Unit

  20. def run(runParameters: DefaultDockerRunCommandBuilder): Unit

    Definition Classes
    DockerSshClient → RunCommandRunner
  21. def shutdown(): Unit

  22. def stop(containerReference: String): Unit

  23. def stopAndRemoveContainer(containerReference: String): Unit

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DockerDeploymentClient.RunCommandRunner

Inherited from DockerDeploymentClient

Inherited from AnyRef

Inherited from Any

Ungrouped