Interface Attachable<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition.
- All Known Subinterfaces:
PolicyRule.Definition
,PolicyRule.DefinitionStages.WithPolicyRuleAttachable
,RegistryDockerTaskRunRequest.Definition
,RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable
,RegistryDockerTaskStep.Definition
,RegistryDockerTaskStep.DefinitionStages.DockerTaskStepAttachable
,RegistryEncodedTaskRunRequest.Definition
,RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable
,RegistryEncodedTaskStep.Definition
,RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable
,RegistryFileTaskRunRequest.Definition
,RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable
,RegistryFileTaskStep.Definition
,RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable
public interface Attachable<ParentT>
The final stage of the child object definition, at which it can be attached to the parent.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The final stage of the child object definition, as which it can be attached to the parent.static interface
The final stage of the child object definition, as which it can be attached to the parent.static interface
The final stage of the child object definition, as which it can be attached to the parent.static interface
The final stage of the child object definition, as which it can be attached to the parent. -
Method Summary
-
Method Details
-
attach
ParentT attach()Attaches this child object's definition to its parent's definition.- Returns:
- the next stage of the parent object's definition
-