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 voidvisitElastic(ElasticAgentDefinition pipelineDefinition)voidvisitEphemeral(EphemeralAgentDefinition pipelineDefinition)voidvisitLocal(LocalAgentDefinition pipelineDefinition)voidvisitRemote(RemoteAgentDefinition pipelineDefinition)
-
-
-
Method Detail
-
visitElastic
void visitElastic(ElasticAgentDefinition pipelineDefinition)
-
visitEphemeral
void visitEphemeral(EphemeralAgentDefinition pipelineDefinition)
-
visitLocal
void visitLocal(LocalAgentDefinition pipelineDefinition)
-
visitRemote
void visitRemote(RemoteAgentDefinition pipelineDefinition)
-
-