Interface RegistryTaskRun.DefinitionStages.RunRequestType
- All Known Subinterfaces:
RegistryTaskRun.Definition
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.RunRequestType
The stage of the definition that specifies the task run request type.
-
Method Summary
Modifier and TypeMethodDescriptionThe function that specifies the task run request type will be a Docker task.The function that specifies the task run request type will be an encoded task.The function that specifies the task run request type will be a file task.
-
Method Details
-
withFileTaskRunRequest
RegistryFileTaskRunRequest.DefinitionStages.Blank withFileTaskRunRequest()The function that specifies the task run request type will be a file task.- Returns:
- the next stage of the container registry task run definition.
-
withEncodedTaskRunRequest
RegistryEncodedTaskRunRequest.DefinitionStages.Blank withEncodedTaskRunRequest()The function that specifies the task run request type will be an encoded task.- Returns:
- the next stage of the container registry task run definition.
-
withDockerTaskRunRequest
RegistryDockerTaskRunRequest.DefinitionStages.Blank withDockerTaskRunRequest()The function that specifies the task run request type will be a Docker task.- Returns:
- the next stage of the container registry task run definition.
-