Interface RegistryTask.DefinitionStages.TaskStepType
-
- All Known Subinterfaces:
RegistryTask.Definition
- Enclosing interface:
- RegistryTask.DefinitionStages
public static interface RegistryTask.DefinitionStages.TaskStepTypeThe stage of the container registry task definition that specifies the type of task step.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskStep.DefinitionStages.BlankdefineDockerTaskStep()The function that specifies a task step of type DockerTaskStep.RegistryEncodedTaskStep.DefinitionStages.BlankdefineEncodedTaskStep()The function that specifies a task step of type EncodedTaskStep.RegistryFileTaskStep.DefinitionStages.BlankdefineFileTaskStep()The function that specifies a task step of type FileTaskStep.
-
-
-
Method Detail
-
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.
-
-