Uses of Interface
com.atlassian.bamboo.chains.ChainStage

Packages that use ChainStage
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.index   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plugins.rest.model.chain   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.build.admin.config   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.plan   
com.atlassian.bamboo.ww2.aware   
 

Uses of ChainStage in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return ChainStage
 ChainStage ChainResultsAction.getChainStage()
           
 ChainStage Job.getStage()
          The ChainStage that this Job is a member of
 ChainStage DefaultJob.getStage()
           
 

Methods in com.atlassian.bamboo.build with parameters of type ChainStage
 void ChainResultsAction.setChainStage(ChainStage chainStage)
           
 void Job.setStage(ChainStage stage)
           
 void DefaultJob.setStage(ChainStage chainStage)
           
 

Uses of ChainStage in com.atlassian.bamboo.chains
 

Classes in com.atlassian.bamboo.chains that implement ChainStage
 class ChainStageImpl
           
 

Methods in com.atlassian.bamboo.chains that return ChainStage
 ChainStage Chain.addNewStage(java.lang.String name, java.lang.String description)
           
 ChainStage DefaultChain.addNewStage(java.lang.String name, java.lang.String description)
           
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainStage
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactory.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
          Creates a BuildContext for each Job in the Chain
 java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(Chain chain, BuildContext parentBuildContext)
           
 java.util.List<ChainStage> Chain.getAllStages()
          Get Stages of the Chain Note that this includes ChainStages that have been marked for deletion
 java.util.List<ChainStage> DefaultChain.getAllStages()
           
 java.util.Collection<ChainStage> ChainStageHibernateDao.getChainStagesMarkedForDeletion()
           
 java.util.Collection<ChainStage> ChainStageDao.getChainStagesMarkedForDeletion()
           
 java.util.List<ChainStage> Chain.getStages()
          Get Stages of the chain.
 java.util.List<ChainStage> DefaultChain.getStages()
           
 

Methods in com.atlassian.bamboo.chains with parameters of type ChainStage
 void Chain.addStage(ChainStage chainStage)
           
 void DefaultChain.addStage(ChainStage chainStage)
           
 ChainStageResult ChainResultsSummary.createStageResult(ChainStage chainStage)
          Create a new ChainStageResult and associates it with the ChainResultsSummary
 ChainStageResult ChainResultsSummaryImpl.createStageResult(ChainStage chainStage)
           
 void Chain.removeStage(ChainStage chainStage)
           
 void DefaultChain.removeStage(ChainStage chainStage)
           
 

Method parameters in com.atlassian.bamboo.chains with type arguments of type ChainStage
 ChainStateResult ChainResultManager.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
          Creates a ChainState from Chain and BuildContext and reports any errors
 ChainStateResult ChainResultManagerImpl.create(Chain chain, BuildContext chainBuildContext, java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> jobBuildContexts)
           
 void DefaultChain.setAllStages(java.util.List<ChainStage> allStages)
           
 

Uses of ChainStage in com.atlassian.bamboo.deletion
 

Methods in com.atlassian.bamboo.deletion with parameters of type ChainStage
 void DeletionService.deleteStage(ChainStage chainStage)
           
 void DeletionServiceImpl.deleteStage(ChainStage chainStage)
           
 

Uses of ChainStage in com.atlassian.bamboo.index
 

Methods in com.atlassian.bamboo.index with parameters of type ChainStage
 ChainStageResult BuildResultsSummaryDocument.createStageResult(ChainStage chainStage)
           
 

Uses of ChainStage in com.atlassian.bamboo.migration.stream
 

Methods in com.atlassian.bamboo.migration.stream that return ChainStage
protected  ChainStage ChainStageMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
           
 

Methods in com.atlassian.bamboo.migration.stream with parameters of type ChainStage
 void ChainStageMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<ChainStage> chainStages, ChainStage stage, long objectIndex, net.sf.hibernate.Session session)
           
protected  void ChainStageMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement, ChainStage stage, net.sf.hibernate.Session session)
           
