Uses of Interface
com.atlassian.bamboo.plan.PlanIdentifier
Package
Description
-
Uses of PlanIdentifier in com.atlassian.bamboo.build
Modifier and TypeMethodDescriptionint
BuildNumberGeneratorService.generateBuildNumber
(@NotNull PlanIdentifier planIdentifier) Returns a unique(consecutive) build number for a plan with the given key.int
BuildNumberGeneratorServiceImpl.generateBuildNumber
(@NotNull PlanIdentifier planIdentifier) int
BuildNumberGeneratorDao.generateBuildNumberNewTx
(@NotNull PlanIdentifier planIdentifier) Generates a new build number for the given plan.int
BuildNumberGeneratorDaoImpl.generateBuildNumberNewTx
(@NotNull PlanIdentifier planIdentifier) PlanDependencyManager.getChildChainKeys
(@NotNull PlanIdentifier plan) Retrieves all chain that are children of the current planPlanDependencyManagerImpl.getChildChainKeys
(@NotNull PlanIdentifier plan) PlanDependencyDao.getChildNonEditableDependencies
(PlanIdentifier plan) @Nullable Collection<PlanDependency>
PlanDependencyHibernateDao.getChildNonEditableDependencies
(@NotNull PlanIdentifier plan) @NotNull Collection<PlanDependency>
PlanDependencyDao.getChildPlanDependencies
(@NotNull PlanIdentifier plan) Retrievs all plan dependencies in which the given plan features as a parent@NotNull Collection<PlanDependency>
PlanDependencyHibernateDao.getChildPlanDependencies
(@NotNull PlanIdentifier plan) @NotNull Set<PlanDependency>
PlanDependencyManager.getChildPlanDependencies
(@NotNull PlanIdentifier plan) Retrieves all plan dependencies in which the given plan features as a parent@NotNull Set<PlanDependency>
PlanDependencyManagerImpl.getChildPlanDependencies
(@NotNull PlanIdentifier plan) PlanDependencyManager.getChildPlanKeys
(@NotNull PlanIdentifier plan) Retrievs all plan that are children of the current planPlanDependencyManagerImpl.getChildPlanKeys
(@NotNull PlanIdentifier plan) int
BuildNumberGeneratorDao.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) Gets the next build number for the given plan.int
BuildNumberGeneratorDaoImpl.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) int
BuildNumberGeneratorService.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) Returns next build number for a plan with the given key without bumping it.int
BuildNumberGeneratorServiceImpl.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) int
BuildNumberService.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) Returns next build number for a plan with the given key without bumping it.int
BuildNumberServiceImpl.getNextBuildNumber
(@NotNull PlanIdentifier planIdentifier) PlanDependencyManager.getNotEditableChildKeys
(@NotNull PlanIdentifier plan) Retrieves a list of keys representing the children that are not editable of the given planPlanDependencyManagerImpl.getNotEditableChildKeys
(@NotNull PlanIdentifier plan) PlanDependencyManager.getNotEditableParentKeys
(@NotNull PlanIdentifier plan) Retrieves a list of keys representing the children that are not editable of the given planPlanDependencyManagerImpl.getNotEditableParentKeys
(@NotNull PlanIdentifier plan) PlanDependencyManager.getParentChainKeys
(@NotNull PlanIdentifier plan) Retrieves all chain that are children of the current planPlanDependencyManagerImpl.getParentChainKeys
(@NotNull PlanIdentifier plan) PlanDependencyDao.getParentNonEditableDependencies
(PlanIdentifier plan) @Nullable Collection<PlanDependency>
PlanDependencyHibernateDao.getParentNonEditableDependencies
(@NotNull PlanIdentifier plan) @NotNull Collection<PlanDependency>
PlanDependencyDao.getParentPlanDependencies
(@NotNull PlanIdentifier plan) Retrievs all plan dependencies in which the given plan features as a child@NotNull Collection<PlanDependency>
PlanDependencyHibernateDao.getParentPlanDependencies
(@NotNull PlanIdentifier plan) @NotNull Set<PlanDependency>
PlanDependencyManager.getParentPlanDependencies
(@NotNull PlanIdentifier plan) Retrieves all plan dependencies in which the given plan features as a child@NotNull Set<PlanDependency>
PlanDependencyManagerImpl.getParentPlanDependencies
(@NotNull PlanIdentifier plan) PlanDependencyManager.getParentPlanKeys
(@NotNull PlanIdentifier plan) Retrievs all plans that are a parent of the current planPlanDependencyManagerImpl.getParentPlanKeys
(@NotNull PlanIdentifier plan) void
BuildNumberGeneratorDao.initBuildNumbers
(@NotNull PlanIdentifier planIdentifier) Initializes the build numbers for the given plan.void
BuildNumberGeneratorDaoImpl.initBuildNumbers
(@NotNull PlanIdentifier planIdentifier) void
BuildNumberGeneratorService.initBuildNumbers
(@NotNull PlanIdentifier planIdentifier) Initialise build numbers for a plan.void
BuildNumberGeneratorServiceImpl.initBuildNumbers
(@NotNull PlanIdentifier planIdentifier) void
BuildNumberGeneratorDao.initBuildNumbersNewTx
(@NotNull PlanIdentifier planIdentifier) Initializes the build numbers for the given plan.void
BuildNumberGeneratorDaoImpl.initBuildNumbersNewTx
(@NotNull PlanIdentifier planIdentifier) void
BuildNumberGeneratorServiceImpl.initBuildNumberWithinTransaction
(@NotNull PlanIdentifier planIdentifier) void
PlanDependencyManager.removeAllDependenciesForPlan
(@NotNull PlanIdentifier plan) Deletes any existing dependency featuring the given plan.void
PlanDependencyManagerImpl.removeAllDependenciesForPlan
(@NotNull PlanIdentifier plan) void
PlanDependencyDao.removeDependenciesForPlan
(@NotNull PlanIdentifier plan) Deletes any existing dependency featuring the given plan.void
PlanDependencyHibernateDao.removeDependenciesForPlan
(@NotNull PlanIdentifier plan) boolean
BuildNumberGeneratorService.setBuildNumber
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) Sets new build number for a plan with the given key.boolean
BuildNumberGeneratorServiceImpl.setBuildNumber
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) boolean
BuildNumberService.setBuildNumber
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) Sets new build number for a plan with the given key.boolean
BuildNumberServiceImpl.setBuildNumber
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) BuildNumberGeneratorDao.setNextBuildNumberNewTx
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) Sets the next build number for the given plan.BuildNumberGeneratorDaoImpl.setNextBuildNumberNewTx
(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) -
Uses of PlanIdentifier in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@NotNull ChainState
ChainStateFactory.create
(@NotNull PlanIdentifier chain, @NotNull BuildContext buildContext, @NotNull ChainStateResult chainResultState) Creates aChainState
@NotNull ChainState
ChainStateFactory.create
(@NotNull PlanIdentifier chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull BuildContext chainBuildContext, @NotNull ChainStateResult chainResultState) Creates a {link ChainState} for extended execution config defined asPlanExecutionConfig
- continuable and restartable builds@NotNull ChainState
ChainStateFactoryImpl.create
(@NotNull PlanIdentifier chain, @NotNull BuildContext chainBuildContext, @NotNull ChainStateResult chainResultState) @NotNull ChainState
ChainStateFactoryImpl.create
(@NotNull PlanIdentifier chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull BuildContext chainBuildContext, @NotNull ChainStateResult chainResultState) long
ChainResultManager.getAverageProgressDurationForStages
(@NotNull PlanIdentifier chain, @NotNull Collection<ChainStageResult> stageStates, int numberOfResults) Calculates average duration of provided stages executionlong
ChainResultManagerImpl.getAverageProgressDurationForStages
(@NotNull PlanIdentifier chain, @NotNull Collection<ChainStageResult> stages, int numberOfResults) -
Uses of PlanIdentifier in com.atlassian.bamboo.charts
Modifier and TypeFieldDescriptionprotected final PlanIdentifier
BuildFailuresChart.plan
protected final PlanIdentifier
BuildTimesChart.plan
ModifierConstructorDescriptionBuildFailuresChart
(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull String series) BuildTimesChart
(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull String seriesLabel) CombinedBuildSummaryByBuildChart
(int height, int width, @NotNull PlanIdentifier plan, @NotNull List<? extends ResultsSummary> filteredResults, @NotNull com.atlassian.core.i18n.I18nTextProvider i18n) -
Uses of PlanIdentifier in com.atlassian.bamboo.configuration.agent
Modifier and TypeMethodDescriptionboolean
ViewAgent.hasPlanPermission
(String permission, PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.configuration.repository
Modifier and TypeFieldDescriptionprotected List<PlanIdentifier>
AbstractRepositoryAction.planUsingRepository
-
Uses of PlanIdentifier in com.atlassian.bamboo.fileserver
Modifier and TypeMethodDescriptionArtifactStorage.getArtifactDirectory
(PlanIdentifier plan, int buildNumber) Deprecated. -
Uses of PlanIdentifier in com.atlassian.bamboo.labels
Modifier and TypeMethodDescriptionLabelDao.findPlanLabels
(String namespace, @NotNull PlanIdentifier plan) Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.LabelHibernateDao.findPlanLabels
(String namespace, @NotNull PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.matcher
Modifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>BambooTestMatchers.hasPlanKey
(PlanKey planKey) -
Uses of PlanIdentifier in com.atlassian.bamboo.matcher.plan
Modifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>PlanKeyMatcher.hasPlanKey
(PlanKey planKey) static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>PlanKeyMatcher.hasPlanKey
(String planKey) static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>PlanKeyMatcher.hasPlanKey
(org.hamcrest.Matcher<PlanKey> textMatcher) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan
Modifier and TypeInterfaceDescriptioninterface
Mutable version of the plan.interface
Marker interface that specifies that the implementingPlan
is a 'top level' objectModifier and TypeClassDescriptionclass
class
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.class
Modifier and TypeMethodDescription@Nullable PlanIdentifier
PlanDao.getPlanIdentifierForPermissionCheckingByKey
(@NotNull String planKey) Return aPlan
skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi IfJob
key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only forTopLevelPlan
s@Nullable PlanIdentifier
PlanHibernateDao.getPlanIdentifierForPermissionCheckingByKey
(@NotNull String planKey) @Nullable PlanIdentifier
PlanManager.getPlanIdentifierForPermissionCheckingByKey
(@NotNull String planKey) Returns aPlan
skeleton skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using AcegiPlanManagerImpl.getPlanIdentifierForPermissionCheckingByKey
(@NotNull String planKey) Modifier and TypeMethodDescription<T extends Plan>
@NotNull List<PlanIdentifier>PlanDao.getPlanIdentifiersForProject
(@NotNull ProjectIdentifier projectIdentifier, @NotNull Class<T> planType, boolean includeMarkedForDeletion) Returns minimal data about all plans in the given project<T extends Plan>
@NotNull List<PlanIdentifier>PlanHibernateDao.getPlanIdentifiersForProject
(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion) <T extends Plan>
@NotNull List<PlanIdentifier>PlanManager.getPlanIdentifiersForProject
(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion) Retrieve a list of plans for a given project.<T extends Plan>
@NotNull List<PlanIdentifier>PlanManagerImpl.getPlanIdentifiersForProject
(@NotNull ProjectIdentifier project, @NotNull Class<T> planType, boolean includeMarkedForDeletion) static Predicate<PlanIdentifier>
PlanPredicates.hasEqualBuildName
(@NotNull String name) static Predicate<PlanIdentifier>
PlanPredicates.hasEqualPlanKey
(@NotNull PlanKey planKey) static Comparator<PlanIdentifier>
PlanComparators.planKeyComparator()
static com.google.common.collect.Ordering<PlanIdentifier>
PlanComparators.planKeyOrdering()
Modifier and TypeMethodDescriptionboolean
FilteringPlanManager.assertPlanPermission
(@NotNull PlanIdentifier plan) Used to validate user permission for plan.boolean
PlanManager.assertPlanPermission
(@NotNull PlanIdentifier plan) Used to validate user permission for plan.boolean
PlanManagerImpl.assertPlanPermission
(@NotNull PlanIdentifier plan) @NotNull List<ImmutableChainBranch>
FilteringPlanManager.getBranchesForChain
(@NotNull PlanIdentifier chain) Deprecated.@NotNull List<ImmutableChainBranch>
FilteringPlanManager.getBranchesForChainWithConsistencyGuarantee
(@NotNull PlanIdentifier chain) Get all feature branches associated with the given chain, sorted.@NotNull List<ChainBranchIdentifier>
PlanDao.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) Returns minimal data about all branches which have the given chain as their master@NotNull List<ChainBranchIdentifier>
PlanHibernateDao.getBranchIdentifiersForChain
(@NotNull PlanIdentifier plan) static <T extends ImmutablePlan>
Predicate<T>PlanPredicates.isBranchOf
(@NotNull PlanIdentifier master) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.artifact
Modifier and TypeMethodDescriptionImmutableArtifactSubscriptionImpl.Builder.consumerJob
(PlanIdentifier job) @NotNull List<ArtifactSubscription>
ArtifactSubscriptionDao.findArtifactSubscriptionOfPlan
(@NotNull PlanIdentifier plan) Get list of artifact subscriptions associated with a plan@NotNull List<ArtifactSubscription>
ArtifactSubscriptionHibernateDao.findArtifactSubscriptionOfPlan
(@NotNull PlanIdentifier plan) @NotNull List<ArtifactSubscription>
ArtifactSubscriptionManager.findSubscriptionsOfPlan
(@NotNull PlanIdentifier plan) Get list of artifact subscriptions associated with a plan@NotNull List<ArtifactSubscription>
ArtifactSubscriptionManagerImpl.findSubscriptionsOfPlan
(@NotNull PlanIdentifier plan) ImmutableArtifactDefinitionImpl.Builder.producerJob
(PlanIdentifier job) void
ArtifactSubscriptionDao.removeArtifactSubscriptionsOfPlan
(@NotNull PlanIdentifier planIdentifier) Remove all artifact subscriptions for a planvoid
ArtifactSubscriptionHibernateDao.removeArtifactSubscriptionsOfPlan
(@NotNull PlanIdentifier planIdentifier) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.branch
Modifier and TypeInterfaceDescriptioninterface
Represents a branch of a plan.interface
Modifier and TypeMethodDescription@NotNull List<ChainBranchIdentifier>
ChainBranchManager.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) Get all feature branches associated with the given chain, however on pulls up minimal details about each branch.@NotNull List<ChainBranchIdentifier>
ChainBranchManagerImpl.getBranchIdentifiersForChain
(@NotNull PlanIdentifier chain) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.branch.cache
-
Uses of PlanIdentifier in com.atlassian.bamboo.plan.cache
Modifier and TypeInterfaceDescriptioninterface
interface
Represents aChain
that is immutable.interface
Interface of an immutable version ofChainBranch
interface
Immutable, threadsafe cacheable version ofJob
interface
Represents aPlan
that is immutable.interface
Represents aTopLevelPlan
that is immutable.Modifier and TypeMethodDescriptionboolean
CachedPlanManagerImpl.assertPlanPermission
(@NotNull PlanIdentifier plan) @NotNull List<ImmutableChainBranch>
CachedPlanManagerImpl.getBranchesForChain
(@NotNull PlanIdentifier chain) @NotNull List<ImmutableChainBranch>
CachedPlanManagerImpl.getBranchesForChainWithConsistencyGuarantee
(@NotNull PlanIdentifier chain) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.number
-
Uses of PlanIdentifier in com.atlassian.bamboo.repository
Modifier and TypeMethodDescriptionPlanRepositoryLinkDao.getIdentifiersOfPlansUsingRepository
(long repositoryId) Get identifiers of Plans referencing a repository.PlanRepositoryLinkHibernateDao.getIdentifiersOfPlansUsingRepository
(long repositoryId) RepositoryDefinitionManager.getIdentifiersOfPlansUsingRepository
(long repositoryId) Get identifiers of Plans referencing a repository.RepositoryDefinitionManagerImpl.getIdentifiersOfPlansUsingRepository
(long repositoryId) PlanRepositoryLinkDao.getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren
(long repositoryId) Get identifiers of Plans referencing a repository, either directly or through inheritance (only direct parent-child relationship is checked)PlanRepositoryLinkHibernateDao.getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren
(long repositoryId) @NotNull List<PlanIdentifier>
RepositoryDefinitionManager.getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren
(long repositoryId) Get identifiers ofChain
s referencing a repository, either directly or through inheritance (only direct parent-child relationship is checked) If the parameter refers to a linked repository, onlyTopLevelPlan
s are returned.@NotNull List<PlanIdentifier>
RepositoryDefinitionManagerImpl.getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren
(long repositoryId) Modifier and TypeMethodDescription@NotNull List<PartialVcsRepositoryData>
RepositoryDefinitionManager.getPlanRepositoriesForExport
(@NotNull PlanIdentifier plan) Get all repositories attached to a plan in form suitable for export.@NotNull List<PartialVcsRepositoryData>
RepositoryDefinitionManagerImpl.getPlanRepositoriesForExport
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryDefinition>
RepositoryDefinitionManager.getPlanRepositoryDefinitions
(@NotNull PlanIdentifier plan) Get all repositories attached to a plan ordered by position.@NotNull List<PlanRepositoryDefinition>
RepositoryDefinitionManagerImpl.getPlanRepositoryDefinitions
(@NotNull PlanIdentifier plan) @Nullable PlanRepositoryLink
PlanRepositoryLinkDao.getPlanRepositoryLink
(@NotNull PlanIdentifier plan, long repositoryId) PlanRepositoryLinkHibernateDao.getPlanRepositoryLink
(@NotNull PlanIdentifier plan, long repositoryId) @Nullable PlanRepositoryLink
PlanRepositoryLinkDao.getPlanRepositoryLinkByName
(@NotNull PlanIdentifier plan, @NotNull String repositoryName) PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkByName
(@NotNull PlanIdentifier plan, @NotNull String repositoryName) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao.getPlanRepositoryLinkDtos
(PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinkDtos
(PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManager.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLinkDto>
RepositoryDefinitionManagerImpl.getPlanRepositoryLinkDtos
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink>
PlanRepositoryLinkDao.getPlanRepositoryLinks
(@NotNull PlanIdentifier plan) @NotNull List<PlanRepositoryLink>
PlanRepositoryLinkHibernateDao.getPlanRepositoryLinks
(@NotNull PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.rest.model.plan
-
Uses of PlanIdentifier in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescription@NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getLastNFailedResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) @NotNull List<ResultsSummary>
ResultsSummaryManager.getLastNFailedResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) Returns the most recent n failed build results.@NotNull List<ResultsSummary>
BuildResultsSummaryManagerImpl.getLastNResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) @NotNull List<ResultsSummary>
ResultsSummaryManager.getLastNResultsSummaries
(@NotNull PlanIdentifier planIdentifier, int numberOfResults) Provides a list of the latest N results summaries for the given plan, newest first. -
Uses of PlanIdentifier in com.atlassian.bamboo.v2.trigger
ModifierConstructorDescriptionChildDependencyBuildDetectionAction
(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory) -
Uses of PlanIdentifier in com.atlassian.bamboo.variable
Modifier and TypeMethodDescriptionvoid
CustomVariableContextRunner.execute
(PlanIdentifier plan, @NotNull Runnable runnable) <V> V
CustomVariableContextRunner.execute
(PlanIdentifier plan, @NotNull Callable<V> callable) void
CustomVariableContextRunnerImpl.execute
(PlanIdentifier plan, @NotNull Runnable runnable) <V> V
CustomVariableContextRunnerImpl.execute
(PlanIdentifier plan, @NotNull Callable<V> callable) @Nullable VariableDefinition
VariableDefinitionDao.findPlanVariableByKey
(@NotNull PlanIdentifier plan, @NotNull String key) Find plan variable by its keyVariableDefinitionHibernateDao.findPlanVariableByKey
(@NotNull PlanIdentifier plan, @NotNull String key) @NotNull List<VariableDefinition>
VariableDefinitionDao.findVariablesByPlan
(@NotNull PlanIdentifier plan) Find plan variable definitions for a given plan@NotNull List<VariableDefinition>
VariableDefinitionHibernateDao.findVariablesByPlan
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionAccessor.getGlobalNotOverriddenVariables
(@NotNull PlanIdentifier plan) Deprecated.since 7.1 useVariableDefinitionAccessor.getInheritedNotOverriddenVariables(PlanIdentifier)
instead@NotNull List<VariableDefinition>
VariableDefinitionAccessorImpl.getGlobalNotOverriddenVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionManagerImpl.getGlobalNotOverriddenVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionAccessor.getInheritedNotOverriddenVariables
(@NotNull PlanIdentifier plan) Get list of all variables that are inherited by plan, that is all global, project and (in case of branches) default plan variables that are not overridden by a plan or plan branch.@NotNull List<VariableDefinition>
VariableDefinitionAccessorImpl.getInheritedNotOverriddenVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionManagerImpl.getInheritedNotOverriddenVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionAccessor.getInheritedVariables
(@NotNull PlanIdentifier plan) Get list of all variables that are inherited by plan, that is all global, project and (in case of branches) default plan variables.@NotNull List<VariableDefinition>
VariableDefinitionAccessorImpl.getInheritedVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionManagerImpl.getInheritedVariables
(@NotNull PlanIdentifier plan) @Nullable VariableDefinition
VariableDefinitionAccessor.getPlanVariableByKey
(@NotNull PlanIdentifier plan, @NotNull String key) Retrieves a specific variable for the plan with the given key@Nullable VariableDefinition
VariableDefinitionAccessorImpl.getPlanVariableByKey
(@NotNull PlanIdentifier plan, @NotNull String key) @Nullable VariableDefinition
VariableDefinitionManagerImpl.getPlanVariableByKey
(@NotNull PlanIdentifier plan, @NotNull String key) @NotNull List<VariableDefinition>
VariableDefinitionAccessor.getPlanVariables
(@NotNull PlanIdentifier plan) Get list of plan variables associated with a given plan@NotNull List<VariableDefinition>
VariableDefinitionAccessorImpl.getPlanVariables
(@NotNull PlanIdentifier plan) @NotNull List<VariableDefinition>
VariableDefinitionManagerImpl.getPlanVariables
(@NotNull PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.webwork
Modifier and TypeMethodDescriptionboolean
StarterAction.hasBranches
(PlanIdentifier plan) boolean
StarterAction.hasPlanPermission
(String permission, PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.ww2
Modifier and TypeMethodDescriptionboolean
FreemarkerContext.canRunCustomBuild
(PlanIdentifier plan) Checks if the current user has permissions sufficient to run custom/parameterised build of a given planboolean
BambooActionSupport.hasPlanPermission
(String permission, PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.actions
Modifier and TypeMethodDescriptionChainActionSupport.getBranchIdentifiers()
ChainActionSupport.getSiblingBranchIdentifiers()
-
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.actions.admin.elastic
Modifier and TypeMethodDescriptionboolean
ConfigureElasticImageConfiguration.hasPlanPermission
(String permission, PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.actions.branch
Modifier and TypeMethodDescriptionConfigureBranches.getBranchesForAutoIntegration()
EditChainBranchDetails.getBranchesForAutoIntegration()
-
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.beans
Modifier and TypeClassDescriptionclass
static class
Branches are top level branch plans.Modifier and TypeMethodDescription@Nullable PlanIdentifier
DecoratedNavObject.getMaster()
The master plan iff the plan is a branched plan and it has a master.@Nullable PlanIdentifier
DecoratedResult.getMaster()
FilteringPlanManager.getBranchesOfChain(PlanKey)
instead.