Package com.atlassian.bamboo.buildqueue
Interface PipelineDefinitionVisitor
- All Known Implementing Classes:
BaseElasticPipelineDefinitionVisitor
public interface PipelineDefinitionVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitElastic
(ElasticAgentDefinition pipelineDefinition) void
visitEphemeral
(EphemeralAgentDefinition pipelineDefinition) void
visitLocal
(LocalAgentDefinition pipelineDefinition) void
visitRemote
(RemoteAgentDefinition pipelineDefinition)
-
Method Details
-
visitElastic
-
visitEphemeral
-
visitLocal
-
visitRemote
-