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
Ordering
- Alphabetic
- By Inheritance
Inherited
- StepsRunner
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StepsRunner(buildConfiguration: BuildConfiguration, baseLayersCache: Cache, applicationLayersCache: Cache)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getCachedApplicationLayers(): List[CachedLayerWithMetadata]
- returns
the layers cached by
#buildAndCacheApplicationLayerSteps
- Exceptions thrown
ExecutionExceptionif#buildAndCacheApplicationLayerStepsthrew an exception during execution
-
def
getCachedBaseImageLayers(): List[CachedLayer]
- returns
the layers cached by
#pullAndCacheBaseImageLayersStep
- Exceptions thrown
ExecutionExceptionif#pullAndCacheBaseImageLayersStepthrew an exception during execution
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runAuthenticatePushStep(): StepsRunner
- def runBuildAndCacheApplicationLayerSteps(): StepsRunner
- def runBuildImageStep(): StepsRunner
- def runFinalizingBuildStep(): StepsRunner
- def runFinalizingPushStep(): StepsRunner
- def runLoadDockerStep(): StepsRunner
- def runPullAndCacheBaseImageLayersStep(): StepsRunner
- def runPullBaseImageStep(): StepsRunner
- def runPushApplicationLayersStep(): StepsRunner
- def runPushBaseImageLayersStep(): StepsRunner
- def runPushContainerConfigurationStep(): StepsRunner
- def runPushImageStep(): StepsRunner
- def runRetrieveTargetRegistryCredentialsStep(): StepsRunner
- def runWriteTarFileStep(outputPath: Path): StepsRunner
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def waitOnLoadDockerStep(): Unit
- def waitOnPushImageStep(): Unit
- def waitOnWriteTarFileStep(): Unit