Class

se.marcuslonnberg.scaladocker.remote.api

ImageCommands

Related Doc: package api

Permalink

class ImageCommands extends Commands

Linear Supertypes
Commands, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ImageCommands
  2. Commands
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImageCommands(connection: DockerConnection)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def build(tarStream: Source[ByteString, Any], tarLength: Long, imageName: Option[ImageName] = None, cache: Boolean = true, rm: Boolean = true, alwaysPull: Boolean = false)(implicit ec: ExecutionContext): Source[BuildMessage, NotUsed]

    Permalink
  6. def buildFile(tarFile: File, imageName: Option[ImageName] = None, cache: Boolean = true, rm: Boolean = true, alwaysPull: Boolean = false)(implicit ec: ExecutionContext): Source[BuildMessage, NotUsed]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def create(imageName: ImageName)(implicit ec: ExecutionContext): Source[ImageTransferMessage, NotUsed]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(imageId: ImageIdentifier)(implicit ec: ExecutionContext): Future[Image]

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val imagesPath: Path

    Permalink
    Attributes
    protected
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def list(all: Boolean)(implicit ec: ExecutionContext): Future[Seq[Image]]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def push(imageName: ImageName)(implicit ec: ExecutionContext): Source[ImageTransferMessage, NotUsed]

    Permalink
  22. def remove(imageId: ImageIdentifier, force: Boolean, prune: Boolean = true)(implicit ec: ExecutionContext): Source[RemoveImageMessage, Any]

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

    Permalink
    Definition Classes
    AnyRef
  24. def tag(imageId: ImageIdentifier, tag: ImageName, force: Boolean = false)(implicit ec: ExecutionContext): Future[ImageName]

    Permalink
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def unknownResponse(response: HttpResponse)(implicit ec: ExecutionContext, mat: Materializer): Source[Nothing, NotUsed]

    Permalink
    Definition Classes
    Commands
  27. def unknownResponseFuture(response: HttpResponse)(implicit ec: ExecutionContext, mat: Materializer): Future[Nothing]

    Permalink
    Definition Classes
    Commands
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Commands

Inherited from AnyRef

Inherited from Any

Ungrouped