class DockerComposeController extends DockerControllerImpl
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerComposeController
- DockerControllerImpl
- DockerController
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DockerComposeController(dockerClient: DockerClient, outputFrameInterval: FiniteDuration = 500.millis)(dockerComposeWorkingDir: File, ymlResourceName: String, context: Map[String, AnyRef])
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
awaitCondition(duration: Duration)(predicate: (Frame) ⇒ Boolean): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
containerId: String
- Definition Classes
- DockerControllerImpl → DockerController
- val context: Map[String, AnyRef]
-
def
createContainer(f: (CreateContainerCmd) ⇒ CreateContainerCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
val
dockerClient: DockerClient
- Definition Classes
- DockerControllerImpl
- val dockerComposeWorkingDir: File
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
existsImage(p: (Image) ⇒ Boolean): Boolean
- Definition Classes
- DockerControllerImpl → DockerController
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
imageName: String
- Definition Classes
- DockerControllerImpl
-
def
inspectContainer(f: (InspectContainerCmd) ⇒ InspectContainerCmd): InspectContainerResponse
- Definition Classes
- DockerControllerImpl → DockerController
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listImages(f: (ListImagesCmd) ⇒ ListImagesCmd): Vector[Image]
- Definition Classes
- DockerControllerImpl → DockerController
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newCreateContainerCmd(): CreateContainerCmd
- Attributes
- protected
- Definition Classes
- DockerComposeController → DockerControllerImpl
-
def
newInspectContainerCmd(): InspectContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newListImagesCmd(): ListImagesCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newLogContainerCmd(): LogContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newPullImageCmd(): PullImageCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newRemoveContainerCmd(): RemoveContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newStartContainerCmd(): StartContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
def
newStopContainerCmd(): StopContainerCmd
- Attributes
- protected
- Definition Classes
- DockerControllerImpl
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pullImage(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
def
pullImageIfNotExists(f: (PullImageCmd) ⇒ PullImageCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
def
removeContainer(f: (RemoveContainerCmd) ⇒ RemoveContainerCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
def
startContainer(f: (StartContainerCmd) ⇒ StartContainerCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
def
stopContainer(f: (StopContainerCmd) ⇒ StopContainerCmd): DockerController
- Definition Classes
- DockerControllerImpl → DockerController
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
tag: Option[String]
- Definition Classes
- DockerControllerImpl
-
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( ... )
- val ymlResourceName: String
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated