RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withCacheEnabled(boolean enabled) |
The function that specifies a cache will be used or not.
|
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerFilePath.withDockerFilePath(String path) |
The function that specifies the path to the Docker file.
|
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withImageNames(List<String> imageNames) |
The function that specifies the list of image names.
|
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArgument(String name,
OverridingArgument overridingArgument) |
The function that specifies the overriding argument and what it will override.
|
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withOverridingArguments(Map<String,OverridingArgument> overridingArguments) |
The function that specifies the overriding arguments and what they will override.
|
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable |
RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable.withPushEnabled(boolean enabled) |
The function that specifies push is enabled or not.
|