class DockerJavaExecutor extends DockerCommandExecutor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DockerJavaExecutor
- DockerCommandExecutor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DockerJavaExecutor(host: String, client: DockerClient)
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() @HotSpotIntrinsicCandidate()
-
def
close(): Unit
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
def
createContainer(spec: DockerContainer)(implicit ec: ExecutionContext, timeout: Duration): Future[String]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
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() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
host: String
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
def
inspectContainer(id: String)(implicit ec: ExecutionContext, timeout: Duration): Future[Option[InspectContainerResult]]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listImages()(implicit ec: ExecutionContext, timeout: Duration): Future[Set[String]]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pullImage(image: String)(implicit ec: ExecutionContext, timeout: Duration): Future[Unit]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
def
remove(id: String, force: Boolean, removeVolumes: Boolean)(implicit ec: ExecutionContext, timeout: Duration): Future[Unit]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
def
startContainer(id: String)(implicit ec: ExecutionContext, timeout: Duration): Future[Unit]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
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( ... )
-
def
withLogStreamLines(id: String, withErr: Boolean)(f: (String) ⇒ Unit)(implicit docker: DockerCommandExecutor, ec: ExecutionContext, timeout: Duration): Unit
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
-
def
withLogStreamLinesRequirement(id: String, withErr: Boolean)(f: (String) ⇒ Boolean)(implicit docker: DockerCommandExecutor, ec: ExecutionContext, timeout: Duration): Future[Unit]
- Definition Classes
- DockerJavaExecutor → DockerCommandExecutor
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated