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

Packages that use Chain
com.atlassian.bamboo.brokenbuildtracker   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.plugins   
com.atlassian.bamboo.index   
com.atlassian.bamboo.migration.stream   
com.atlassian.bamboo.notification.chain   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plugins.maven.dependencies   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.bulk.repository   
com.atlassian.bamboo.ww2.actions.build.admin   
com.atlassian.bamboo.ww2.actions.project   
 

Uses of Chain in com.atlassian.bamboo.brokenbuildtracker
 

Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type Chain
protected  TrackingEntry BrokenBuildPostProcessor.createNewEntry(Chain chain, ChainResultsSummary summary)
           
 void BrokenBuildPostProcessor.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()
          Deprecated. 
 Chain Job.getParent()
          The Chain that this Job is a member of
 Chain DefaultJob.getParent()
           
 

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

Methods in com.atlassian.bamboo.build.creation that return Chain
 Chain ChainCreationServiceImpl.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.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type Chain
 void BuildStrategyConfigurationService.addTriggeringRepository(Chain chain, long repositoryId)
          Updates all repository aware triggers of Chain by adding a new repository.
 void BuildStrategyConfigurationServiceImpl.addTriggeringRepository(Chain chain, long repositoryId)
           
 void BuildStrategyConfigurationService.updateRepositoryIdsInTriggers(Chain chain, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
          Updates Chain configurations affected by repository edition.
 void BuildStrategyConfigurationServiceImpl.updateRepositoryIdsInTriggers(Chain chain, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
           
 void BuildStrategyConfigurationService.updateRepositoryIdsInTriggers(Chain chain, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges, boolean withQuartzJobRestart)
          Updates Chain configurations affected by repository edition.
 void BuildStrategyConfigurationServiceImpl.updateRepositoryIdsInTriggers(Chain chain, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges, boolean withQuartzJobRestart)
           
 

Uses of Chain in com.atlassian.bamboo.builder.coverage
 

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

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()
           
 Chain Chain.getMaster()
           
 Chain ChainResultsSummary.getPlan()
          Deprecated. 
 Chain ChainResultsSummaryImpl.getPlan()
           
 

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
 void ChainStage.setChain(Chain chain)
          Sets the Chain that the stage belongs to
 void ChainStageImpl.setChain(Chain chain)
           
 

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

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.index
 

Methods in com.atlassian.bamboo.index that return Chain
 Chain ChainResultsSummaryDocument.getPlan()
           
 

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

Classes in com.atlassian.bamboo.migration.stream with type parameters of type Chain
 class AbstractChainMapper<T extends Chain>
           
 

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

Constructors in com.atlassian.bamboo.migration.stream with parameters of type Chain
ChainResultMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, BuildResultsSummaryDao buildResultsSummaryDao, ResultsSummaryManager resultsSummaryManager, java.util.Map<java.lang.Long,Label> labelMap)
           
ChainStageMapper(net.sf.hibernate.SessionFactory sessionFactory, Chain chain, PlanDao planDao)
           
 

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
 

Subinterfaces of Chain in com.atlassian.bamboo.plan
 interface TopLevelPlan
          Marker interface that specifies that the implementing Plan is a 'top level' object
 

Classes in com.atlassian.bamboo.plan that implement Chain
 class AbstractChain
           
 

Fields in com.atlassian.bamboo.plan declared as Chain
protected  Chain AbstractChain.master
           
 

Methods in com.atlassian.bamboo.plan with type parameters of type Chain
static
<T extends Chain>
T
PlanTestHelper.mockPlan(ImmutablePlanManager immutablePlanManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

Methods in com.atlassian.bamboo.plan that return Chain
 Chain AbstractChain.getMaster()
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type Chain
 java.util.List<Chain> PlanManager.getAllChainsAndJobsUnrestricted()
          WARNING this is probably a bad idea from a performance perspective, only do this if you're going to traverse through all the ChainStage and Job of all Chains returned.
 java.util.List<Chain> PlanManagerImpl.getAllChainsAndJobsUnrestricted()
           
 

Methods in com.atlassian.bamboo.plan with parameters of type Chain
static Job PlanHelper.getBranchedJob(Chain chainBranch, Job masterJob)
           
static ChainStage PlanHelper.getBranchedStage(Chain chainBranch, ChainStage masterStage)
           
 java.util.Map<PlanKey,PlanKey> MovePlanServiceImpl.updatePlanDetails(Chain chain, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
           
 

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

Methods in com.atlassian.bamboo.plan.artifact with parameters of type Chain
 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)
           
 

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

Subinterfaces of Chain in com.atlassian.bamboo.plan.branch
 interface ChainBranch
          Represents a branch of a plan.
 

Classes in com.atlassian.bamboo.plan.branch that implement Chain
 class ChainBranchImpl
           
 

Methods in com.atlassian.bamboo.plan.branch that return Chain
 Chain BambooVcsBranch.getChain()
           
 Chain BambooVcsBranchImpl.getChain()
           
 Chain ChainBranchImpl.getMaster()
           
 

Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type Chain
 java.util.Collection<Chain> ChainStagePropagatingFacade.getChainAndBranches()
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type Chain
 java.util.List<BambooVcsBranch> VcsBranchHibernateDao.findByChain(Chain chain)
          Cannot pass ImmutableChain here because this method associates chain argument with objects fetched from Hibernate, therefore chain argument has to be a Hibernate entity itself.
 java.util.List<BambooVcsBranch> VcsBranchManager.findByChain(Chain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchDao.findByChain(Chain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchManagerImpl.findByChain(Chain chain)
          Cannot pass ImmutableChain here because DAO associates chain argument with objects fetched from Hibernate, therefore chain argument has to be a Hibernate entity itself.
static Job ChainBranchUtils.getBranchedJob(Job masterJob, Chain chain)
           
 ChainStage ChainStagePropagatingFacade.getStageForChain(Chain chain)
           
 boolean BranchDetectionService.scheduleBranchListInitialisation(Chain chain)
          Schedules initialisation of existing vcs branch list.
 boolean BranchDetectionServiceImpl.scheduleBranchListInitialisation(Chain chain)
           
 void BambooVcsBranch.setChain(Chain chain)
           
 void BambooVcsBranchImpl.setChain(Chain chain)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type Chain
BambooVcsBranchImpl(Chain chain, VcsBranch newBranch)
           
ChainPropagatingFacade(ChainBranchManager chainBranchManager, Chain masterChain)
           
 

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

Methods in com.atlassian.bamboo.plan.cache with parameters of type Chain
 ImmutableChain ImmutablePlanManager.createImmutableChain(Chain chain)
           
 ImmutableChain ImmutablePlanManagerImpl.createImmutableChain(Chain chain)
           
 

Constructors in com.atlassian.bamboo.plan.cache with parameters of type Chain
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
AbstractImmutableChain(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinition buildDefinition)
           
ImmutableChainImpl(Chain chain, BuildLoggerManager buildLoggerManager, ImmutablePlanCacheService immutablePlanCacheService, ImmutablePlanManager immutablePlanManager, LabelManager labelManager, ResultsSummaryManager resultsSummaryManager, RepositoryDefinitionManager repositoryDefinitionManager, VariableDefinitionManager variableDefinitionManager, BuildDefinitionManager buildDefinitionManager)
          Deprecated. 
 

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

Methods in com.atlassian.bamboo.plugins.maven.dependencies 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.ww2.actions
 

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

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

Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.repository that return Chain
 Chain UpdateWebUrlBulkAction.getMockBuildForView(java.util.Map<java.lang.String,java.lang.String[]> params)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions.build.admin that return types with arguments of type Chain
 java.util.List<Chain> DeleteBuilds.getBuildsToConfirm()
           
 

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()
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.