Uses of Interface
com.atlassian.bamboo.plan.PlanIdentifier
Packages that use PlanIdentifier
Package
Description
-
Uses of PlanIdentifier in com.atlassian.bamboo.build
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.buildClasses in com.atlassian.bamboo.build that implement PlanIdentifierMethods in com.atlassian.bamboo.build with parameters of type PlanIdentifierModifier and TypeMethodDescriptionintBuildNumberGeneratorService.generateBuildNumber(@NotNull PlanIdentifier planIdentifier) Returns a unique(consecutive) build number for a plan with the given key.intBuildNumberGeneratorServiceImpl.generateBuildNumber(@NotNull PlanIdentifier planIdentifier) intBuildNumberGeneratorDao.generateBuildNumberNewTx(@NotNull PlanIdentifier planIdentifier) Generates a new build number for the given plan.intBuildNumberGeneratorDaoImpl.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) intBuildNumberGeneratorDao.getNextBuildNumber(@NotNull PlanIdentifier planIdentifier) Gets the next build number for the given plan.intBuildNumberGeneratorDaoImpl.getNextBuildNumber(@NotNull PlanIdentifier planIdentifier) intBuildNumberGeneratorService.getNextBuildNumber(@NotNull PlanIdentifier planIdentifier) Returns next build number for a plan with the given key without bumping it.intBuildNumberGeneratorServiceImpl.getNextBuildNumber(@NotNull PlanIdentifier planIdentifier) intBuildNumberService.getNextBuildNumber(@NotNull PlanIdentifier planIdentifier) Returns next build number for a plan with the given key without bumping it.intBuildNumberServiceImpl.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) voidBuildNumberGeneratorDao.initBuildNumbers(@NotNull PlanIdentifier planIdentifier) Initializes the build numbers for the given plan.voidBuildNumberGeneratorDaoImpl.initBuildNumbers(@NotNull PlanIdentifier planIdentifier) voidBuildNumberGeneratorService.initBuildNumbers(@NotNull PlanIdentifier planIdentifier) Initialise build numbers for a plan.voidBuildNumberGeneratorServiceImpl.initBuildNumbers(@NotNull PlanIdentifier planIdentifier) voidBuildNumberGeneratorDao.initBuildNumbersNewTx(@NotNull PlanIdentifier planIdentifier) Initializes the build numbers for the given plan.voidBuildNumberGeneratorDaoImpl.initBuildNumbersNewTx(@NotNull PlanIdentifier planIdentifier) voidBuildNumberGeneratorServiceImpl.initBuildNumberWithinTransaction(@NotNull PlanIdentifier planIdentifier) voidPlanDependencyManager.removeAllDependenciesForPlan(@NotNull PlanIdentifier plan) Deletes any existing dependency featuring the given plan.voidPlanDependencyManagerImpl.removeAllDependenciesForPlan(@NotNull PlanIdentifier plan) voidPlanDependencyDao.removeDependenciesForPlan(@NotNull PlanIdentifier plan) Deletes any existing dependency featuring the given plan.voidPlanDependencyHibernateDao.removeDependenciesForPlan(@NotNull PlanIdentifier plan) booleanBuildNumberGeneratorService.setBuildNumber(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) Sets new build number for a plan with the given key.booleanBuildNumberGeneratorServiceImpl.setBuildNumber(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) booleanBuildNumberService.setBuildNumber(@NotNull PlanIdentifier planIdentifier, int newBuildNumber) Sets new build number for a plan with the given key.booleanBuildNumberServiceImpl.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
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.chainsClasses in com.atlassian.bamboo.chains that implement PlanIdentifierMethods in com.atlassian.bamboo.chains with parameters of type PlanIdentifierModifier and TypeMethodDescription@NotNull ChainStateChainStateFactory.create(@NotNull PlanIdentifier chain, @NotNull BuildContext buildContext, @NotNull ChainStateResult chainResultState) Creates aChainState@NotNull ChainStateChainStateFactory.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 ChainStateChainStateFactoryImpl.create(@NotNull PlanIdentifier chain, @NotNull BuildContext chainBuildContext, @NotNull ChainStateResult chainResultState) @NotNull ChainStateChainStateFactoryImpl.create(@NotNull PlanIdentifier chain, @Nullable PlanExecutionConfig planExecutionConfig, @NotNull BuildContext chainBuildContext, @NotNull ChainStateResult chainResultState) longChainResultManager.getAverageProgressDurationForStages(@NotNull PlanIdentifier chain, @NotNull Collection<ChainStageResult> stageStates, int numberOfResults) Calculates average duration of provided stages executionlongChainResultManagerImpl.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 PlanIdentifierModifier and TypeFieldDescriptionprotected final PlanIdentifierBuildFailuresChart.planprotected final PlanIdentifierBuildTimesChart.planConstructors in com.atlassian.bamboo.charts with parameters of type PlanIdentifierModifierConstructorDescriptionBuildFailuresChart(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 PlanIdentifierModifier and TypeMethodDescriptionbooleanViewAgent.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 PlanIdentifierModifier and TypeFieldDescriptionprotected List<PlanIdentifier>AbstractRepositoryAction.planUsingRepositoryMethods in com.atlassian.bamboo.configuration.repository that return types with arguments of type PlanIdentifier -
Uses of PlanIdentifier in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver with parameters of type PlanIdentifierModifier and TypeMethodDescriptionArtifactStorage.getArtifactDirectory(PlanIdentifier plan, int buildNumber) Deprecated. -
Uses of PlanIdentifier in com.atlassian.bamboo.labels
Methods in com.atlassian.bamboo.labels with parameters of type PlanIdentifierModifier 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
Methods in com.atlassian.bamboo.matcher with type parameters of type PlanIdentifierModifier and TypeMethodDescriptionstatic <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 PlanIdentifierModifier 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
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.planModifier and TypeInterfaceDescriptioninterfaceMutable version of the plan.interfaceMarker interface that specifies that the implementingPlanis a 'top level' objectClasses in com.atlassian.bamboo.plan that implement PlanIdentifierModifier and TypeClassDescriptionclassclassThis plan is only partially migrated to annotation-based Hibernate model, to allow creating queries using the new query mechanism.classMethods in com.atlassian.bamboo.plan that return PlanIdentifierModifier and TypeMethodDescription@Nullable PlanIdentifierPlanDao.getPlanIdentifierForPermissionCheckingByKey(@NotNull String planKey) Return aPlanskeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi IfJobkey is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only forTopLevelPlans@Nullable PlanIdentifierPlanHibernateDao.getPlanIdentifierForPermissionCheckingByKey(@NotNull String planKey) @Nullable PlanIdentifierPlanManager.getPlanIdentifierForPermissionCheckingByKey(@NotNull String planKey) Returns aPlanskeleton 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) Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanIdentifierModifier 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()Methods in com.atlassian.bamboo.plan with parameters of type PlanIdentifierModifier and TypeMethodDescriptionbooleanFilteringPlanManager.assertPlanPermission(@NotNull PlanIdentifier plan) Used to validate user permission for plan.booleanPlanManager.assertPlanPermission(@NotNull PlanIdentifier plan) Used to validate user permission for plan.booleanPlanManagerImpl.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) Constructors in com.atlassian.bamboo.plan with parameters of type PlanIdentifier -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanIdentifierModifier 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) voidArtifactSubscriptionDao.removeArtifactSubscriptionsOfPlan(@NotNull PlanIdentifier planIdentifier) Remove all artifact subscriptions for a planvoidArtifactSubscriptionHibernateDao.removeArtifactSubscriptionsOfPlan(@NotNull PlanIdentifier planIdentifier) -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.branch
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan.branchModifier and TypeInterfaceDescriptioninterfaceRepresents a branch of a plan.interfaceClasses in com.atlassian.bamboo.plan.branch that implement PlanIdentifierMethods in com.atlassian.bamboo.plan.branch with parameters of type PlanIdentifierModifier 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
Classes in com.atlassian.bamboo.plan.branch.cache that implement PlanIdentifier -
Uses of PlanIdentifier in com.atlassian.bamboo.plan.cache
Subinterfaces of PlanIdentifier in com.atlassian.bamboo.plan.cacheModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents aChainthat is immutable.interfaceInterface of an immutable version ofChainBranchinterfaceImmutable, threadsafe cacheable version ofJobinterfaceRepresents aPlanthat is immutable.interfaceRepresents aTopLevelPlanthat is immutable.Classes in com.atlassian.bamboo.plan.cache that implement PlanIdentifierMethods in com.atlassian.bamboo.plan.cache with parameters of type PlanIdentifierModifier and TypeMethodDescriptionbooleanCachedPlanManagerImpl.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 -
Uses of PlanIdentifier in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return types with arguments of type PlanIdentifierModifier 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 ofChains referencing a repository, either directly or through inheritance (only direct parent-child relationship is checked) If the parameter refers to a linked repository, onlyTopLevelPlans are returned.@NotNull List<PlanIdentifier>RepositoryDefinitionManagerImpl.getIdentifiersOfPlansUsingRepositoryOrItsDirectChildren(long repositoryId) Methods in com.atlassian.bamboo.repository with parameters of type PlanIdentifierModifier 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 PlanRepositoryLinkPlanRepositoryLinkDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId) PlanRepositoryLinkHibernateDao.getPlanRepositoryLink(@NotNull PlanIdentifier plan, long repositoryId) @Nullable PlanRepositoryLinkPlanRepositoryLinkDao.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
Constructors in com.atlassian.bamboo.rest.model.plan with parameters of type PlanIdentifier -
Uses of PlanIdentifier in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanIdentifierModifier 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
Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanIdentifierModifierConstructorDescriptionChildDependencyBuildDetectionAction(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 PlanIdentifierModifier and TypeMethodDescriptionvoidCustomVariableContextRunner.execute(PlanIdentifier plan, @NotNull Runnable runnable) <V> VCustomVariableContextRunner.execute(PlanIdentifier plan, @NotNull Callable<V> callable) voidCustomVariableContextRunnerImpl.execute(PlanIdentifier plan, @NotNull Runnable runnable) <V> VCustomVariableContextRunnerImpl.execute(PlanIdentifier plan, @NotNull Callable<V> callable) @Nullable VariableDefinitionVariableDefinitionDao.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 VariableDefinitionVariableDefinitionAccessor.getPlanVariableByKey(@NotNull PlanIdentifier plan, @NotNull String key) Retrieves a specific variable for the plan with the given key@Nullable VariableDefinitionVariableDefinitionAccessorImpl.getPlanVariableByKey(@NotNull PlanIdentifier plan, @NotNull String key) @Nullable VariableDefinitionVariableDefinitionManagerImpl.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 PlanIdentifierModifier and TypeMethodDescriptionbooleanStarterAction.hasBranches(PlanIdentifier plan) booleanStarterAction.hasPlanPermission(String permission, PlanIdentifier plan) -
Uses of PlanIdentifier in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type PlanIdentifierModifier and TypeMethodDescriptionbooleanFreemarkerContext.canRunCustomBuild(PlanIdentifier plan) Checks if the current user has permissions sufficient to run custom/parameterised build of a given planbooleanBambooActionSupport.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 PlanIdentifierModifier and TypeMethodDescriptionChainActionSupport.getBranchIdentifiers()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 PlanIdentifierModifier and TypeMethodDescriptionbooleanConfigureElasticImageConfiguration.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 PlanIdentifierModifier and TypeMethodDescriptionConfigureBranches.getBranchesForAutoIntegration()EditChainBranchDetails.getBranchesForAutoIntegration() -
Uses of PlanIdentifier in com.atlassian.bamboo.ww2.beans
Classes in com.atlassian.bamboo.ww2.beans that implement PlanIdentifierModifier and TypeClassDescriptionclassstatic classBranches are top level branch plans.Methods in com.atlassian.bamboo.ww2.beans that return PlanIdentifierModifier and TypeMethodDescription@Nullable PlanIdentifierDecoratedNavObject.getMaster()The master plan iff the plan is a branched plan and it has a master.@Nullable PlanIdentifierDecoratedResult.getMaster()
FilteringPlanManager.getBranchesOfChain(PlanKey)instead.