Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutableChain

Packages that use ImmutableChain
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.cache   
com.atlassian.bamboo.migration.plan   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.utils   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.admin   
 

Uses of ImmutableChain in com.atlassian.bamboo.build
 

Classes in com.atlassian.bamboo.build that implement ImmutableChain
 class BuildObjectForTests
          Deprecated. 
 class TestBuildObjectForTests
           
 

Methods in com.atlassian.bamboo.build with parameters of type ImmutableChain
 BuildDetectionAction BuildDetectionActionFactory.createBuildDetectionActionForPluginBuildTrigger(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, TriggerReason triggerReason, PlanTrigger buildTrigger, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Create a new BuildDetectionAction for the specified PlanTrigger and the TriggerReason
 BuildDetectionAction BuildDetectionActionFactoryImpl.createBuildDetectionActionForPluginBuildTrigger(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, TriggerReason triggerReason, PlanTrigger buildTrigger, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 BuildDetectionAction BuildDetectionActionFactory.createDependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext)
          Creates a new instance of BuildDetectionAction that is used to trigger dependent builds
 BuildDetectionAction BuildDetectionActionFactoryImpl.createDependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext)
           
 BuildDetectionAction BuildDetectionActionFactory.createInitialBuildDetectionAction(ImmutableChain chain)
          Creates a new instance of BuildDetectionAction that is used to execute the initial build for a Plan
 BuildDetectionAction BuildDetectionActionFactoryImpl.createInitialBuildDetectionAction(ImmutableChain chain)
           
 BuildDetectionAction BuildDetectionActionFactory.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan
 BuildDetectionAction BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 BuildDetectionAction BuildDetectionActionFactory.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan when manual stage is meant to continue build or build is restarted
 BuildDetectionAction BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 BuildDetectionAction BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, TriggerReason triggerReason, PlanTrigger buildTrigger, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 BuildDetectionAction BuildDetectionActionFactory.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, TriggerReason triggerReason, PlanTrigger planTrigger, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan when manual stage is meant to continue build or build is restarted
 BuildDetectionAction BuildDetectionActionFactoryImpl.createManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, TriggerReason triggerReason, PlanTrigger planTrigger, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 BuildDetectionAction BuildDetectionActionFactory.createScheduledBuildDetectionAction(ImmutableChain chain)
          Creates a new instance of BuildDetectionAction that can be used to start the scheduled execution of Plan
 BuildDetectionAction BuildDetectionActionFactoryImpl.createScheduledBuildDetectionAction(ImmutableChain chain)
           
 

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

Methods in com.atlassian.bamboo.build.creation with parameters of type ImmutableChain
 void PlanValidationService.validateNewPlanBranchForMaster(com.opensymphony.xwork.ValidationAware validationAware, ImmutableChain masterChain, java.lang.String branchName)
          Validate that new plan branch name (only) is unique within a set of branches with a common master
 void PlanValidationServiceImpl.validateNewPlanBranchForMaster(com.opensymphony.xwork.ValidationAware validationAware, ImmutableChain masterChain, java.lang.String branchName)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.caching
 

