Packages

class StepsRunner extends AnyRef

Runs steps for building an image.

Use by constructing the runner and calling run... each step. Make sure that steps are run before other steps that depend on them. Wait on the last step.

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

Instance Constructors

  1. new StepsRunner(buildConfiguration: BuildConfiguration, baseLayersCache: Cache, applicationLayersCache: Cache)

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 clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getCachedApplicationLayers(): List[CachedLayerWithMetadata]

    returns

    the layers cached by #buildAndCacheApplicationLayerSteps

    Exceptions thrown

    ExecutionException if #buildAndCacheApplicationLayerSteps threw an exception during execution

  10. def getCachedBaseImageLayers(): List[CachedLayer]

    returns

    the layers cached by #pullAndCacheBaseImageLayersStep

    Exceptions thrown

    ExecutionException if #pullAndCacheBaseImageLayersStep threw an exception during execution

  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def runAuthenticatePushStep(): StepsRunner
  18. def runBuildAndCacheApplicationLayerSteps(): StepsRunner
  19. def runBuildImageStep(): StepsRunner
  20. def runFinalizingBuildStep(): StepsRunner
  21. def runFinalizingPushStep(): StepsRunner
  22. def runLoadDockerStep(): StepsRunner
  23. def runPullAndCacheBaseImageLayersStep(): StepsRunner
  24. def runPullBaseImageStep(): StepsRunner
  25. def runPushApplicationLayersStep(): StepsRunner
  26. def runPushBaseImageLayersStep(): StepsRunner
  27. def runPushContainerConfigurationStep(): StepsRunner
  28. def runPushImageStep(): StepsRunner
  29. def runRetrieveTargetRegistryCredentialsStep(): StepsRunner
  30. def runWriteTarFileStep(outputPath: Path): StepsRunner
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. def waitOnLoadDockerStep(): Unit
  37. def waitOnPushImageStep(): Unit
  38. def waitOnWriteTarFileStep(): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped