Uses of Interface
com.atlassian.bamboo.plan.PlanIdentifier

Packages that use PlanIdentifier
com.atlassian.bamboo.build   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.charts   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.configuration.repository   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.branch.cache   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.webwork   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.admin.elastic   
com.atlassian.bamboo.ww2.actions.branch   
com.atlassian.bamboo.ww2.beans   
 

Uses of PlanIdentifier in com.atlassian.bamboo.build
 

Subinterfaces of PlanIdentifier in com.atlassian.bamboo.build
 interface Buildable
           
 interface Job
           
 

Classes in com.atlassian.bamboo.build that implement PlanIdentifier
 class DefaultJob
           
 

Methods in com.atlassian.bamboo.build with parameters of type PlanIdentifier
 java.util.Set<java.lang.String> PlanDependencyManager.getChildChainKeys(PlanIdentifier plan)
          Retrieves all chain that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildChainKeys(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getChildNonEditableDependencies(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getChildNonEditableDependencies(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getChildPlanDependencies(PlanIdentifier plan)
           
 java.util.Set<PlanDependency> PlanDependencyManager.getChildPlanDependencies(PlanIdentifier plan)
          Retrieves all plan dependencies in which the given plan features as a parent
 java.util.Collection<PlanDependency> PlanDependencyDao.getChildPlanDependencies(PlanIdentifier plan)
          Retrievs all plan dependencies in which the given plan features as a parent
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getChildPlanDependencies(PlanIdentifier plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getChildPlanKeys(PlanIdentifier plan)
          Retrievs all plan that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getChildPlanKeys(PlanIdentifier plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getNotEditableChildKeys(PlanIdentifier plan)
          Retrieves a list of keys representing the children that are not editable of the given plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getNotEditableChildKeys(PlanIdentifier plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getNotEditableParentKeys(PlanIdentifier plan)
          Retrieves a list of keys representing the children that are not editable of the given plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getNotEditableParentKeys(PlanIdentifier plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentChainKeys(PlanIdentifier plan)
          Retrieves all chain that are children of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getParentChainKeys(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getParentNonEditableDependencies(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyDao.getParentNonEditableDependencies(PlanIdentifier plan)
           
 java.util.Collection<PlanDependency> PlanDependencyHibernateDao.getParentPlanDependencies(PlanIdentifier plan)
           
 java.util.Set<PlanDependency> PlanDependencyManager.getParentPlanDependencies(PlanIdentifier plan)
          Retrieves all plan dependencies in which the given plan features as a child
 java.util.Collection<PlanDependency> PlanDependencyDao.getParentPlanDependencies(PlanIdentifier plan)
          Retrievs all plan dependencies in which the given plan features as a child
 java.util.Set<PlanDependency> PlanDependencyManagerImpl.getParentPlanDependencies(PlanIdentifier plan)
           
 java.util.Set<java.lang.String> PlanDependencyManager.getParentPlanKeys(PlanIdentifier plan)
          Retrievs all plans that are a parent of the current plan
 java.util.Set<java.lang.String> PlanDependencyManagerImpl.getParentPlanKeys(PlanIdentifier plan)
           
 void PlanDependencyManager.removeAllDependenciesForPlan(PlanIdentifier plan)
          Deletes any existing dependency featuring the given plan.
 void PlanDependencyManagerImpl.removeAllDependenciesForPlan(PlanIdentifier plan)
           
 void PlanDependencyHibernateDao.removeDependenciesForPlan(PlanIdentifier plan)
           
 void PlanDependencyDao.removeDependenciesForPlan(PlanIdentifier plan)
          Deletes any existing dependency featuring the given plan.
 

Uses of PlanIdentifier in com.atlassian.bamboo.chains
 

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

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

Methods in com.atlassian.bamboo.chains with parameters of type PlanIdentifier
 ChainState ChainStateFactory.create(PlanIdentifier chain, BuildContext buildContext, ChainStateResult chainResultState)
          Creates a ChainState
 ChainState ChainStateFactoryImpl.create(PlanIdentifier chain, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 ChainState ChainStateFactory.create(PlanIdentifier chain, PlanExecutionConfig planExecutionConfig, BuildContext chainBuildContext, ChainStateResult chainResultState)
          Creates a {link ChainState} for extended execution config defined as PlanExecutionConfig - continuable and restartable builds
 ChainState ChainStateFactoryImpl.create(PlanIdentifier chain, PlanExecutionConfig planExecutionConfig, BuildContext chainBuildContext, ChainStateResult chainResultState)
           
 long ChainResultManager.getAverageProgressDurationForStages(PlanIdentifier chain, java.util.Collection<ChainStageResult> stageStates, int numberOfResults)
          Calculates average duration of provided stages execution
 long ChainResultManagerImpl.getAverageProgressDurationForStages(PlanIdentifier chain, java.util.Collection<ChainStageResult> stages, int numberOfResults)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.charts
 

Fields in com.atlassian.bamboo.charts declared as PlanIdentifier
protected  PlanIdentifier BuildTimesChart.plan
           
protected  PlanIdentifier BuildFailuresChart.plan
           
 

Constructors in com.atlassian.bamboo.charts with parameters of type PlanIdentifier
BuildFailuresChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, PlanIdentifier plan, java.util.List<? extends ResultsSummary> filteredResults, java.lang.String series)
           
BuildTimesChart(int height, int width, java.lang.String chartTitle, java.lang.String xAxisLabel, java.lang.String yAxisLabel, PlanIdentifier plan, java.util.List<? extends ResultsSummary> filteredResults, java.lang.String seriesLabel)
           
CombinedBuildSummaryByBuildChart(int height, int width, PlanIdentifier plan, java.util.List<? extends ResultsSummary> filteredResults, com.atlassian.core.i18n.I18nTextProvider i18n)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent with parameters of type PlanIdentifier
 boolean ViewAgent.hasPlanPermission(java.lang.String permission, PlanIdentifier plan)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.configuration.repository
 

Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type PlanIdentifier
 java.util.List<PlanIdentifier> ConfigureGlobalRepository.getPlanUsingRepository()
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type PlanIdentifier
 java.io.File ArtifactStorage.getArtifactDirectory(PlanIdentifier plan)
          Deprecated. since 4.4 use $ArtifactStorage.getArtifactDirectory(com.atlassian.bamboo.plan.PlanKey)
 java.io.File ArtifactStorage.getArtifactDirectory(PlanIdentifier plan, int buildNumber)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type PlanIdentifier
 java.util.Set<Label> LabelHibernateDao.findPlanLabels(java.lang.String namespace, PlanIdentifier plan)
           
 java.util.Set<Label> LabelDao.findPlanLabels(java.lang.String namespace, PlanIdentifier plan)
          Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.
 

Uses of PlanIdentifier in com.atlassian.bamboo.plan
 

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

Classes in com.atlassian.bamboo.plan that implement PlanIdentifier
 class AbstractChain
           
 class AbstractPlan
           
 class PlanIdentifierImpl
           
 class PlanPermissionSkeleton
          Deprecated. since 4.2 use @{link PlanHelper.getPlanIdentifierForPermissionChecking}
 

Methods in com.atlassian.bamboo.plan that return PlanIdentifier
static PlanIdentifier PlanHelper.getPlanIdentifierForPermissionChecking(long id, PlanType planType)
           
 PlanIdentifier PlanHibernateDao.getPlanIdentifierForPermissionCheckingByKey(java.lang.String planKey)
           
 PlanIdentifier PlanManager.getPlanIdentifierForPermissionCheckingByKey(java.lang.String planKey)
          Returns a Plan skeleton skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi

If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans

 PlanIdentifier PlanDao.getPlanIdentifierForPermissionCheckingByKey(java.lang.String planKey)
          Return a Plan skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans
 PlanIdentifier PlanManagerImpl.getPlanIdentifierForPermissionCheckingByKey(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanIdentifier
<T extends Plan>
java.util.List<PlanIdentifier>
PlanHibernateDao.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManager.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Retrieve a list of plans for a given project.
<T extends Plan>
java.util.List<PlanIdentifier>
PlanDao.getPlanIdentifiersForProject(ProjectIdentifier projectIdentifier, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
          Returns minimal data about all plans in the given project
<T extends Plan>
java.util.List<PlanIdentifier>
PlanManagerImpl.getPlanIdentifiersForProject(ProjectIdentifier project, java.lang.Class<T> planType, boolean includeMarkedForDeletion)
           
static com.google.common.base.Predicate<PlanIdentifier> PlanPredicates.hasEqualPlanKey(PlanKey planKey)
           
static java.util.Comparator<PlanIdentifier> PlanComparators.planKeyComparator()
           
static com.google.common.collect.Ordering<PlanIdentifier> PlanComparators.planKeyOrdering()
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanIdentifier
 boolean PlanManager.assertPlanPermission(PlanIdentifier plan)
          Used to validate user permission for plan.
 boolean PlanManagerImpl.assertPlanPermission(PlanIdentifier plan)
           
 java.util.List<ChainBranchIdentifier> PlanHibernateDao.getBranchIdentifiersForChain(PlanIdentifier plan)
           
 java.util.List<ChainBranchIdentifier> PlanDao.getBranchIdentifiersForChain(PlanIdentifier chain)
          Returns minimal data about all branches which have the given chain as their master
static
<T extends ImmutablePlan>
com.google.common.base.Predicate<T>
PlanPredicates.isBranchOf(PlanIdentifier plan)
           
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanIdentifier
PlanIdentifierImpl(PlanIdentifier plan)
           
 

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

Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanIdentifier
 ImmutableArtifactSubscriptionImpl.Builder ImmutableArtifactSubscriptionImpl.Builder.consumerJob(PlanIdentifier job)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionHibernateDao.findArtifactSubscriptionOfPlan(PlanIdentifier plan)
           
 java.util.List<ArtifactSubscription> ArtifactSubscriptionDao.findArtifactSubscriptionOfPlan(PlanIdentifier plan)
          Get list of artifact subscriptions associated with a plan
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManager.findSubscriptionsOfPlan(PlanIdentifier plan)
          Get list of artifact subscriptions associated with a plan
 java.util.List<ArtifactSubscription> ArtifactSubscriptionManagerImpl.findSubscriptionsOfPlan(PlanIdentifier plan)
           
 ImmutableArtifactDefinitionImpl.Builder ImmutableArtifactDefinitionImpl.Builder.producerJob(PlanIdentifier job)
           
 

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

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

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

Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanIdentifier
 java.util.List<ChainBranchIdentifier> ChainBranchManager.getBranchIdentifiersForChain(PlanIdentifier chain)
          Get all feature branches associated with the given chain, however on pulls up minimal details about each branch.
 java.util.List<ChainBranchIdentifier> ChainBranchManagerImpl.getBranchIdentifiersForChain(PlanIdentifier chain)
           
 

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

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

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

Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan.cache
 interface ImmutableBuildable
           
 interface ImmutableChain
          Represents a Chain that is immutable.
 interface ImmutableChainBranch
          Interface of an immutable version of ChainBranch
 interface ImmutableJob
          Immutable, threadsafe cacheable version of Job
 interface ImmutablePlan
          Represents a Plan that is immutable.
 interface ImmutableTopLevelPlan
          Represents a TopLevelPlan that is immutable.
 

Classes in com.atlassian.bamboo.plan.cache that implement PlanIdentifier
 class AbstractImmutableChain
           
 class AbstractImmutablePlan
           
 class ImmutableChainImpl
          A ImmutableChain implementation.
 class ImmutableJobImpl
           
 

Methods in com.atlassian.bamboo.plan.cache that return PlanIdentifier
 PlanIdentifier ImmutablePlanCacheService.getPlanIdentifierForPermissionCheckingByKey(PlanKey planKey)
          Returns a Plan skeleton skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi

If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans

 PlanIdentifier ImmutablePlanCacheServiceImpl.getPlanIdentifierForPermissionCheckingByKey(PlanKey planKey)
           
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanIdentifier
 boolean CachedPlanManager.assertPlanPermission(PlanIdentifier plan)
          Used to validate user permission for plan.
 boolean CachedPlanManagerImpl.assertPlanPermission(PlanIdentifier plan)
           
 java.util.List<ImmutableChainBranch> CachedPlanManager.getBranchesForChain(PlanIdentifier chain)
          Get all feature branches associated with the given chain
 java.util.List<ImmutableChainBranch> CachedPlanManagerImpl.getBranchesForChain(PlanIdentifier chain)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanIdentifier
 java.util.List<PlanIdentifier> PlanRepositoryLinkHibernateDao.getIdentifiersOfPlansUsingRepository(long repositoryId)
           
 java.util.List<PlanIdentifier> RepositoryDefinitionManager.getIdentifiersOfPlansUsingRepository(long repositoryId)
          Get identifiers of Plans referencing a repository.
 java.util.List<PlanIdentifier> PlanRepositoryLinkDao.getIdentifiersOfPlansUsingRepository(long repositoryId)
          Get identifiers of Plans referencing a repository.
 java.util.List<PlanIdentifier> RepositoryDefinitionManagerImpl.getIdentifiersOfPlansUsingRepository(long repositoryId)
           
 

Methods in com.atlassian.bamboo.repository with parameters of type PlanIdentifier
 PlanRepositoryLink PlanRepositoryLinkHibernateDao.getPlanRepositoryLink(PlanIdentifier plan, long repositoryId)
           
 PlanRepositoryLink PlanRepositoryLinkDao.getPlanRepositoryLink(PlanIdentifier plan, long repositoryId)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanIdentifier
 java.util.List<Pair<java.lang.Long,java.lang.Float>> TestCaseHibernateDao.getLongestToFixTestCasesForPlan(PlanIdentifier plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Float>> TestCaseDao.getLongestToFixTestCasesForPlan(PlanIdentifier plan)
          Retrieve a list of the test cases that have taken the longest amount of time to fix.
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestCaseHibernateDao.getMostFailingTestCasesForPlan(PlanIdentifier plan)
           
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestCaseDao.getMostFailingTestCasesForPlan(PlanIdentifier plan)
          Provide a list of the top 10 most failing test cases for a plan.
 

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

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanIdentifier
ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type PlanIdentifier
<V> V
CustomVariableContextRunner.execute(PlanIdentifier plan, java.util.concurrent.Callable<V> callable)
           
<V> V
CustomVariableContextRunnerImpl.execute(PlanIdentifier plan, java.util.concurrent.Callable<V> callable)
           
 void CustomVariableContextRunner.execute(PlanIdentifier plan, java.lang.Runnable runnable)
           
 void CustomVariableContextRunnerImpl.execute(PlanIdentifier plan, java.lang.Runnable runnable)
           
 VariableDefinition VariableDefinitionHibernateDao.findPlanVariableByKey(PlanIdentifier plan, java.lang.String key)
           
 VariableDefinition VariableDefinitionDao.findPlanVariableByKey(PlanIdentifier plan, java.lang.String key)
          Find plan variable by its key
 java.util.List<VariableDefinition> VariableDefinitionHibernateDao.findVariablesByPlan(PlanIdentifier plan)
           
 java.util.List<VariableDefinition> VariableDefinitionDao.findVariablesByPlan(PlanIdentifier plan)
          Find plan variable definitions for a given plan
 java.util.List<VariableDefinition> VariableDefinitionManager.getGlobalNotOverriddenVariables(PlanIdentifier plan)
          Get list of all global variables that are not overridden by plan variables for a given plan
 java.util.List<VariableDefinition> VariableDefinitionManagerImpl.getGlobalNotOverriddenVariables(PlanIdentifier plan)
           
 VariableDefinition VariableDefinitionManager.getPlanVariableByKey(PlanIdentifier plan, java.lang.String key)
          Retrieves a specific variable for the plan with the given key
 VariableDefinition VariableDefinitionManagerImpl.getPlanVariableByKey(PlanIdentifier plan, java.lang.String key)
           
 java.util.List<VariableDefinition> VariableDefinitionManager.getPlanVariables(PlanIdentifier plan)
          Get list of plan variables associated with a given plan
 java.util.List<VariableDefinition> VariableDefinitionManagerImpl.getPlanVariables(PlanIdentifier plan)
           
 void CustomVariableContext.setPlan(PlanIdentifier planIdentifier, java.util.Map<java.lang.String,VariableDefinitionContext> variablesContextMap)
          Sets Plan reference and variable definitions in ThreadLocal state.
 void CustomVariableContextImpl.setPlan(PlanIdentifier planIdentifier, java.util.Map<java.lang.String,VariableDefinitionContext> variablesContextMap)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.webwork
 

Methods in com.atlassian.bamboo.webwork with parameters of type PlanIdentifier
 boolean StarterAction.hasBranches(PlanIdentifier plan)
           
 boolean StarterAction.hasPlanPermission(java.lang.String permission, PlanIdentifier plan)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 with parameters of type PlanIdentifier
 boolean BambooActionSupport.hasPlanPermission(java.lang.String permission, PlanIdentifier plan)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type PlanIdentifier
 java.util.List<PlanIdentifier> ChainActionSupport.getBranchIdentifiers()
           
 java.util.List<PlanIdentifier> ChainActionSupport.getSiblingBranchIdentifiers()
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.ww2.actions.admin.elastic
 

Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type PlanIdentifier
 boolean ConfigureElasticImageConfiguration.hasPlanPermission(java.lang.String permission, PlanIdentifier plan)
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.ww2.actions.branch
 

Methods in com.atlassian.bamboo.ww2.actions.branch that return types with arguments of type PlanIdentifier
 java.util.Map<PlanIdentifier,java.lang.String> EditChainBranchDetails.getBranchesForAutoIntegration()
           
 java.util.Map<PlanIdentifier,java.lang.String> ConfigureBranches.getBranchesForAutoIntegration()
           
 

Uses of PlanIdentifier in com.atlassian.bamboo.ww2.beans
 

Classes in com.atlassian.bamboo.ww2.beans that implement PlanIdentifier
 class DecoratedPlan
           
 

Methods in com.atlassian.bamboo.ww2.beans that return PlanIdentifier
 PlanIdentifier DecoratedResult.getMaster()
           
 PlanIdentifier DecoratedPlan.getMaster()
           
 PlanIdentifier DecoratedNavObject.getMaster()
          The master plan iff the plan is a branched plan and it has a master.
 



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