Interface RegistryTaskRun.DefinitionStages.RunRequestType
-
- All Known Subinterfaces:
RegistryTaskRun.Definition
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.RunRequestTypeThe stage of the definition that specifies the task run request type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryDockerTaskRunRequest.DefinitionStages.BlankwithDockerTaskRunRequest()The function that specifies the task run request type will be a Docker task.RegistryEncodedTaskRunRequest.DefinitionStages.BlankwithEncodedTaskRunRequest()The function that specifies the task run request type will be an encoded task.RegistryFileTaskRunRequest.DefinitionStages.BlankwithFileTaskRunRequest()The function that specifies the task run request type will be a file task.
-
-
-
Method Detail
-
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.
-
-