protected  void ChainStageMapper.importProperties(ChainStage stage, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 

Method parameters in com.atlassian.bamboo.migration.stream with type arguments of type ChainStage
 void ChainStageMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor, java.util.List<ChainStage> chainStages, ChainStage stage, long objectIndex, net.sf.hibernate.Session session)
           
 

Constructors in com.atlassian.bamboo.migration.stream with parameters of type ChainStage
ChainBuildMapper(net.sf.hibernate.SessionFactory sessionFactory, ChainStage stage, PlanManager planManager)
           
 

Uses of ChainStage in com.atlassian.bamboo.plan
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type ChainStage
static java.util.Comparator<ChainStage> PlanComparators.stageIndexComparator()
           
 

Uses of ChainStage in com.atlassian.bamboo.plan.artifact
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type ChainStage
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscribersForMovedJob(Job producer, ChainStage producerStage)
          Validate all consumer artifact subscriptions to the artifacts produced by a Job against target stage
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscribersForMovedJob(Job producer, ChainStage destinationStage)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscriptionsForMovedStage(ChainStage stage, int stageIndex)
          Validate all consumer artifact subscriptions possibly affected by moving of stage.
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscriptionsForMovedStage(ChainStage movedStage, int stageIndexAfterMove)
           
 

Uses of ChainStage in com.atlassian.bamboo.plugins.rest.model.chain
 

Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ChainStage
RestStage(ChainStage chainStage, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of ChainStage in com.atlassian.bamboo.ww2.actions
 

Methods in com.atlassian.bamboo.ww2.actions that return ChainStage
 ChainStage ChainAwareContextHolder.getChainStage()
           
 ChainStage ChainActionSupport.getChainStage()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type ChainStage
 void ChainAwareContextHolder.setChainStage(ChainStage chainStage)
           
 void ChainActionSupport.setChainStage(ChainStage chainStage)
           
 

Uses of ChainStage in com.atlassian.bamboo.ww2.actions.build.admin.config
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config that return types with arguments of type ChainStage
 com.google.common.collect.Multimap<ChainStage,Job> ConfigureBuildArtifact.getJobsSubscribedToArtifact(ArtifactDefinition artifactDefinition)
          Get jobs subscribed to artifact
 

Uses of ChainStage in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type ChainStage
 com.google.common.collect.Multimap<ChainStage,Job> MoveStageAction.getJobsContainingInvalidSubscriptions()
          This method returns consumers of artifacts for which exists a subscription that would be broken by the move operation that triggered the action.
 com.google.common.collect.Multimap<ChainStage,Job> MoveJobAction.getJobsContainingInvalidSubscriptions()
          This method returns consumers of artifacts for which exists a subscription that would be broken by the move operation that triggered the action.
 com.google.common.collect.Multimap<ChainStage,Job> DeleteStageAction.getJobsContainingInvalidSubscriptions()
           
 com.google.common.collect.Multimap<ChainStage,Job> CreateJob.getJobsContainingInvalidSubscriptions()
           
 

Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type ChainStage
protected  void MoveStageAction.moveStage(java.util.List<ChainStage> stages, ChainStage stage, int index)
           
 

Method parameters in com.atlassian.bamboo.ww2.actions.chains with type arguments of type ChainStage
protected  void MoveStageAction.moveStage(java.util.List<ChainStage> stages, ChainStage stage, int index)
           
 

Uses of ChainStage in com.atlassian.bamboo.ww2.actions.plan
 

Methods in com.atlassian.bamboo.ww2.actions.plan that return types with arguments of type ChainStage
 com.google.common.collect.Multimap<ChainStage,Job> DeletePlan.getJobsContainingInvalidSubscriptions()
           
 

Uses of ChainStage in com.atlassian.bamboo.ww2.aware
 

Methods in com.atlassian.bamboo.ww2.aware that return ChainStage
 ChainStage ChainAware.getChainStage()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type ChainStage
 void ChainAware.setChainStage(ChainStage chainStage)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.