se.marcuslonnberg.scaladocker.remote.api

ImageCommands

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ImageCommands(connection: DockerConnection)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. 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, Unit]

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

  9. def clone(): AnyRef

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

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

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

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

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

  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. val imagesPath: Path

    Attributes
    protected
  18. final def isInstanceOf[T0]: Boolean

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

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def push(imageName: ImageName)(implicit ec: ExecutionContext): Source[ImageTransferMessage, Unit]

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

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

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

  27. def toString(): String

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

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

    Definition Classes
    Commands
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Commands

Inherited from AnyRef

Inherited from Any

Ungrouped