Uses of Interface
com.atlassian.bamboo.plan.PlanIdentifier
-
-
Uses of PlanIdentifier in com.atlassian.bamboo.build
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.build Modifier and Type Interface Description interface
Buildable
interface
Job
Classes in com.atlassian.bamboo.build that implement PlanIdentifier Modifier and Type Class Description class
DefaultJob
Methods in com.atlassian.bamboo.build with parameters of type PlanIdentifier Modifier and Type Method Description int
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)
int
BuildNumberGeneratorDaoImpl. generateBuildNumberNewTx(@NotNull PlanIdentifier planIdentifier)
@NotNull Set<String>
PlanDependencyManager. getChildChainKeys(@NotNull PlanIdentifier plan)
Retrieves all chain that are children of the current plan@NotNull Set<String>
PlanDependencyManagerImpl. getChildChainKeys(@NotNull PlanIdentifier plan)
Collection<PlanDependency>
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)
@NotNull Set<String>
PlanDependencyManager. getChildPlanKeys(@NotNull PlanIdentifier plan)
Retrievs all plan that are children of the current plan@NotNull Set<String>
PlanDependencyManagerImpl. getChildPlanKeys(@NotNull PlanIdentifier plan)
int
BuildNumberGeneratorDao. getNextBuildNumber(@NotNull PlanIdentifier planIdentifier)
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)
@NotNull Set<String>
PlanDependencyManager. getNotEditableChildKeys(@NotNull PlanIdentifier plan)
Retrieves a list of keys representing the children that are not editable of the given plan@NotNull Set<String>
PlanDependencyManagerImpl. getNotEditableChildKeys(@NotNull PlanIdentifier plan)
@NotNull Set<String>
PlanDependencyManager. getNotEditableParentKeys(@NotNull PlanIdentifier plan)
Retrieves a list of keys representing the children that are not editable of the given plan@NotNull Set<String>
PlanDependencyManagerImpl. getNotEditableParentKeys(@NotNull PlanIdentifier plan)
@NotNull Set<String>
PlanDependencyManager. getParentChainKeys(@NotNull PlanIdentifier plan)
Retrieves all chain that are children of the current plan@NotNull Set<String>
PlanDependencyManagerImpl. getParentChainKeys(@NotNull PlanIdentifier plan)
Collection<PlanDependency>
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)
@NotNull Set<String>
PlanDependencyManager. getParentPlanKeys(@NotNull PlanIdentifier plan)
Retrievs all plans that are a parent of the current plan@NotNull Set<String>
PlanDependencyManagerImpl. getParentPlanKeys(@NotNull PlanIdentifier plan)
void
BuildNumberGeneratorDao. initBuildNumbers(@NotNull PlanIdentifier planIdentifier)
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
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)
SetNewBuildNumberResult
BuildNumberGeneratorDao. setBuildNumberNewTx(@NotNull PlanIdentifier planIdentifier, int newBuildNumber)
SetNewBuildNumberResult
BuildNumberGeneratorDaoImpl. setBuildNumberNewTx(@NotNull PlanIdentifier planIdentifier, int newBuildNumber)
-
Uses of PlanIdentifier in com.atlassian.bamboo.chains
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.chains Modifier and Type Interface Description interface
Chain
Mutable version ofImmutableChain
.Classes in com.atlassian.bamboo.chains that implement PlanIdentifier Modifier and Type Class Description class
DefaultChain
Methods in com.atlassian.bamboo.chains with parameters of type PlanIdentifier Modifier and Type Method Description @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
Fields in com.atlassian.bamboo.charts declared as PlanIdentifier Modifier and Type Field Description protected PlanIdentifier
BuildFailuresChart. plan
protected PlanIdentifier
BuildTimesChart. plan
Constructors in com.atlassian.bamboo.charts with parameters of type PlanIdentifier Constructor Description BuildFailuresChart(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
Methods in com.atlassian.bamboo.configuration.agent with parameters of type PlanIdentifier Modifier and Type Method Description boolean
ViewAgent. hasPlanPermission(String permission, PlanIdentifier plan)
-
Uses of PlanIdentifier in com.atlassian.bamboo.configuration.repository
Fields in com.atlassian.bamboo.configuration.repository with type parameters of type PlanIdentifier Modifier and Type Field Description protected List<PlanIdentifier>
AbstractRepositoryAction. planUsingRepository
Methods in com.atlassian.bamboo.configuration.repository that return types with arguments of type PlanIdentifier Modifier and Type Method Description List<PlanIdentifier>
AbstractRepositoryAction. getPlanUsingRepository()
-
Uses of PlanIdentifier in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver with parameters of type PlanIdentifier Modifier and Type Method Description File
ArtifactStorage. getArtifactDirectory(PlanIdentifier plan, int buildNumber)
Deprecated. -
Uses of PlanIdentifier in com.atlassian.bamboo.labels
Methods in com.atlassian.bamboo.labels with parameters of type PlanIdentifier Modifier and Type Method Description @NotNull Set<Label>
LabelDao. findPlanLabels(String namespace, @NotNull PlanIdentifier plan)
Finds labels that are *only* plan level labellings matching the namespace and associated with a plan.@NotNull Set<Label>
LabelHibernateDao. findPlanLabels(String namespace, @NotNull PlanIdentifier plan)
-
Uses of PlanIdentifier in com.atlassian.bamboo.matcher
Methods in com.atlassian.bamboo.matcher with type parameters of type PlanIdentifier Modifier and Type Method Description static <T extends PlanIdentifier>
org.hamcrest.Matcher<T>BambooTestMatchers. hasPlanKey(PlanKey planKey)
-
Uses of PlanIdentifier in com.atlassian.bamboo.matcher.plan
Methods in com.atlassian.bamboo.matcher.plan with type parameters of type PlanIdentifier Modifier and Type Method Description static <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
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan Modifier and Type Interface Description interface
Plan
Mutable version of the plan.interface
TopLevelPlan
Marker interface that specifies that the implementingPlan
is a 'top level' objectClasses in com.atlassian.bamboo.plan that implement PlanIdentifier Modifier and Type Class Description class
AbstractChain
class
AbstractPlan
This plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.class
PlanIdentifierImpl
Methods in com.atlassian.bamboo.plan that return PlanIdentifier Modifier and Type Method Description @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 AcegiPlanIdentifier
PlanManagerImpl. getPlanIdentifierForPermissionCheckingByKey(@NotNull String planKey)
Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanIdentifier Modifier and Type Method Description <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()
Methods in com.atlassian.bamboo.plan with parameters of type PlanIdentifier Modifier and Type Method Description boolean
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.since 6.2 useFilteringPlanManager.getBranchesOfChain(PlanKey)
instead.@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)
Constructors in com.atlassian.bamboo.plan with parameters of type PlanIdentifier Constructor Description PlanIdentifierImpl(PlanIdentifier plan)
-
Uses of PlanIdentifier in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanIdentifier Modifier and Type Method Description ImmutableArtifactSubscriptionImpl.Builder
ImmutableArtifactSubscriptionImpl.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
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
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan.branch Modifier and Type Interface Description interface
ChainBranch
Represents a branch of a plan.interface
ChainBranchIdentifier
Classes in com.atlassian.bamboo.plan.branch that implement PlanIdentifier Modifier and Type Class Description class
ChainBranchIdentifierImpl
class
ChainBranchImpl
Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanIdentifier Modifier and Type Method Description @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
Classes in com.atlassian.bamboo.plan.branch.cache that implement PlanIdentifier Modifier and Type Class Description class
ImmutableChainBranchImpl
-
Uses of PlanIdentifier in com.atlassian.bamboo.plan.cache
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan.cache Modifier and Type Interface Description interface
ImmutableBuildable
interface
ImmutableChain
Represents aChain
that is immutable.interface
ImmutableChainBranch
Interface of an immutable version ofChainBranch
interface
ImmutableJob
Immutable, threadsafe cacheable version ofJob
interface
ImmutablePlan
Represents aPlan
that is immutable.interface
ImmutableTopLevelPlan
Represents aTopLevelPlan
that is immutable.Classes in com.atlassian.bamboo.plan.cache that implement PlanIdentifier Modifier and Type Class Description class
AbstractImmutableChain
class
AbstractImmutablePlan
class
ImmutableChainImpl
AImmutableChain
implementation.class
ImmutableJobImpl
Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanIdentifier Modifier and Type Method Description boolean
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
Constructors in com.atlassian.bamboo.plan.number with parameters of type PlanIdentifier Constructor Description PlanBuildNumbersImpl(@NotNull PlanIdentifier planIdentifier)
-
Uses of PlanIdentifier in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanIdentifier Modifier and Type Method Description List<PlanIdentifier>
PlanRepositoryLinkDao. getIdentifiersOfPlansUsingRepository(long repositoryId)
Get identifiers of Plans referencing a repository.List<PlanIdentifier>
PlanRepositoryLinkHibernateDao. getIdentifiersOfPlansUsingRepository(long repositoryId)
List<PlanIdentifier>
RepositoryDefinitionManager. getIdentifiersOfPlansUsingRepository(long repositoryId)
Get identifiers of Plans referencing a repository.List<PlanIdentifier>
RepositoryDefinitionManagerImpl. getIdentifiersOfPlansUsingRepository(long repositoryId)
List<PlanIdentifier>
PlanRepositoryLinkDao. getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren(long repositoryId)
Get identifiers of Plans referencing a repository, either directly or through inheritance (only direct parent-child relationship is checked)List<PlanIdentifier>
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)
Methods in com.atlassian.bamboo.repository with parameters of type PlanIdentifier Modifier and Type Method Description @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)
PlanRepositoryLink
PlanRepositoryLinkHibernateDao. getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId)
@Nullable PlanRepositoryLink
PlanRepositoryLinkDao. getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan, @NotNull String repositoryName)
PlanRepositoryLink
PlanRepositoryLinkHibernateDao. getPlanRepositoryLinkByName(@NotNull PlanIdentifier plan, @NotNull String repositoryName)
@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkDao. getPlanRepositoryLinkDtos(@NotNull PlanIdentifier plan)
@NotNull List<PlanRepositoryLinkDto>
PlanRepositoryLinkHibernateDao. getPlanRepositoryLinkDtos(@NotNull 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
Constructors in com.atlassian.bamboo.rest.model.plan with parameters of type PlanIdentifier Constructor Description RestPlanIdentifier(@NotNull PlanIdentifier planIdentifier)
-
Uses of PlanIdentifier in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanIdentifier Modifier and Type Method Description @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
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanIdentifier Constructor Description ChildDependencyBuildDetectionAction(ImmutablePlan plan, PlanIdentifier child, BuildNumberGeneratorService buildNumberGenerator, TriggerManager triggerManager, BuildChanges buildChanges, ErrorUpdateHandler errorUpdateHandler, ImmutablePlanCacheService immutablePlanCacheService, BuildContextBuilderFactory buildContextBuilderFactory)
-
Uses of PlanIdentifier in com.atlassian.bamboo.variable
Methods in com.atlassian.bamboo.variable with parameters of type PlanIdentifier Modifier and Type Method Description void
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 keyVariableDefinition
VariableDefinitionHibernateDao. 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
Methods in com.atlassian.bamboo.webwork with parameters of type PlanIdentifier Modifier and Type Method Description boolean
StarterAction. hasBranches(PlanIdentifier plan)
boolean
StarterAction. hasPlanPermission(String permission, PlanIdentifier plan)
-
Uses of PlanIdentifier in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type PlanIdentifier Modifier and Type Method Description boolean
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
Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type PlanIdentifier Modifier and Type Method Description List<PlanIdentifier>
ChainActionSupport. getBranchIdentifiers()
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 Modifier and Type Method Description boolean
ConfigureElasticImageConfiguration. hasPlanPermission(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 Modifier and Type Method Description Map<PlanIdentifier,String>
ConfigureBranches. getBranchesForAutoIntegration()
Map<PlanIdentifier,String>
EditChainBranchDetails. getBranchesForAutoIntegration()
-
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.beans
Classes in com.atlassian.bamboo.ww2.beans that implement PlanIdentifier Modifier and Type Class Description class
DecoratedPlan
static class
DecoratedPlan.DecoratedBranch
Branches are top level branch plans.Methods in com.atlassian.bamboo.ww2.beans that return PlanIdentifier Modifier and Type Method Description @Nullable PlanIdentifier
DecoratedNavObject. getMaster()
The master plan iff the plan is a branched plan and it has a master.@Nullable PlanIdentifier
DecoratedResult. getMaster()
-