Interface RegistryTask.DefinitionStages.TaskStepType
- All Known Subinterfaces:
RegistryTask.Definition
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.TaskStepType
The stage of the container registry task definition that specifies the type of task step.
-
Method Summary
Modifier and TypeMethodDescriptionThe function that specifies a task step of type DockerTaskStep.The function that specifies a task step of type EncodedTaskStep.The function that specifies a task step of type FileTaskStep.
-
Method Details
-
defineFileTaskStep
RegistryFileTaskStep.DefinitionStages.Blank defineFileTaskStep()The function that specifies a task step of type FileTaskStep.- Returns:
- the first stage of the FileTaskStep definition.
-
defineEncodedTaskStep
RegistryEncodedTaskStep.DefinitionStages.Blank defineEncodedTaskStep()The function that specifies a task step of type EncodedTaskStep.- Returns:
- the first stage of the EncodedTaskStep definition.
-
defineDockerTaskStep
RegistryDockerTaskStep.DefinitionStages.Blank defineDockerTaskStep()The function that specifies a task step of type DockerTaskStep.- Returns:
- the first stage of the DockerTaskStep definition.
-