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

Packages that use Chain
com.atlassian.bamboo.autofavourite   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plugins.maven2   
com.atlassian.bamboo.plugins.maven2.dependencies   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.bulk   
com.atlassian.bamboo.ww2.actions.build.admin.create   
com.atlassian.bamboo.ww2.actions.chains   
com.atlassian.bamboo.ww2.actions.project   
com.atlassian.bamboo.ww2.aware   
 

Uses of Chain in com.atlassian.bamboo.autofavourite
 

Methods in com.atlassian.bamboo.autofavourite with parameters of type Chain
 void AutoFavouritePostChainAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
           
 

Uses of Chain in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return Chain
 Chain ChainResultsAction.getChain()
           
 Chain Job.getParent()
          The Chain that this Job is a member of
 Chain DefaultJob.getParent()
           
 

Methods in com.atlassian.bamboo.build with parameters of type Chain
 void ChainResultsAction.setChain(Chain chain)
           
 

Uses of Chain in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation that return Chain
 Chain ChainCreationService.getNewInstance()
           
 

Methods in com.atlassian.bamboo.build.creation with parameters of type Chain
 void PlanValidationService.validateNewJobForExistingChain(com.opensymphony.xwork.ValidationAware validationAware, Chain existingChain, java.lang.String buildKey, java.lang.String buildName)
           
 void PlanValidationServiceImpl.validateNewJobForExistingChain(com.opensymphony.xwork.ValidationAware validationAware, Chain existingChain, java.lang.String buildKey, java.lang.String buildName)
           
 void PlanValidationService.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, java.lang.String stageName)
          Validate the the new stage can be added to the given chain
 void PlanValidationServiceImpl.validateNewStageForChain(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, java.lang.String stageName)
           
 void PlanValidationService.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, java.lang.String stageName)
          Ensures that the stage currently exists for a chain
 void PlanValidationServiceImpl.validateStageExistsForChain(com.opensymphony.xwork.ValidationAware validationAware, Chain chain, java.lang.String stageName)
           
 

Uses of Chain in com.atlassian.bamboo.caching
 

Methods in com.atlassian.bamboo.caching that return Chain
 Chain DashboardCachingManager.getChain(java.lang.String chainKey)
          Deprecated. since 3.0, use $DashboardCachingManager.getPlan(PlanKey)
 Chain DashboardCachingManagerImpl.getChain(java.lang.String chainKey)
           
 

Methods in com.atlassian.bamboo.caching that return types with arguments of type Chain
 java.util.List<Chain> DashboardCachingManager.getAllChains()
          Deprecated. since 3.0, use getAllTopLevelPlans()
 java.util.List<Chain> DashboardCachingManagerImpl.getAllChains()
           
 

Uses of Chain in com.atlassian.bamboo.chains
 

Classes in com.atlassian.bamboo.chains that implement Chain
 class DefaultChain
           
 

Methods in com.atlassian.bamboo.chains that return Chain
 Chain ChainDao.getByChainKey(java.lang.String fullKey)
          Gets a build chain by its key (eg BAM-FOO)
 Chain ChainDao.getByKey(Project project, java.lang.String key)
          Gets a chain by its key (eg, FOO)
 Chain ChainDao.getByName(Project project, java.lang.String name)
          Gets a chain by its name
 Chain ChainStage.getChain()
          Gets the Chain that the stage belongs to
 Chain ChainStageImpl.getChain()
           
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type Chain
 java.util.List<Chain> ChainDao.getAllChains()
          Returns all of the Chain's
 

Methods in com.atlassian.bamboo.chains with parameters of type Chain
 ChainState ChainStateFactory.create(Chain chain, BuildContext buildContext, ChainStateResult chainResultState)
          Creates a ChainState
 ChainState ChainStateFactoryImpl.create(Chain chain, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 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)
           
 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)
           
 void ChainStage.setChain(Chain chain)
          Sets the Chain that the stage belongs to
 void ChainStageImpl.setChain(Chain chain)
           
 ChainExecutionRequestResult ChainExecutionManager.start(Chain chain, BuildDetectionAction buildDetectionAction)
          Starts the Chain
 ChainExecutionRequestResult ChainExecutionManagerImpl.start(Chain chain, BuildDetectionAction buildDetectionAction)
           
 void ChainConversionService.swapNotificationRules(Chain chain)
          Looks up the notification rules against the chain and based on the predefined mapping rules swaps out some for others
 void ChainConversionServiceImpl.swapNotificationRules(Chain chain)
           
 

Constructors in com.atlassian.bamboo.chains with parameters of type Chain
ChainStageImpl(Chain chain, java.lang.String name, java.lang.String description)
           
 

