Uses of Class
com.atlassian.bamboo.buildqueue.PipelineDefinition

Packages that use PipelineDefinition
com.atlassian.bamboo.build.pipeline.tasks   
com.atlassian.bamboo.buildqueue   
com.atlassian.bamboo.buildqueue.manager   
com.atlassian.bamboo.configuration   
 

Uses of PipelineDefinition in com.atlassian.bamboo.build.pipeline.tasks
 

Methods in com.atlassian.bamboo.build.pipeline.tasks that return PipelineDefinition
 PipelineDefinition BambooBuildPipeline.getDefinition()
           
 

Methods in com.atlassian.bamboo.build.pipeline.tasks with parameters of type PipelineDefinition
 void BambooBuildPipeline.setDefinition(PipelineDefinition pipelineDefinition)
           
 

Constructors in com.atlassian.bamboo.build.pipeline.tasks with parameters of type PipelineDefinition
BambooBuildPipeline(PipelineDefinition definition, BuildEventNotifier buildEventNotifier, ErrorHandler errorHandler, com.atlassian.event.EventManager eventManager)
           
 

Uses of PipelineDefinition in com.atlassian.bamboo.buildqueue
 

Methods in com.atlassian.bamboo.buildqueue that return PipelineDefinition
 PipelineDefinition BuildPipeline.getDefinition()
           
 

Methods in com.atlassian.bamboo.buildqueue with parameters of type PipelineDefinition
 void BuildQueue.setDefinition(PipelineDefinition pipelineDefinition)
           
 void BuildPipeline.setDefinition(PipelineDefinition pipelineDefinition)
           
 void SimpleBuildQueue.setDefinition(PipelineDefinition pipelineDefinition)
           
 

Constructors in com.atlassian.bamboo.buildqueue with parameters of type PipelineDefinition
SimpleBuildQueue(TaskDaemon buildTask, BuildExecutor buildExecutor, PipelineDefinition definition)
          Create the build queue
 

Uses of PipelineDefinition in com.atlassian.bamboo.buildqueue.manager
 

Methods in com.atlassian.bamboo.buildqueue.manager with parameters of type PipelineDefinition
 void PipelineManagerImpl.savePipeline(PipelineDefinition pipelineDefinition)
           
 void PipelineManager.savePipeline(PipelineDefinition pipelineDefinition)
          Stores the PipelineDefinition.
 

Uses of PipelineDefinition in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration that return PipelineDefinition
 PipelineDefinition ConfigurePipeline.getCurrentPipeline()
           
 

Methods in com.atlassian.bamboo.configuration with parameters of type PipelineDefinition
 void ConfigurePipeline.setCurrentPipeline(PipelineDefinition currentPipeline)
           
 void AdministrationConfiguration.setPipelineDefinition(PipelineDefinition pipelineDefinition)
           
 



Copyright © 2008 Atlassian Software Systems.. All Rights Reserved.