Methods in com.atlassian.bamboo.caching that return ImmutableChain
 ImmutableChain DashboardCachingManager.getPlan(PlanKey planKey)
          Returns the cached plan for a given planKey
 ImmutableChain DashboardCachingManagerImpl.getPlan(PlanKey planKey)
           
 ImmutableChain DashboardCachingManagerImpl.getPlan(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.caching that return types with arguments of type ImmutableChain
 java.util.List<ImmutableChain> DashboardCachingManager.getAllChains()
          Returns all chains (including chain branches) in the system
 java.util.List<ImmutableChain> DashboardCachingManagerImpl.getAllChains()
           
 

Uses of ImmutableChain in com.atlassian.bamboo.chains
 

Subinterfaces of ImmutableChain in com.atlassian.bamboo.chains
 interface Chain
          Mutable version of ImmutableChain.
 

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

Methods in com.atlassian.bamboo.chains with parameters of type ImmutableChain
 java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> BuildContextFactory.createBuildContextsForJobs(ImmutableChain chain, BuildContext parentBuildContext)
          Creates a BuildContext for each Job in the Chain
 java.util.Map<ImmutableChainStage,java.util.Map<ImmutableJob,BuildContext>> BuildContextFactoryImpl.createBuildContextsForJobs(ImmutableChain chain, BuildContext parentBuildContext)
           
 boolean ChainPluginSupport.shouldStopExecution(ImmutableChain chain)
          Determine from plugins whether the chain should continue executing or not.
 ChainExecutionRequestResult ChainExecutionManager.start(ImmutableChain chain, BuildDetectionAction buildDetectionAction)
          Starts the Chain
 ChainExecutionRequestResult ChainExecutionManagerImpl.start(ImmutableChain chain, BuildDetectionAction buildDetectionAction)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.chains.cache
 

Methods in com.atlassian.bamboo.chains.cache that return ImmutableChain
 ImmutableChain ImmutableChainStage.getChain()
          Gets the Chain that the stage belongs to
 

Uses of ImmutableChain in com.atlassian.bamboo.migration.plan
 

Methods in com.atlassian.bamboo.migration.plan that return types with arguments of type ImmutableChain
 java.util.Set<ImmutableChain> PlanManagerDecorator.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 java.util.Set<ImmutableChain> PlanManagerDecorator.getFavouritePlans(com.atlassian.user.User user)
           
 

Method parameters in com.atlassian.bamboo.migration.plan with type arguments of type ImmutableChain
 java.util.Set<ImmutableChain> PlanManagerDecorator.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.plan
 

Subinterfaces of ImmutableChain 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 ImmutableChain
 class AbstractChain
           
 

Methods in com.atlassian.bamboo.plan that return ImmutableChain
 ImmutableChain PlanStatusHistoryAction.getPlan()
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type ImmutableChain
 java.util.Set<ImmutableChain> PlanHibernateDao.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 java.util.Set<ImmutableChain> PlanManager.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
          Return a set of Plans that are a subset of the given TopLevelPlans collection that are favourited by the User
 java.util.Set<ImmutableChain> PlanDao.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
          Return a collection of TopLevelPlans that are a subset of the given Plans collection that are favourited by the User
 java.util.Set<ImmutableChain> PlanManagerImpl.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 java.util.Set<ImmutableChain> PlanManager.getFavouritePlans(com.atlassian.user.User user)
           
 java.util.Set<ImmutableChain> PlanManagerImpl.getFavouritePlans(com.atlassian.user.User user)
           
 

Methods in com.atlassian.bamboo.plan with parameters of type ImmutableChain
static ImmutableJob PlanHelper.getBranchedImmutableJob(ImmutableChain chainBranch, ImmutableJob masterJob)
           
 java.util.List<ChainBranch> PlanHibernateDao.getBranchesForChain(ImmutableChain chain)
           
 java.util.List<ChainBranch> PlanDao.getBranchesForChain(ImmutableChain chain)
          Returns all branches which have the given chain as their master
 boolean PlanExecutionManager.isBuildingAllowed(ImmutableChain chain)
          Checks if a particular build is allowed to be built.
 boolean PlanExecutionManagerImpl.isBuildingAllowed(ImmutableChain chain)
           
 boolean PlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain, ErrorCollection errorCollection)
          Checks the given Chain's ConcurrentBuildConfig and the number of concurrently running Chains to determine if the plan can be executed
 boolean AbstractPlanExecutionPermitter.isPermittedToExecute(ImmutableChain chain, ErrorCollection errorCollection)
           