Uses of Chain in com.atlassian.bamboo.chains.plugins
 

Methods in com.atlassian.bamboo.chains.plugins with parameters of type Chain
 void PreChainAction.execute(Chain chain, ChainExecution chainExecution)
          Executes the custom action
 void PostChainAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 void PostChainIndexAction.execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
           
 

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

Methods in com.atlassian.bamboo.migration.stream that return Chain
 Chain ChainMapper.createPlanEntity()
           
 

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

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

Constructors in com.atlassian.bamboo.migration.stream with parameters of type Chain
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, BuildResultsSummaryManager buildResultsSummaryManager, java.util.Map<java.lang.Long,Label> labelMap, java.util.Map<java.lang.Long,Author> authorMap)
           
ChainStageMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, PlanManager planManager)
           
 

Uses of Chain in com.atlassian.bamboo.notification.chain
 

Fields in com.atlassian.bamboo.notification.chain declared as Chain
protected  Chain StageCompletedNotification.chain
           
 

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

Methods in com.atlassian.bamboo.plan.artifact with parameters of type Chain
 ArtifactDefinition ArtifactDefinitionHibernateDao.findByNameInChain(Chain chain, java.lang.String name)
           
 ArtifactDefinition ArtifactDefinitionDao.findByNameInChain(Chain chain, java.lang.String name)
          Find artifact definition of a given name which has sharedArtifact property set to true, associated with a producer job that belongs to the chain.
 com.google.common.collect.Multimap<Job,ArtifactDefinition> ArtifactDefinitionManager.getArtifactDefinitionsByJob(Chain chain, com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
          Returns ArtifactDefinition grouped by Job where definitions are defined
 com.google.common.collect.Multimap<Job,ArtifactDefinition> ArtifactDefinitionManagerImpl.getArtifactDefinitionsByJob(Chain chain, com.google.common.base.Predicate<ArtifactDefinitionBase> predicate)
          Get ArtifactDefinition grouped by Job
 boolean ArtifactSubscriptionManager.isSubscriptionsValid(Job consumer, Chain chain, java.lang.String stageName)
          Shorter for of validateSubscriptions method
 boolean ArtifactSubscriptionManagerImpl.isSubscriptionsValid(Job consumer, Chain chain, java.lang.String stageName)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManager.validateSubscriptions(Job consumer, Chain chain, java.lang.String stageName)
          Validate consumer artifact subscriptions against target chain and stage
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.validateSubscriptions(Job consumer, Chain chain, java.lang.String stageName)
           
 

Uses of Chain in com.atlassian.bamboo.plugins.maven2
 

Methods in com.atlassian.bamboo.plugins.maven2 that return types with arguments of type Chain
 java.util.List<Chain> ViewMaven2ChainSummary.getArtifactConsumers(Maven2ArtifactProperties artifactProperties)
           
 java.util.List<Chain> ViewMaven2ChainSummary.getArtifactProducers(Maven2ArtifactProperties artifactProperties)
           
 

Uses of Chain in com.atlassian.bamboo.plugins.maven2.dependencies
 

Methods in com.atlassian.bamboo.plugins.maven2.dependencies with parameters of type Chain
 java.util.List<Job> AutomaticDependencyManagementPlugin.getDependencyProviderJobs(Chain chain)
          Return list of jobs configured with Maven2 builder for a given chain.
 

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

Methods in com.atlassian.bamboo.ww2.actions that return Chain
 Chain ChainAwareContextHolder.getChain()
           
 Chain ChainActionSupport.getChain()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type Chain
 void ChainAwareContextHolder.setChain(Chain chain)
           
 void ChainActionSupport.setChain(Chain chain)
           
 

Uses of Chain in com.atlassian.bamboo.ww2.actions.admin.bulk
 

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type Chain
 java.util.List<Job> BulkPlanAction.getSortedJobs(Chain chain)
           
 

Uses of Chain in com.atlassian.bamboo.ww2.actions.build.admin.create
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.create that return types with arguments of type Chain
 java.util.Collection<Chain> CreateTopLevelPlan.getChainsToClone()
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type Chain
 java.util.Collection<Chain> CreateJob.getChainsToClone()
           
 

Uses of Chain in com.atlassian.bamboo.ww2.actions.project
 

Methods in com.atlassian.bamboo.ww2.actions.project that return types with arguments of type Chain
 java.util.Collection<Chain> ViewProject.getProjectChains()
           
 

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

Methods in com.atlassian.bamboo.ww2.aware that return Chain
 Chain ChainAware.getChain()
           
 

Methods in com.atlassian.bamboo.ww2.aware with parameters of type Chain
 void ChainAware.setChain(Chain chain)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.