RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withCacheEnabled(boolean enabled) |
The function that specifies the use of a cache based on user input parameter.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerFilePath.withDockerFilePath(String path) |
The function that specifies the path to the Docker file.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withImageNames(List<String> imageNames) |
The function that specifies the list of image names.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArgument(String name,
OverridingArgument overridingArgument) |
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withOverridingArguments(Map<String,OverridingArgument> overridingArguments) |
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable |
RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable.withPushEnabled(boolean enabled) |
The function that enables push depending on user input parameter.
|