c

com.github.j5ik2o.dockerController

DockerComposeController

class DockerComposeController extends DockerControllerImpl

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DockerComposeController
  2. DockerControllerImpl
  3. DockerController
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DockerComposeController(dockerClient: DockerClient, outputFrameInterval: FiniteDuration = 500.millis)(dockerComposeWorkingDir: File, ymlResourceName: String, context: Map[String, AnyRef])

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 awaitCondition(duration: Duration)(predicate: (Frame) ⇒ Boolean): DockerController
    Definition Classes
    DockerControllerImplDockerController
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def containerId: String
    Definition Classes
    DockerControllerImplDockerController
  8. val context: Map[String, AnyRef]
  9. def createContainer(f: (CreateContainerCmd) ⇒ CreateContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  10. val dockerClient: DockerClient
    Definition Classes
    DockerControllerImpl
  11. val dockerComposeWorkingDir: File
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def existsImage(p: (Image) ⇒ Boolean): Boolean
    Definition Classes
    DockerControllerImplDockerController
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. val imageName: String
    Definition Classes
    DockerControllerImpl
  18. def inspectContainer(f: (InspectContainerCmd) ⇒ InspectContainerCmd): InspectContainerResponse
    Definition Classes
    DockerControllerImplDockerController
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def listImages(f: (ListImagesCmd) ⇒ ListImagesCmd): Vector[Image]
    Definition Classes
    DockerControllerImplDockerController
  21. val logger: Logger
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def newCreateContainerCmd(): CreateContainerCmd
    Attributes
    protected
    Definition Classes
    DockerComposeControllerDockerControllerImpl
  24. def newInspectContainerCmd(): InspectContainerCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  25. def newListImagesCmd(): ListImagesCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  26. def newLogContainerCmd(): LogContainerCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  27. def newPullImageCmd(): PullImageCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  28. def newRemoveContainerCmd(): RemoveContainerCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  29. def newStartContainerCmd(): StartContainerCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  30. def newStopContainerCmd(): StopContainerCmd
    Attributes
    protected
    Definition Classes
    DockerControllerImpl
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def pullImage(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  34. def pullImageIfNotExists(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  35. def removeContainer(f: (RemoveContainerCmd) ⇒ RemoveContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  36. def startContainer(f: (StartContainerCmd) ⇒ StartContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  37. def stopContainer(f: (StopContainerCmd) ⇒ StopContainerCmd): DockerController
    Definition Classes
    DockerControllerImplDockerController
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val tag: Option[String]
    Definition Classes
    DockerControllerImpl
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. val ymlResourceName: String

Deprecated Value Members

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

Inherited from DockerControllerImpl

Inherited from DockerController

Inherited from AnyRef

Inherited from Any

Ungrouped