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