protected abstract  boolean AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(ImmutableChain chain, ErrorCollection errorCollection)
           
 boolean PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain, ErrorCollection errorCollection)
           
 boolean ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(ImmutableChain chain, ErrorCollection errorCollection)
           
 PlanExecutionConfig PlanExecutionConfig.setChain(ImmutableChain chain)
           
 PlanExecutionConfig PlanExecutionConfigImpl.setChain(ImmutableChain chain)
           
 ExecutionRequestResult PlanExecutionManager.start(ImmutableChain chain, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
          Execute the ImmutableChain with the provided BuildDetectionAction and AcquisitionPolicy

Calls to this method will acquire a lock according to the AcquisitionPolicy on a per Plan granularity

 ExecutionRequestResult PlanExecutionManagerImpl.start(ImmutableChain chain, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
           
 ExecutionRequestResult PlanExecutionManager.start(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, java.lang.String triggerReasonPluginKey, java.lang.String planTriggerPluginKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, AcquisitionPolicy acquisitionPolicy)
          Execute the provided Plan with a custom TriggerReason, PlanTrigger, parameters and variables
 ExecutionRequestResult PlanExecutionManagerImpl.start(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, java.lang.String triggerReasonPluginKey, java.lang.String planTriggerPluginKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, AcquisitionPolicy acquisitionPolicy)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Attempts to start a manual execution of a given Plan controlled by PlanExecutionConfig PlanExecutionConfig allows to control manual stages execution as well as enforcing execution of manual stages
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, java.lang.String triggerReasonPluginKey, java.lang.String planTriggerPluginKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Attempts to start a manual execution of a given Plan controlled by PlanExecutionConfig PlanExecutionConfig allows to control manual stages execution as well as enforcing execution of manual stages
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, java.lang.String triggerReasonPluginKey, java.lang.String planTriggerPluginKey, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(ImmutableChain chain, com.atlassian.user.User user)
          Attempts to start a manual execution of the given Plan
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(ImmutableChain chain, com.atlassian.user.User user)
           
 ExecutionRequestResult PlanExecutionManager.startManualExecution(ImmutableChain chain, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
          Attempts to start a manual execution of the given Plan
 ExecutionRequestResult PlanExecutionManagerImpl.startManualExecution(ImmutableChain chain, com.atlassian.user.User user, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables)
           
 java.util.concurrent.Future<ExecutionRequestResult> NonBlockingPlanExecutionService.tryToStart(ImmutableChain chain, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
          Submits a background task to run PlanExecutionManager.start(com.atlassian.bamboo.plan.cache.ImmutableChain, com.atlassian.bamboo.build.BuildDetectionAction, com.atlassian.bamboo.util.AcquisitionPolicy).
 java.util.concurrent.Future<ExecutionRequestResult> NonBlockingPlanExecutionServiceImpl.tryToStart(ImmutableChain chain, BuildDetectionAction buildDetectionAction, AcquisitionPolicy acquisitionPolicy)
           
 

Method parameters in com.atlassian.bamboo.plan with type arguments of type ImmutableChain
 java.util.Set<ImmutableChain> PlanHibernateDao.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 java.util.Set<ImmutableChain> PlanManager.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
          Return a set of Plans that are a subset of the given TopLevelPlans collection that are favourited by the User
 java.util.Set<ImmutableChain> PlanDao.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
          Return a collection of TopLevelPlans that are a subset of the given Plans collection that are favourited by the User
 java.util.Set<ImmutableChain> PlanManagerImpl.filterFavouritedPlans(java.util.Collection<? extends ImmutableChain> plans, com.atlassian.user.User user)
           
 

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

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

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

Methods in com.atlassian.bamboo.plan.branch that return ImmutableChain
 ImmutableChain BambooVcsBranch.getChain()
           
 ImmutableChain BambooVcsBranchImpl.getChain()
           
static ImmutableChain BranchIntegrationHelper.getIntegrationPlan(ImmutablePlanCacheService immutablePlanCacheService, BranchIntegrationConfiguration integrationConfiguration)
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type ImmutableChain
 void BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions
 void BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
           
 void VcsBranchHibernateDao.deleteAll(ImmutableChain chain)
           
 void VcsBranchManager.deleteAll(ImmutableChain chain)
           
 void VcsBranchDao.deleteAll(ImmutableChain chain)
           
 void VcsBranchManagerImpl.deleteAll(ImmutableChain chain)
           
 void BranchDetectionService.detectBranchesForChain(ImmutableChain chain)
          Immediately executes the detection for a given Chain and creates new plan branches if new branches found in the plan's default repository.
 void BranchDetectionServiceImpl.detectBranchesForChain(ImmutableChain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchHibernateDao.findByChain(ImmutableChain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchManager.findByChain(ImmutableChain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchDao.findByChain(ImmutableChain chain)
           
 java.util.List<BambooVcsBranch> VcsBranchManagerImpl.findByChain(ImmutableChain chain)
           
 java.util.List<ChainBranch> ChainBranchManager.getBranchesForChain(ImmutableChain chain)
          Get all feature branches associated with the given chain
 java.util.List<ChainBranch> ChainBranchManagerImpl.getBranchesForChain(ImmutableChain chain)
           
 java.util.List<VcsBranch> BranchDetectionService.getOpenBranches(ImmutableChain chain, ErrorCollection errorCollection)
          Returns a list of currently open branches for the chain's default repository List ordering determined by underlying repository (preference is for native ordering e.g.
 java.util.List<VcsBranch> BranchDetectionServiceImpl.getOpenBranches(ImmutableChain chain, ErrorCollection errorCollection)
           
 boolean ChainBranchManager.isPlanBranchNameConflicting(ImmutableChain masterPlan, long chainBranchIdToIgnore, java.lang.String branchName)
          Verifies whether a ChainBranch name is unique with a given master Chain

 boolean ChainBranchManagerImpl.isPlanBranchNameConflicting(ImmutableChain masterPlan, long planIdToIgnore, java.lang.String branchName)
           
 boolean BranchDetectionService.scheduleBranchDetectionForChain(ImmutableChain chain)
          Registers branch detection request for a given Chain.
 boolean BranchDetectionServiceImpl.scheduleBranchDetectionForChain(ImmutableChain chain)
           
 void BambooVcsBranch.setChain(ImmutableChain chain)
           
 void BambooVcsBranchImpl.setChain(ImmutableChain chain)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type ImmutableChain
BambooVcsBranchImpl(ImmutableChain chain, VcsBranch newBranch)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.plan.branch.cache
 

Classes in com.atlassian.bamboo.plan.branch.cache that implement ImmutableChain
 class ImmutableChainBranchImpl
           
 

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

Subinterfaces of ImmutableChain in com.atlassian.bamboo.plan.cache
 interface ImmutableChainBranch
          Interface of an immutable version of ChainBranch
 interface ImmutableTopLevelPlan
          Represents a TopLevelPlan that is immutable.
 

Classes in com.atlassian.bamboo.plan.cache that implement ImmutableChain
 class AbstractImmutableChain
           
 class ImmutableChainImpl
          A ImmutableChain implementation that also implements Chain and throws UnsupportedOperationException for mutators.
 

Methods in com.atlassian.bamboo.plan.cache that return ImmutableChain
 ImmutableChain ImmutablePlanCacheService.getImmutablePlanByKey(PlanKey planKey)
          Returns a plan if one exists with the key
 ImmutableChain ImmutablePlanCacheServiceImpl.getImmutablePlanByKey(PlanKey planKey)
           
 ImmutableChain ImmutableJob.getParent()
           
 ImmutableChain PlansState.getPlan(PlanKey planKey)
           
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type ImmutableChain
 java.util.List<ImmutableChain> PlansState.getAllChains()
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutableChain
 PlansState PlansState.updateState(ImmutableChain plan)
           
 

Method parameters in com.atlassian.bamboo.plan.cache with type arguments of type ImmutableChain
 PlansState PlansState.updateState(java.util.Map<PlanKey,? extends ImmutableChain> plansMap)
           
 

Constructor parameters in com.atlassian.bamboo.plan.cache with type arguments of type ImmutableChain
PlansState(java.lang.Iterable<? extends ImmutableChain> chainCache)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.resultsummary.tests
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type ImmutableChain
 java.util.List<TestCase> TestQuarantineManager.getCurrentlyQuarantinedTests(ImmutableChain chain)
          Get a list of TestCase of all the tests currently quarantined for a given plan
 java.util.List<TestCase> TestQuarantineManagerImpl.getCurrentlyQuarantinedTests(ImmutableChain chain)
           
 java.util.List<TestCase> TestsHibernateDao.getQuarantinedTestCasesForChain(ImmutableChain chain)
           
 java.util.List TestsDao.getQuarantinedTestCasesForChain(ImmutableChain chain)
          Provide a list of the quarantined tests for a job
 

Uses of ImmutableChain in com.atlassian.bamboo.utils
 

Methods in com.atlassian.bamboo.utils with type parameters of type ImmutableChain
static
<T extends ImmutableChain>
com.google.common.collect.Ordering<T>
Comparators.getTopLevelPlanNameProviderCaseInsensitiveOrdering()
           
 

Uses of ImmutableChain in com.atlassian.bamboo.v2.trigger
 

Fields in com.atlassian.bamboo.v2.trigger declared as ImmutableChain
protected  ImmutableChain AbstractDependentDetectionAction.chain
           
protected  ImmutableChain AbstractDependentDetectionAction.parentChain
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type ImmutableChain
 BuildChanges ChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
          Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not.
 BuildChanges DefaultChangeDetectionManager.collectAllChangesSinceLastBuild(ImmutableChain chain, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
           
 BuildRepositoryChanges ChangeDetectionManager.collectChangesBetween(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData fromVcsRevisionData, PlanVcsRevisionData toVcsRevisionData)
          Given a RepositoryV2 finds the BuildChanges object that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey
 BuildRepositoryChanges DefaultChangeDetectionManager.collectChangesBetween(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData fromVcsRevisionData, PlanVcsRevisionData toVcsRevisionData)
           
 BuildRepositoryChanges ChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData lastVcsRevisionData, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
          Given a RepositoryDefinition finds the BuildRepositoryChanges object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.
 BuildRepositoryChanges DefaultChangeDetectionManager.collectChangesSinceLastBuild(ImmutableChain chain, RepositoryDefinition repositoryDefinition, PlanVcsRevisionData lastVcsRevisionData, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
           
 BuildChanges ChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
          Collect changes for a plan since the last build.
 BuildChanges DefaultChangeDetectionManager.collectChangesSinceLastBuildIfTriggered(ImmutableChain chain, java.util.Map<java.lang.String,java.lang.String> customVariableValues)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type ImmutableChain
AbstractDependentDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ImmutablePlanCacheService immutablePlanCacheService)
           
ContinuedBuildDetectionAction(ImmutableChain chain, PlanExecutionConfig planExecutionConfig, com.atlassian.user.User user, TriggerReason triggerReason, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager, ImmutablePlanCacheService immutablePlanCacheService)
           
DependentBuildDetectionAction(ImmutableChain chain, ImmutableChain parentChain, BuildContext completedBuildContext, ErrorUpdateHandler errorUpdateHandler, TriggerManager triggerManager, ChangeDetectionManager changeDetectionManager, BuildNumberGeneratorService buildNumberGeneratorService, BuildLoggerManager buildLoggerManager, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, ImmutablePlanCacheService immutablePlanCacheService)
           
ManualBuildDetectionAction(ImmutableChain chain, com.atlassian.user.User user, PlanExecutionConfig planExecutionConfig, java.util.Map<java.lang.String,java.lang.String> params, java.util.Map<java.lang.String,java.lang.String> variables, BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerManager triggerManager, ErrorUpdateHandler errorUpdateHandler, VariableDefinitionManager variableDefinitionManager, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork that return types with arguments of type ImmutableChain
 java.util.Collection<ImmutableChain> StarterAction.getChains()
           
 java.util.List<? extends ImmutableChain> ViewTelemetryAction.getFavouriteActiveBuilds()
           
 java.util.Collection<? extends ImmutableChain> StarterAction.getFavouriteBuilds()
           
 java.util.Collection<? extends ImmutableChain> ViewTelemetryAction.getFilteredBuilds()
           
 java.util.Collection<ImmutableChain> ViewTelemetryAction.getPlansByLabel()
           
 java.util.Collection<? extends ImmutableChain> StarterAction.getPlansByLabel()
           
 java.util.Collection<ImmutableChain> StarterAction.getResponsibleForBuilds()
          Can probably write this logic better.
 

Methods in com.atlassian.bamboo.webwork with parameters of type ImmutableChain
 boolean StarterAction.isFavourite(ImmutableChain plan)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 that return ImmutableChain
 ImmutableChain BambooActionSupport.getPlan(java.lang.String planKey)
           
 

Uses of ImmutableChain in com.atlassian.bamboo.ww2.actions.admin
 

Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type ImmutableChain
 java.util.List<java.util.Map.Entry<ViewAllRepositories.RepoId,java.util.Collection<ImmutableChain>>> ViewAllRepositories.getRepoToPlans()
           
 



Copyright © 2012 Atlassian. All Rights Reserved.