Uses of Class
com.atlassian.bamboo.plan.PlanKey
Packages that use PlanKey
Package
Description
-
Uses of PlanKey in com.atlassian.bamboo
Methods in com.atlassian.bamboo with parameters of type PlanKeyModifier and TypeMethodDescriptionBamboo.getErrorMessages(@NotNull PlanKey planKey) Deprecated.since 5.10 -
Uses of PlanKey in com.atlassian.bamboo.agent
Methods in com.atlassian.bamboo.agent that return PlanKeyMethods in com.atlassian.bamboo.agent with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.artifact
Methods in com.atlassian.bamboo.artifact with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidCommonContextHelperService.addPlanInformation(CommonContext context, PlanKey planKey) voidCommonContextHelperServiceImpl.addPlanInformation(CommonContext context, PlanKey planKey) ArtifactDao.findPlanArtifactsReferencedByVersion(@NotNull PlanKey planKey) Find all artifacts that belong to a plan are part of a deployment version.ArtifactHibernateDao.findPlanArtifactsReferencedByVersion(@NotNull PlanKey planKey) voidArtifactDao.removeByPlanKey(@NotNull PlanKey planKey) Remove all artifacts that belong to a plan and are not part of a deployment version.voidArtifactHibernateDao.removeByPlanKey(@NotNull PlanKey planKey) voidArtifactDao.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update planKey in Artifact entities when plan key has changed (ie after moving plan)voidArtifactHibernateDao.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) -
Uses of PlanKey in com.atlassian.bamboo.brokenbuildtracker.notifications
Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanKeyModifierConstructorDescriptionUserRespAddedEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) UserResponsibilityEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) UserRespRemovedEvent(Object source, PlanKey buildKey, String userResponsible, @Nullable String userWhoUpdated, TrackingEntry trackingEntry) -
Uses of PlanKey in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidDefaultStopBuildManager.cancelAllBuilds(@NotNull PlanKey planKey, boolean abandonResult) voidStopBuildManager.cancelAllBuilds(@NotNull PlanKey planKey, boolean abandonResult) Will stop all builds running for plan identified byPlanKey@NotNull PlanBranchPullRequestCreates a new link between chain branch and pull request.@NotNull PlanBranchPullRequestbooleanPlanBranchPullRequestDao.deleteForChainBranch(@NotNull PlanKey branchKey) booleanPlanBranchPullRequestDaoImpl.deleteForChainBranch(@NotNull PlanKey planKey) booleanPlanBranchPullRequestService.deleteForChainBranch(@NotNull PlanKey branchKey) Deletes a link for the given plan branch.booleanPlanBranchPullRequestServiceImpl.deleteForChainBranch(@NotNull PlanKey branchKey) @NotNull Optional<MutablePlanBranchPullRequest>PlanBranchPullRequestDao.findForChainAndPullRequest(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>PlanBranchPullRequestDaoImpl.findForChainAndPullRequest(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>PlanBranchPullRequestService.findForChainAndPullRequest(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<PlanBranchPullRequest>PlanBranchPullRequestServiceImpl.findForChainAndPullRequest(@NotNull PlanKey chainKey, long pullRequestId) @NotNull Optional<MutablePlanBranchPullRequest>PlanBranchPullRequestDao.findForChainBranch(@NotNull PlanKey branchKey) @NotNull Optional<MutablePlanBranchPullRequest>PlanBranchPullRequestDaoImpl.findForChainBranch(@NotNull PlanKey branchKey) @NotNull Optional<PlanBranchPullRequest>PlanBranchPullRequestService.findForChainBranch(@NotNull PlanKey branchKey) Retrieves aPlanBranchPullRequestconnection for the givenplan branchby branch key.@NotNull Optional<PlanBranchPullRequest>PlanBranchPullRequestServiceImpl.findForChainBranch(@NotNull PlanKey branchKey) @NotNull List<LinkedJiraIssue>JiraIssueResultsManager.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) Finds a list of jira issues linked to a particular build key@NotNull List<LinkedJiraIssue>JiraIssueResultsManagerImpl.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) @NotNull BuildDefinitionBuildDefinitionManager.getBuildDefinition(@NotNull PlanKey planKey) Returns a stateful version the build definition for thePlan.@NotNull BuildDefinitionDefaultBuildDefinitionManager.getBuildDefinition(@NotNull PlanKey planKey) @NotNull BuildDefinitionDefaultBuildDefinitionManagerTx.getBuildDefinition(@NotNull PlanKey planKey) BuildExecutionManager.getCurrentlyExecuting(PlanKey planKey) DefaultBuildExecutionManager.getCurrentlyExecuting(PlanKey planKey) BuildDefinitionManager.getUnmergedBuildDefinition(@NotNull PlanKey planKey) Returns a stateful version the build definition for thePlan.@NotNull BuildDefinitionDefaultBuildDefinitionManager.getUnmergedBuildDefinition(@NotNull PlanKey planKey) @NotNull BuildDefinitionDefaultBuildDefinitionManagerTx.getUnmergedBuildDefinition(@NotNull PlanKey planKey) voidBuildLoggerManager.removeBuildLogger(PlanKey planKey) Removes plan logger for given plan key.Method parameters in com.atlassian.bamboo.build with type arguments of type PlanKeyModifier and TypeMethodDescriptionvoidPlanDependencyManager.adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Update the existing children dependencies of the given plan and dependency Type to match the provided list of new children.voidPlanDependencyManagerImpl.adjustChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) voidPlanDependencyManager.adjustParentDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting) Update the existing parent dependencies of the given plan and dependency Type to match the provided list of new parents.voidPlanDependencyManagerImpl.adjustParentDependencyList(@NotNull String dependencyKey, @NotNull Plan childPlan, @NotNull Set<PlanKey> newParentPlanKeys, boolean overwriteExisting) @NotNull ErrorCollectionPlanDependencyManager.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Validate child dependency list@NotNull ErrorCollectionPlanDependencyManagerImpl.validateChildDependencyList(@NotNull String dependencyType, @NotNull Plan plan, @NotNull Set<PlanKey> newChildPlanKeys, boolean overwriteExisting) Constructors in com.atlassian.bamboo.build with parameters of type PlanKeyModifierConstructorDescriptionBuildStatusHelper(@Nullable ImmutableBuildable buildable, @NotNull PlanKey planKey, int buildNumber, @NotNull ResultsSummaryManager resultsSummaryManager) BuildStatusHelper(@Nullable ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull ResultsSummary currentBuildResult, @NotNull ResultsSummaryManager resultsSummaryManager) -
Uses of PlanKey in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidAbstractArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) voidAbstractLocalArtifactHandler.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) default voidArtifactHandler.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Removes artifact files for all results of a single chain.voidArtifactHandlerDecoratorSupport.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) Removes artifact files for all results of a single chain.voidBambooRemoteArtifactHandler.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidLocalArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) voidS3ArtifactHandler.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidAbstractArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey) voidAbstractArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull Map<String, String> artifactHandlersConfiguration) voidAbstractLocalArtifactHandler.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidArtifactHandler.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Removes artifact files for all results of a single chain or job.voidArtifactHandlerDecoratorSupport.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey) Deprecated.since 9.1 useArtifactManager.removeArtifactsFromStorage(PlanKey, Map)voidArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull Map<String, String> artifactHandlersConfiguration) Removes artifact files for all results of a single.voidBambooRemoteArtifactHandler.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) voidLocalArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey) voidLocalArtifactManager.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull Map<String, String> artifactHandlersConfiguration) voidS3ArtifactHandler.removeArtifactsFromStorage(@NotNull PlanKey planKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Method parameters in com.atlassian.bamboo.build.artifact with type arguments of type PlanKeyModifier and TypeMethodDescriptionvoidAbstractArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) voidArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) Removes artifact files for all results of a single chain.voidLocalArtifactManager.removeAllArtifactsOfChain(@NotNull PlanKey planKey, @NotNull Iterable<PlanKey> jobKeys, @NotNull Map<String, String> artifactHandlersConfiguration) -
Uses of PlanKey in com.atlassian.bamboo.build.creation
Methods in com.atlassian.bamboo.build.creation that return PlanKeyModifier and TypeMethodDescriptionstatic @NotNull PlanKeyChainParamMapHelper.getChainKey(@NotNull ActionParametersMap params) Methods in com.atlassian.bamboo.build.creation that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionJobCreationService.createJobAndBranches(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan ifPlanEnabled) JobCreationServiceImpl.createJobAndBranches(@NotNull BuildConfiguration buildConfiguration, @NotNull ActionParametersMap actionParametersMap, @NotNull PlanCreationService.EnablePlan enabled) Methods in com.atlassian.bamboo.build.creation with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidChainBranchCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey) voidChainCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey) voidJobCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey) voidPlanCreationService.triggerCreationCompleteEvents(PlanKey planKey) Trigger the appropriate events after the plan has been saved successfully Calling this method is responsibility of class using this service.abstract voidPlanCreationTemplate.triggerCreationCompleteEvents(PlanKey planKey) Trigger the appropriate events after the plan has been saved successfully Calling this method is responsibility of class using this template. -
Uses of PlanKey in com.atlassian.bamboo.build.logger
Methods in com.atlassian.bamboo.build.logger with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidDefaultBuildLoggerManager.removeBuildLogger(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.build.statistics
Constructors in com.atlassian.bamboo.build.statistics with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.builder.resultsfilter
Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type PlanKeyModifier and TypeMethodDescriptionintAllBuildResultsFilter.getFromBuildNumber(@NotNull PlanKey planKey) intBuildResultsFilter.getFromBuildNumber(@NotNull PlanKey planKey) The build number (inclusive) that extrenal callers can use to filter for a given plan. 0 if not filtered by numberintLatest25FiveBuildResultsFilter.getFromBuildNumber(@NotNull PlanKey planKey) intTimeAgoBuildResultsFilter.getFromBuildNumber(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.buildtrigger
Method parameters in com.atlassian.bamboo.buildtrigger with type arguments of type PlanKeyModifier and TypeMethodDescriptionPlansGreenConditionValidator.validatePlans(List<PlanKey> plans) PlansGreenConditionValidatorImpl.validatePlans(List<PlanKey> plans) -
Uses of PlanKey in com.atlassian.bamboo.capability
Methods in com.atlassian.bamboo.capability that return types with arguments of type PlanKeyModifier and TypeMethodDescription@NotNull List<Pair<Requirement,PlanKey>> CapabilityDao.getImmutablePlansKeysByRequirementKey(@NotNull String requirementKey) @NotNull List<Pair<Requirement,PlanKey>> CapabilityDaoImpl.getImmutablePlansKeysByRequirementKey(@NotNull String requirementKey) -
Uses of PlanKey in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionChainStageDao.getChainStagesMarkedForDeletion()ChainStageHibernateDao.getChainStagesMarkedForDeletion()static LinkedSetMultimap<PlanKey,Long> ChainStageTuple.groupByPlanKey(List<ChainStageTuple> list) Methods in com.atlassian.bamboo.chains with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull List<ChainExecution>ChainExecutionAccessor.getExecutingChains(@NotNull PlanKey planKey) Get the Collection of the state of the ChainExecution or empty collection when no chain is executing@NotNull List<ChainExecution>ChainExecutionManagerImpl.getExecutingChains(@NotNull PlanKey planKey) @NotNull List<ChainExecution>ChainExecutionAccessor.getFlatExecutingChains(@NotNull PlanKey planKey) Get the Collection of the state of the ChainExecution or empty collection when no chain is executing.@NotNull List<ChainExecution>ChainExecutionManagerImpl.getFlatExecutingChains(@NotNull PlanKey planKey) booleanChecks if theChainis "active" ie being queued, or buildingbooleanbooleanChainExecutionAccessor.isExecuting(@NotNull PlanKey planKey) Checks if the Chain is buildingbooleanChainExecutionManagerImpl.isExecuting(@NotNull PlanKey planKey) intChainExecutionAccessor.numberOfChainsExecuting(@NotNull PlanKey planKey) Determines the number ofChainExecutions are active for the givenPlanKeyintChainExecutionManagerImpl.numberOfChainsExecuting(@NotNull PlanKey planKey) voidvoidConstructors in com.atlassian.bamboo.chains with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.chains.events
Methods in com.atlassian.bamboo.chains.events that return PlanKeyModifier and TypeMethodDescriptionChainMovedEvent.getNewPlanKey()ChainMovingEvent.getNewPlanKey()ChainMovedEvent.getOriginalPlanKey()ChainMovingEvent.getOriginalPlanKey()Constructors in com.atlassian.bamboo.chains.events with parameters of type PlanKeyModifierConstructorDescriptionChainMovedEvent(@NotNull Object source, @NotNull PlanKey originalPlanKey, PlanKey newPlanKey) ChainMovingEvent(@NotNull Object source, @NotNull PlanKey originalPlanKey, PlanKey newPlanKey) -
Uses of PlanKey in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull StringViewCloverCoverageSummary.getJobName(PlanKey jobResultKey) Returns name of the specified job using theCachedPlanManager. -
Uses of PlanKey in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidCloverBuildProcessor.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) This part is executed on server as a part of UI configuration. -
Uses of PlanKey in com.atlassian.bamboo.cluster.event.bamboo.plan
Methods in com.atlassian.bamboo.cluster.event.bamboo.plan with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic HidePlanEventInvalidateBuildNumbersRangeEvent.InvalidateBuildNumbersRangeEntry.of(@NotNull PlanKey planKey, int buildNumber) Method parameters in com.atlassian.bamboo.cluster.event.bamboo.plan with type arguments of type PlanKeyModifier and TypeMethodDescriptionInvalidatePlanCacheEvent.Builder.chainsToDelete(@NotNull List<PlanKey> chainsToDelete) InvalidatePlanCacheEvent.Builder.chainsToIndex(@NotNull List<PlanKey> chainsToIndex) InvalidatePlanCacheEvent.Builder.chainsToInvalidate(@NotNull List<PlanKey> chainsToInvalidate) InvalidatePlanCacheEvent.Builder.chainsToReindex(@NotNull List<PlanKey> chainsToReindex) InvalidateSpecsStateForPlanRequestEvent.Builder.keysOfPlansDetachedFromRss(@NotNull List<PlanKey> keysOfPlansDetachedFromRss) InvalidateSpecsStateForPlanRequestEvent.Builder.planKeysToInvalidate(@NotNull List<PlanKey> planKeysToInvalidate) Constructor parameters in com.atlassian.bamboo.cluster.event.bamboo.plan with type arguments of type PlanKeyModifierConstructorDescriptionInvalidateSpecsStateForPlanRequestEvent(@NotNull List<PlanKey> planKeysToInvalidate, @NotNull List<PlanKey> keysOfPlansDetachedFromRss) -
Uses of PlanKey in com.atlassian.bamboo.comment
Methods in com.atlassian.bamboo.comment with parameters of type PlanKeyModifier and TypeMethodDescriptionCommentDao.getCommentsForBuildResults(@NotNull PlanKey planKey) CommentHibernateDao.getCommentsForBuildResults(@NotNull PlanKey planKey) CommentManager.getCommentsForBuildResults(@NotNull PlanKey planKey) Get all comments associated with Plan's build resultsCommentManagerImpl.getCommentsForBuildResults(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull PlanConfigImportService.ImportResultPlanConfigImportService.switchToLightweightBranch(@NotNull PlanKey planBranchKey) Convert a divergent branch to a lightweight branch.@NotNull PlanConfigImportService.ImportResultPlanConfigImportServiceImpl.switchToLightweightBranch(@NotNull PlanKey planBranchKey) Method parameters in com.atlassian.bamboo.configuration.external with type arguments of type PlanKeyModifier and TypeMethodDescriptionSpecsConsumerFactory.createDivergentBranchSpecsCreationConsumer(@NotNull VcsBranch newBranch, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Multimap<ImmutableChain, PlanKey> chainsAndBranchKeys, PlanCreationService.EnablePlan enablePlan) Create Specs consumer used for creating divergent branchesSpecsConsumerFactory.createDivergentBranchSpecsUpdateConsumer(@NotNull VcsBranch branch, @NotNull Multimap<ImmutableChain, PlanKey> chainsAndBranchKeys) Create Specs consumer used for updating divergent branches -
Uses of PlanKey in com.atlassian.bamboo.configuration.external.exporters
Methods in com.atlassian.bamboo.configuration.external.exporters with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegrationChainBranchExporter.exportBranchIntegrationConfiguration(@NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull PlanKey chainKey, @NotNull PlanBranchWorkflow planBranchWorkflow) Exports branch merging configuration to properties@NotNull com.atlassian.bamboo.specs.api.builders.plan.branches.BranchIntegrationChainBranchExporterImpl.exportBranchIntegrationConfiguration(@NotNull BranchIntegrationConfiguration branchIntegrationConfiguration, @NotNull PlanKey chainKey, @NotNull PlanBranchWorkflow planBranchWorkflow) -
Uses of PlanKey in com.atlassian.bamboo.configuration.external.rss
Methods in com.atlassian.bamboo.configuration.external.rss that return PlanKeyMethods in com.atlassian.bamboo.configuration.external.rss with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic DivergentBranchDataBeanDivergentBranchDataBean.forCreation(@NotNull ImmutableChain immutableChain, @NotNull PlanKey planBranchKey, @NotNull PlanBranchWorkflow planBranchWorkflow, PlanCreationService.EnablePlan enablePlan) static DivergentBranchDataBeanDivergentBranchDataBean.forUpdate(@NotNull ImmutableChain immutableChain, @NotNull PlanKey planBranchKey) Method parameters in com.atlassian.bamboo.configuration.external.rss with type arguments of type PlanKeyModifier and TypeMethodDescriptionSpecsConsumerFactoryImpl.createDivergentBranchSpecsCreationConsumer(@NotNull VcsBranch vcsBranch, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Multimap<ImmutableChain, PlanKey> chainsAndBranchKeys, PlanCreationService.EnablePlan enablePlan) SpecsConsumerFactoryImpl.createDivergentBranchSpecsUpdateConsumer(@NotNull VcsBranch vcsBranch, @NotNull Multimap<ImmutableChain, PlanKey> chainsAndBranchKeys) RepositoryStoredSpecsResultHelper.createSpecResultAndDisablePlans(@NotNull Collection<PlanKey> plans, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, boolean specsExecutionSuccessful, @NotNull VcsLocationBambooSpecsState bambooSpecsState) Creates specs execution results for givenplansand disable themRepositoryStoredSpecsResultHelperImpl.createSpecResultAndDisablePlans(@NotNull Collection<PlanKey> plans, @NotNull VcsRepositoryData repositoryData, @NotNull List<CommitContext> commits, @NotNull RssPermissions rssPermissions, boolean specsExecutionSuccessful, @NotNull VcsLocationBambooSpecsState bambooSpecsState) voidRepositoryStoredSpecsResultHelper.publishRssErrorEvent(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull VcsBambooSpecsSource specsSource, @NotNull RssPermissions rssPermissions, @NotNull Throwable throwable, @NotNull Map<String, RssAffectedPlan> affectedPlans, @NotNull Collection<PlanKey> notUpdatedPlans, @NotNull Collection<Long> notUpdatedDeploymentProjects, @NotNull String logFilename) Handles specs execution error: creates specs result for remaining plans and publishesRssErrorEventvoidRepositoryStoredSpecsResultHelperImpl.publishRssErrorEvent(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull List<CommitContext> commits, @NotNull VcsBambooSpecsSource specsSource, @NotNull RssPermissions rssPermissions, @NotNull Throwable throwable, @NotNull Map<String, RssAffectedPlan> affectedPlans, @NotNull Collection<PlanKey> notUpdatedPlans, @NotNull Collection<Long> notUpdatedDeploymentProjects, @NotNull String logFilename) -
Uses of PlanKey in com.atlassian.bamboo.container
Methods in com.atlassian.bamboo.container with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.core
Methods in com.atlassian.bamboo.core with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic <V,E extends Throwable>
VScopedExclusionServiceHelper.withLockedChain(ScopedExclusionService exclusionService, PlanKey planKey, ScopedExclusionService.ExclusiveFunction<PlanKey, V, E> functor) Executes the function while holding an exclusive lock on planKey interpreted as chain key.static <V,E extends Throwable>
VScopedExclusionServiceHelper.withLockedJob(ScopedExclusionService exclusionService, PlanKey planKey, ScopedExclusionService.ExclusiveFunction<PlanKey, V, E> functor) Executes the function while holding an exclusive lock on planKey interpreted as job key.Method parameters in com.atlassian.bamboo.core with type arguments of type PlanKeyModifier and TypeMethodDescriptionstatic <V,E extends Throwable>
VScopedExclusionServiceHelper.withLockedChain(ScopedExclusionService exclusionService, PlanKey planKey, ScopedExclusionService.ExclusiveFunction<PlanKey, V, E> functor) Executes the function while holding an exclusive lock on planKey interpreted as chain key.static <V,E extends Throwable>
VScopedExclusionServiceHelper.withLockedJob(ScopedExclusionService exclusionService, PlanKey planKey, ScopedExclusionService.ExclusiveFunction<PlanKey, V, E> functor) Executes the function while holding an exclusive lock on planKey interpreted as job key. -
Uses of PlanKey in com.atlassian.bamboo.deletion
Methods in com.atlassian.bamboo.deletion that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionDeletionService.deletePlans(Iterable<String> planKeys) DeletionServiceImpl.deletePlans(Iterable<String> planKeys) DeletionService.deleteProjects(Iterable<String> projectKeys) DeletionServiceImpl.deleteProjects(Iterable<String> projectKeys) -
Uses of PlanKey in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic InternalDeploymentProjectDeploymentMocks.mockDeploymentProject(long id, @NotNull String name, @Nullable String description, @Nullable PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.deployments.cache
Methods in com.atlassian.bamboo.deployments.cache with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull List<LinkedDeploymentProject>LinkedDeploymentProjectCacheService.getPlanAndBranchesRelatedDeployments(@NotNull PlanKey masterOrBranchKey) Retrieve list of deployment projects associated with any of the branches in the plan@NotNull List<LinkedDeploymentProject>LinkedDeploymentProjectCacheServiceImpl.getPlanAndBranchesRelatedDeployments(@NotNull PlanKey masterOrBranchKey) @NotNull List<LinkedDeploymentProject>LinkedDeploymentProjectCacheService.getRelatedDeployments(@NotNull PlanKey planKey) @NotNull List<LinkedDeploymentProject>LinkedDeploymentProjectCacheServiceImpl.getRelatedDeployments(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service that return PlanKeyModifier and TypeMethodDescription@Nullable PlanKeyEnvironmentTriggerService.getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) @Nullable PlanKeyEnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type PlanKeyModifier and TypeMethodDescription@Nullable PlanKeyEnvironmentTriggerService.getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) @Nullable PlanKeyEnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(@NotNull InternalEnvironment environment, @NotNull DeploymentTriggerBranchSelectionMode branchSelectionMode, @Nullable PlanKey customBranchKey) voidEnvironmentService.updatePlanKey(long deploymentProjectId, @NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update planKey in Environment related configuration when plan key has changed (ie after moving plan).voidEnvironmentServiceImpl.updatePlanKey(long deploymentProjectId, @NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) -
Uses of PlanKey in com.atlassian.bamboo.deployments.environments.trigger
Methods in com.atlassian.bamboo.deployments.environments.trigger with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanPlanAwareEnvironmentTriggerConfigurator.isAffectedByPlanDeletion(@NotNull PlanKey deletedPlanKey, @NotNull TriggerDefinition triggerDefinition) Check if trigger will be affected when Plan is deleted.booleanPlanAwareEnvironmentTriggerConfigurator.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey, @NotNull TriggerDefinition triggerDefinition) Change plan key referenced by a trigger. -
Uses of PlanKey in com.atlassian.bamboo.deployments.execution
Methods in com.atlassian.bamboo.deployments.execution that return types with arguments of type PlanKeyModifier and TypeMethodDescription@NotNull Map<PlanKey,ChainStorageTag> DeploymentContextImpl.getChainStorageTags() -
Uses of PlanKey in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions that return PlanKey -
Uses of PlanKey in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanKeyModifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) Deprecated.since 5.10EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) CreatesEnvironmentTriggeringActionused during scheduled execution of Environment.EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanKeyModifierConstructorDescriptionScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String, String> triggerConfiguration) -
Uses of PlanKey in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return PlanKeyModifier and TypeMethodDescription@Nullable PlanKeyDeploymentProjectIdentifier.getPlanKey()DeploymentProjectImpl.getPlanKey()@Nullable PlanKeyInternalDeploymentProject.getPlanKey() -
Uses of PlanKey in com.atlassian.bamboo.deployments.projects.persistence
Fields in com.atlassian.bamboo.deployments.projects.persistence with type parameters of type PlanKeyModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableDeploymentProjectImpl,PlanKey> MutableDeploymentProjectImpl_.planKeyMethods in com.atlassian.bamboo.deployments.projects.persistence that return PlanKeyMethods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull List<MutableDeploymentProject>DeploymentProjectDao.getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) Get DeploymentProjects linked to Plan with planKey.@NotNull List<MutableDeploymentProject>DeploymentProjectDaoImpl.getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) voidMutableDeploymentProject.setPlanKey(@Nullable PlanKey planKey) voidMutableDeploymentProjectImpl.setPlanKey(PlanKey planKey) Method parameters in com.atlassian.bamboo.deployments.projects.persistence with type arguments of type PlanKeyModifier and TypeMethodDescription@NotNull List<MutableDeploymentProject>DeploymentProjectDao.getDeploymentProjectsRelatedToPlans(@NotNull Set<PlanKey> planKeyFamily) Get DeploymentProjects linked to Plan identified with any of plan keys.@NotNull List<MutableDeploymentProject>DeploymentProjectDaoImpl.getDeploymentProjectsRelatedToPlans(@NotNull Set<PlanKey> planKeyFamily) -
Uses of PlanKey in com.atlassian.bamboo.deployments.projects.service
Methods in com.atlassian.bamboo.deployments.projects.service with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull List<DeploymentProject>DeploymentProjectService.getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) Retrieve the deployment projects that are linked to a specific plan@NotNull List<DeploymentProject>DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) @NotNull List<DeploymentProject>DeploymentProjectService.getDeploymentProjectsRelatedToPlanConfiguration(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan configuration, taking branch divergency into account.@NotNull List<DeploymentProject>DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanConfiguration(@NotNull PlanKey masterOrBranchPlanKey) @NotNull List<DeploymentProject>DeploymentProjectService.getDeploymentProjectsRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan or any of its branches.@NotNull List<DeploymentProject>DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey) @NotNull List<DeploymentProjectWithEnvironmentStatuses>DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlan(@NotNull PlanKey planKey) Retrieve the deployment projects that are linked to a specific plan.@NotNull List<DeploymentProjectWithEnvironmentStatuses>DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlan(@NotNull PlanKey planKey) @NotNull List<DeploymentProjectWithEnvironmentStatuses>DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey) Retrieve the deployment projects that are linked to a specific plan or any of its branches.@NotNull List<DeploymentProjectWithEnvironmentStatuses>DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlanOrBranches(@NotNull PlanKey masterOrBranchPlanKey) voidDeploymentProjectService.resetTriggers(@NotNull PlanKey planKey) Delete and recreate the triggers for every deployment that's related to this planKey.voidDeploymentProjectServiceImpl.resetTriggers(@NotNull PlanKey planKey) voidDeploymentProjectService.unlinkDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) Remove all references to aPlanfrom all related deployment projects.voidDeploymentProjectServiceImpl.unlinkDeploymentProjectsRelatedToPlan(@NotNull PlanKey planKey) voidDeploymentProjectService.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update planKey in DeploymentProject when plan key has changed (ie after moving plan).voidDeploymentProjectServiceImpl.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) @NotNull ErrorCollectionDeploymentProjectService.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) Validate trigger configuration on deployment project's plan change@NotNull ErrorCollectionDeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, @NotNull PlanKey newPlanKey, @NotNull List<EnvironmentTriggerValidationError> triggerValidationErrors) -
Uses of PlanKey in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type PlanKeyModifier and TypeMethodDescriptionprotected @NotNull Pair<DeploymentVersion,PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(@NotNull PlanKey sourcePlanKey, long deploymentProjectId) -
Uses of PlanKey in com.atlassian.bamboo.deployments.versions.persistence
Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanKeyModifier and TypeMethodDescriptionDeploymentVersionSearchCriteria.Builder.createdFromBranch(@NotNull PlanKey branchKey) @Nullable MutableDeploymentVersionDeploymentVersionDao.findLatestVersionForProject(long deploymentProjectId, @NotNull PlanKey branchKey) Find the latest version for a deployment project.@Nullable MutableDeploymentVersionDeploymentVersionDaoImpl.findLatestVersionForProject(long deploymentProjectId, @NotNull PlanKey branchKey) intDeploymentVersionDao.getVersionsCountForProjectAndBranch(long deploymentProjectId, @NotNull PlanKey branchKey) Count versions related to deployment project and a specific plan branchintDeploymentVersionDaoImpl.getVersionsCountForProjectAndBranch(long deploymentProjectId, @NotNull PlanKey branchKey) DeploymentVersionSearchCriteria.Builder.notCreatedFromBranch(@NotNull PlanKey branchKey) voidDeploymentVersionDao.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update planKey in DeploymentVersion's related entities when plan key has changed (ie after moving plan)voidDeploymentVersionDaoImpl.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) -
Uses of PlanKey in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type PlanKeyModifier and TypeMethodDescription@Nullable DeploymentVersionDeploymentVersionService.getLatestVersionForProject(long deploymentProjectId, @NotNull PlanKey branchKey) Find the latest version for a deployment project.@Nullable DeploymentVersionDeploymentVersionServiceImpl.getLatestVersionForProject(long deploymentProjectId, @NotNull PlanKey branchKey) intDeploymentVersionService.getVersionsCountForProjectAndBranch(long deploymentProjectId, @NotNull PlanKey branchKey) Count versions related to deployment project and a specified plan branchintDeploymentVersionServiceImpl.getVersionsCountForProjectAndBranch(@org.jetbrains.annotations.NotNull long deploymentProjectId, @NotNull PlanKey branchKey) booleanDeploymentVersionService.hasVersionsUnrelatedToBranch(long deploymentProjectId, @NotNull PlanKey branchKey) Test if there areDeploymentVersions in aDeploymentProjectthat are unrelated to given branchbooleanDeploymentVersionServiceImpl.hasVersionsUnrelatedToBranch(long deploymentProjectId, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranch(long deploymentProjectId, @NotNull PlanKey branchKey) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.searchVersionsByBranchNoVariables(DeploymentProject, PlanKey)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranch(long deploymentProjectId, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchAndName(long deploymentProjectId, @NotNull PlanKey branchKey, @NotNull String searchTerm) Deprecated.since 6.7 for performance reasons useDeploymentVersionService.searchVersionsByNameNoVariables(DeploymentProject, String)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchAndName(long deploymentProjectId, @NotNull PlanKey branchKey, @NotNull String searchTerm) @NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project whose name contains the searchTerm and associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm) @NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchAndNameNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, @NotNull String searchTerm, int offset, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) @NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionService.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Search for deployment versions in a project associated with a specific branch, sorted by CreationDate (the most recent Deployment Versions will be returned as firsts)@NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey) @NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults) @NotNull List<DeploymentVersion>DeploymentVersionServiceImpl.searchVersionsByBranchNoVariables(@NotNull DeploymentProject deploymentProject, @NotNull PlanKey branchKey, int startIndex, int maxResults, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) voidDeploymentVersionService.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update planKey in DeploymentVersion's related entities when plan key has changed (ie after moving plan)voidDeploymentVersionServiceImpl.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) -
Uses of PlanKey in com.atlassian.bamboo.event
Fields in com.atlassian.bamboo.event declared as PlanKeyFields in com.atlassian.bamboo.event with type parameters of type PlanKeyModifier and TypeFieldDescriptionBuildsMovedEvent.planKeyChangesMapBuildsMovedEvent.planKeyChangesMapMethods in com.atlassian.bamboo.event that return PlanKeyModifier and TypeMethodDescriptionBuildEvent.getPlanKey()Gets thePlanKey@NotNull PlanKeyChainEvent.getPlanKey()NotificationAddedToPlanEvent.getPlanKey()PlanEvent.getPlanKey()@NotNull PlanKeyPlanSuspensionRequestedEvent.getPlanKey()ResultsSummaryUpdatedEvent.getPlanKey()Methods in com.atlassian.bamboo.event that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionMultipleChainsDeletedEvent.getIdsAndPlanKeys()BuildsMovedEvent.getPlanKeyChangesMap()Gets the mapping between old and new plan keys.BuildsMovedEvent.getPlanKeyChangesMap()Gets the mapping between old and new plan keys.MultipleChainsDeletedEvent.getPlanKeys()MultipleJobsDeletedEvent.getPlanKeys()Constructors in com.atlassian.bamboo.event with parameters of type PlanKeyModifierConstructorDescriptionBuildConfigurationUpdatedEvent(Object source, PlanKey planKey) BuildEvent(Object source, PlanKey planKey) BuildRequirementUpdatedEvent(Object source, PlanKey planKey) ChainBranchConfigUpdatedEvent(Object source, PlanKey planKey, @NotNull BranchMonitoringConfiguration branchMonitoringConfiguration) ChainCreatedEvent(Object source, PlanKey planKey) ChainDeletedEvent(Object source, PlanKey planKey, long id, Set<String> affectedJiraIssues) ChainEvent(Object source, PlanKey chainKey) ChainUpdatedEvent(Object source, PlanKey planKey) NotificationAddedToPlanEvent(PlanKey planKey, String notificationRecipientType, long notificationId) PlanFavouriteAddedEvent(Object source, PlanKey chainKey, com.atlassian.user.User user) protectedPlanFavouriteEvent(Object source, PlanKey chainKey, com.atlassian.user.User user) PlanFavouriteRemovedEvent(Object source, PlanKey chainKey, com.atlassian.user.User user) PlanSuspensionRequestedEvent(Object source, PlanKey chainKey, String message) Constructor parameters in com.atlassian.bamboo.event with type arguments of type PlanKeyModifierConstructorDescriptionBuildsMovedEvent(Object object, Map<PlanKey, PlanKey> planKeyChangesMap) BuildsMovedEvent(Object object, Map<PlanKey, PlanKey> planKeyChangesMap) MultipleChainsDeletedEvent(@NotNull Map<Long, PlanKey> idsAndPlanKeys, Set<String> affectedJiraIssues) MultipleJobsDeletedEvent(Iterable<PlanKey> planKeys) -
Uses of PlanKey in com.atlassian.bamboo.event.artifact
Constructors in com.atlassian.bamboo.event.artifact with parameters of type PlanKeyModifierConstructorDescriptionPlanArtifactDefinitionAddedEvent(Object source, @NotNull PlanKey chainKey, @NotNull ArtifactDefinition artifactDefinition) protectedPlanArtifactDefinitionEvent(Object source, @NotNull PlanKey chainKey, @NotNull ArtifactDefinition artifactDefinition) PlanArtifactDefinitionUpdatedEvent(Object source, @NotNull PlanKey chainKey, @NotNull ArtifactDefinition artifactDefinition) PlanSharedArtifactDefinitionListModified(Object source, PlanKey chainKey, Map<Long, ArtifactDefinition> sharedArtifacts) -
Uses of PlanKey in com.atlassian.bamboo.event.branch
Constructors in com.atlassian.bamboo.event.branch with parameters of type PlanKeyModifierConstructorDescriptionPlanBranchResetToLightweight(Object source, PlanKey chainKey) PlansDefaultVcsRepositoryChanged(Object source, PlanKey chainKey) -
Uses of PlanKey in com.atlassian.bamboo.export
Methods in com.atlassian.bamboo.export with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic com.atlassian.bamboo.specs.api.model.plan.PlanPropertiesConfigImportTestUtils.exportPlan(BambooEnvironmentData bambooEnvironmentData, PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionstatic final Map<PlanKey,ChainStorageTag> StorageTagUtils.gatherNeededStorageTags(@NotNull StorageTagService storageTagService, @Nullable List<TaskDefinition> taskDefinitions, @Nullable BuildIdentifier identifier) Methods in com.atlassian.bamboo.fileserver with parameters of type PlanKeyModifier and TypeMethodDescriptionArtifactStorage.getArtifactDestinationDirectory(PlanKey planKey, String version, @Nullable ArtifactDefinitionContext artifact) Deprecated.ArtifactStorage.getArtifactDirectory(PlanKey planKey) Deprecated.ArtifactStorage.getArtifactRootDirectory(PlanKey planKey) Deprecated. -
Uses of PlanKey in com.atlassian.bamboo.filter
Methods in com.atlassian.bamboo.filter that return PlanKey -
Uses of PlanKey in com.atlassian.bamboo.hibernate.invalidators
Methods in com.atlassian.bamboo.hibernate.invalidators that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionAbstractByPredicateCacheInvalidator.getAffectedPlanKeys(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) BranchMetadataInvalidator.getAffectedPlanKeys(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) CacheInvalidators.getAffectedPlanKeys(com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, Predicate<ImmutableChain> predicate) Method parameters in com.atlassian.bamboo.hibernate.invalidators with type arguments of type PlanKeyModifier and TypeMethodDescriptionAbstractByPredicateCacheInvalidator.getAffectedPlanKeys(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) BranchMetadataInvalidator.getAffectedPlanKeys(@NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices) CacheInvalidators.getAffectedPlanKeys(com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, Predicate<ImmutableChain> predicate) voidBuildDefinitionInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) voidBuildDefinitionInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) -
Uses of PlanKey in com.atlassian.bamboo.jira.issuelink
Methods in com.atlassian.bamboo.jira.issuelink with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidJiraBranchLinkingService.linkBranchToIssueIfRequiredAsync(@NotNull PlanKey planKey, @Nullable String username) Looks for an issue key in the branch name.voidJiraBranchLinkingServiceImpl.linkBranchToIssueIfRequiredAsync(@NotNull PlanKey planKey, @Nullable String username) -
Uses of PlanKey in com.atlassian.bamboo.labels
Methods in com.atlassian.bamboo.labels with parameters of type PlanKeyModifier and TypeMethodDescriptionintLabelManager.addLabel(@Nullable String labelName, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) Creates a normal label for a planintLabelManagerImpl.addLabel(@Nullable String labelName, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) booleanLabelManager.addLabels(List<String> labelNames, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) Creates multiple normal labels for a planbooleanLabelManagerImpl.addLabels(List<String> labelNames, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) intLabelManager.removeLabel(@Nullable String labelName, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) Remove the standard label for a plan (not all the labels for that plan)intLabelManagerImpl.removeLabel(@Nullable String labelName, @Nullable PlanKey planKey, @Nullable com.atlassian.user.User user) -
Uses of PlanKey in com.atlassian.bamboo.logger
Methods in com.atlassian.bamboo.logger that return PlanKey -
Uses of PlanKey in com.atlassian.bamboo.matcher
Methods in com.atlassian.bamboo.matcher with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>BambooTestMatchers.hasPlanKey(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.matcher.build.trigger
Methods in com.atlassian.bamboo.matcher.build.trigger with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic <T extends ResultDetails>
org.hamcrest.Matcher<T>TriggerReasonMatchers.triggeredByChild(PlanKey triggeringPlan) static <T extends ResultDetails>
org.hamcrest.Matcher<T>TriggerReasonMatchers.triggeredByParent(PlanKey triggeringPlan, int buildNumber) -
Uses of PlanKey in com.atlassian.bamboo.matcher.plan
Methods in com.atlassian.bamboo.matcher.plan with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>PlanKeyMatcher.hasPlanKey(PlanKey planKey) Method parameters in com.atlassian.bamboo.matcher.plan with type arguments of type PlanKeyModifier and TypeMethodDescriptionstatic <T extends PlanIdentifier>
org.hamcrest.Matcher<T>PlanKeyMatcher.hasPlanKey(org.hamcrest.Matcher<PlanKey> textMatcher) -
Uses of PlanKey in com.atlassian.bamboo.migration.utils
Constructors in com.atlassian.bamboo.migration.utils with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.mock
Methods in com.atlassian.bamboo.mock with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic ArtifactDefinitionBambooMocks.mockArtifactDefinition(long id, String name, String location, String copyPattern, boolean sharedArtifact, PlanKey producerJobKey) -
Uses of PlanKey in com.atlassian.bamboo.notification.rss
Methods in com.atlassian.bamboo.notification.rss that return PlanKeyConstructors in com.atlassian.bamboo.notification.rss with parameters of type PlanKeyModifierConstructorDescriptionRssAffectedPlan(String projectName, PlanKey planKey, String planName, boolean disabled) -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.helpers
Methods in com.atlassian.bamboo.pageobjects.helpers that return PlanKeyModifier and TypeMethodDescriptionPlanHelper.createBranch(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)PlanHelper.createBranchManually(@NotNull TestBuildDetails plan, @NotNull String branchVcsName, @NotNull String branchName) Deprecated.since 5.10, usePlansControl.createBranch(PlanKey, String, String)Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type PlanKeyModifier and TypeMethodDescriptionPlanHelper.runPlanAndWaitForSuccessfulResult(@NotNull PlanKey planKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey) -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.admin
Methods in com.atlassian.bamboo.pageobjects.pages.admin with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.deployment.projects
Constructors in com.atlassian.bamboo.pageobjects.pages.deployment.projects with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan
Methods in com.atlassian.bamboo.pageobjects.pages.plan that return PlanKeyMethods in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanResultSummaryPage.hasJobResults(PlanKey jobKey, int buildNumber) Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanKeyModifierConstructorDescriptionPlanBranchOverview(PlanKey planKey) PlanHistoryPage(PlanKey planKey) PlanSummaryPage(PlanKey planKey) QuarantinedTestsPage(PlanKey planKey) ResultSummaryPage(PlanKey planKey) ResultSummaryPage(PlanKey planKey, int buildNumber) -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan.branch.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.branch.configuration that return PlanKeyConstructors in com.atlassian.bamboo.pageobjects.pages.plan.branch.configuration with parameters of type PlanKeyModifierConstructorDescriptionBranchConfigurationDetailsPage(PlanKey planKey) Constructor used in .visit -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration that return PlanKeyModifier and TypeMethodDescriptionCreatePlanDetailsComponent.getNewPlanKey()@Nullable PlanKeyDependenciesConfigurationPage.PlanDependencyElement.getPlanKey()VariableConfigurationPage.getPlanKey()Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration that return types with arguments of type PlanKeyMethods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanRequirementDetailsPage.canBeRemovedFrom(PlanKey jobKey) StageConfigurationPage.changePlanBranchToDivBranch(String planBranch, PlanKey planBranchKey) AbstractBranchNavigatorPage.changePlanBranchToLightBranch(String planBranch, PlanKey planBranchKey) RequirementDetailsPage.deleteFromJob(PlanKey jobKey) delete requirement for a particular jobcom.atlassian.pageobjects.elements.PageElementStageElement.getJobByKey(PlanKey key) booleanRequirementDetailsPage.hasRequirement(PlanKey jobKey) CreatePlanRepositoryPage.submitNewPlan(@NotNull PlanKey jobKey) CreatePlanRepositoryPage.submitNewPlanWithNoRepo(@NotNull PlanKey jobKey) Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type PlanKeyModifierConstructorDescriptionArtifactConfigurationPage(@NotNull PlanKey jobKey) BranchesConfigurationPage(PlanKey planKey) ConfigureJobDockerPage(PlanKey planKey) ConfigurePlanTriggersPage(PlanKey planKey) CreatePlanTasksPage(PlanKey planKey) DeletePlanPage(@NotNull PlanKey planKey) DependenciesConfigurationPage(@NotNull PlanKey planKey) EditPlanDetailsPage(PlanKey planKey) JobDetailsPage(@NotNull PlanKey jobKey) JobTaskConfigurationPage(PlanKey jobKey) MiscellaneousConfigurationPage(PlanKey planKey) PlanAuditLogPage(@NotNull PlanKey planKey) StageConfigurationPage(PlanKey planKey) StageElement(PlanKey planKey, com.atlassian.pageobjects.elements.PageElement element) VariableConfigurationPage(PlanKey planKey) VariableConfigurationPage(PlanKey planKey, boolean isBranch) -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.notification with parameters of type PlanKeyModifierConstructorDescriptionConfigureBranchNotificationsPage(@NotNull PlanKey branchPlanKey) ConfigurePlanNotificationsPage(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan.configuration.permissions
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.permissions with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository
Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration.repository with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.project
Methods in com.atlassian.bamboo.pageobjects.pages.project with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.triggers
Methods in com.atlassian.bamboo.pageobjects.pages.triggers that return types with arguments of type PlanKeyMethods in com.atlassian.bamboo.pageobjects.pages.triggers with parameters of type PlanKeyModifier and TypeMethodDescriptionCronTriggerComponent.assertCustomSourceBranch(@NotNull PlanKey branchKey) AfterSuccessfulPlanTriggerComponent.assertCustomTriggeringBranch(@NotNull PlanKey branchKey) Method parameters in com.atlassian.bamboo.pageobjects.pages.triggers with type arguments of type PlanKeyModifier and TypeMethodDescriptionAbstractTriggerComponent.withConditionPlans(List<PlanKey> plans) -
Uses of PlanKey in com.atlassian.bamboo.persister
Methods in com.atlassian.bamboo.persister with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidPersister.addBuildResults(PlanKey planKey, BuildResults buildResults) Associate the given buildResults with the given build.voidCachedBuildPersisterDecorator.deleteBuildResults(PlanKey planKey, long buildNumber) Remove a specific build buildvoidPersister.deleteBuildResults(PlanKey planKey, long buildNumber) Remove a specific build result MXLvoidCachedBuildPersisterDecorator.saveBuildResults(PlanKey planKey, BuildResults buildResults) Simply pass this request onto the parent -
Uses of PlanKey in com.atlassian.bamboo.persister.file
Methods in com.atlassian.bamboo.persister.file with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidFileBasedPersister.addBuildResults(PlanKey planKey, BuildResults buildResults) voidBuildPersisterDecorator.deleteBuildResults(PlanKey planKey, long buildNumber) Remove a specific build resultvoidFileBasedPersister.deleteBuildResults(PlanKey planKey, long buildNumber) voidXStreamBuildPersister.deleteBuildResults(PlanKey planKey, long buildNumber) Remove the build files for the given build buildNumber.voidBuildPersisterDecorator.saveBuildResults(PlanKey planKey, BuildResults buildResults) Save the given build's given buildResultsvoidXStreamBuildPersister.saveBuildResults(PlanKey planKey, BuildResults buildResults) Save the build results -
Uses of PlanKey in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type PlanKeyModifier and TypeFieldDescriptionPlanKeys.CHAIN_KEY_FROM_JOB_KEYPlanKeys.CHAIN_KEY_FROM_JOB_KEYstatic final @NotNull Function<PlanKeyProvider,PlanKey> PlanKeyProvider.getPlanKeyDeprecated.since Bamboo 6.2, use reference toPlanKeyProvider.getPlanKey()PlanKeys.PARTIAL_JOB_KEY_FROM_JOB_KEYstatic final Comparator<PlanKey>PlanKeys.PLAN_KEY_COMPARATORstatic javax.persistence.metamodel.SingularAttribute<AbstractPlan,PlanKey> AbstractPlan_.planKeyPlanKeys.SHORT_KEY_FROM_PLAN_KEYMethods in com.atlassian.bamboo.plan that return PlanKeyModifier and TypeMethodDescriptionstatic PlanKeyPlanKeys.asDeletedPlanKey(@NotNull PlanKey planKey) static PlanKeyPlanKeys.asNonDeletedPlanKey(@NotNull PlanKey planKey) PlanKeyUserType.fromString(@NotNull String key) static @NotNull PlanKeyPlanKeys.getChainKeyFromJobKey(@NotNull PlanKey jobKey) static @Nullable PlanKeyPlanKeys.getChainKeyIfJobKey(@NotNull PlanKey jobKey) static @NotNull PlanKey@Nullable PlanKeyPlanStatusHistoryAction.getJobKey()static @NotNull PlanKeyPlanHelper.getMasterPlanKey(@NotNull ImmutablePlan plan) Get planKey of master plan if plan has master or planKey of passed plan otherwise.@NotNull PlanKeyAbstractPlan.getPlanKey()@Nullable PlanKeyPlanAwareContext.getPlanKey()PlanAwareContextImpl.getPlanKey()@NotNull PlanKeyPlanIdentifier.getPlanKey()@NotNull PlanKeyPlanIdentifierImpl.getPlanKey()@Nullable PlanKeyPlanKeyProvider.getPlanKey()static PlanKeyPlanKeys.getPlanKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties planIdentifier) Creates aPlanKeyfromPlanIdentifierPropertiesstatic PlanKeyPlanKeys.getPlanKey(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties) Creates aPlanKeyfrom PlanPropertiesstatic @NotNull PlanKeyPlanKeys.getPlanKey(@NotNull String planKey) Creates aPlanKeyfrom its string form 'BAM-BOO' or from the result key form 'BAM-BOO-123'static PlanKeyPlanKeys.getPlanKey(@NotNull String projectKey, @NotNull String buildKey) Creates aPlanKeyfrom project key and build keystatic PlanKeyPlanKeys.getPlanKey(@NotNull String projectKey, @Nullable String chainKey, @NotNull String buildKey) Creates aPlanKeyfrom project key, parent chain key and build keystatic PlanKeyPlanKeys.getPlanKey(com.atlassian.bamboo.specs.api.builders.plan.PlanIdentifier planIdentifier) Creates aPlanKeyfromPlanIdentifier@NotNull PlanKeyPlanResultKey.getPlanKey()Returns the key component of thisPlanResultKeyPlanStatusHistoryAction.getPlanKey()@Nullable PlanKeyTriggerableInternalKeyImpl.getPlanKey()static PlanKeyPlanKeys.updatePlanKeyInBranchKey(@NotNull PlanKey branchKey, @NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update plan key part in branch keyMethods in com.atlassian.bamboo.plan that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionPlanDao.getAllPlanKeys(Class<T> planType) Returns all plan keys of a particular type, including the plans marked for deletion.PlanHibernateDao.getAllPlanKeys(Class<T> planType) PlanDao.getBranchKeysForChain(@NotNull PlanKey chainKey) Returns the keys of branches that have as master the chain identified by the given chainKey.PlanHibernateDao.getBranchKeysForChain(@NotNull PlanKey chainKey) PlanParticleManager.getConsumersPlanKeys(@NotNull PlanKey planKey) Return collection of Plan keys registered as consumers of particles produced by plan identified with planKeyPlanParticleManager.getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles) Return collection of Plan keys registered as planParticle consumersPlanParticleManagerImpl.getConsumersPlanKeys(@NotNull PlanKey planKey) PlanParticleManagerImpl.getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles) PlanDao.getJobKeys(@NotNull PlanKey chainKey) Return all plan keys of Jobs that belong to a ChainPlanHibernateDao.getJobKeys(@NotNull PlanKey chainKey) PlanHelper.getMasterAndBranchesKeys(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches and master plan.PlanDao.getPlanKeys(Class<T> planType) Returns all plan keys of a particular type, NOT including the plans marked for deletion.PlanHibernateDao.getPlanKeys(Class<T> planType) PlanHelper.getPlanKeysOfBranchesSharingConfiguration(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches (including master plan if applicable) that share the configuration.PlanDao.getPlanKeysPlanIdsMapping(@NotNull Class<T> aClass) PlanHibernateDao.getPlanKeysPlanIdsMapping(@NotNull Class<T> aClass) PlanParticleManager.getProducersPlanKeys(@NotNull PlanKey planKey) Return collection of Plan keys registered as consumers of particles produced by plan identified with planKeyPlanParticleManager.getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles) Return collection of Plan keys registered as planParticle producersPlanParticleManagerImpl.getProducersPlanKeys(@NotNull PlanKey planKey) PlanParticleManagerImpl.getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles) MovePlansException.getSuccessfulPlanKeyChanges()MovePlansException.getSuccessfulPlanKeyChanges()MovePlanService.movePlansToProject(Collection<TopLevelPlan> plans, Project project, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) Moves a list of plans to a new project.MovePlanService.movePlansToProject(Collection<TopLevelPlan> plans, Project project, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) Moves a list of plans to a new project.Methods in com.atlassian.bamboo.plan with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidPlanParticleManager.adjustPlanParticles(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles) Adjust list of plan's consumed and produced particles.voidPlanParticleManagerImpl.adjustPlanParticles(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles) static PlanKeyPlanKeys.asDeletedPlanKey(@NotNull PlanKey planKey) static PlanKeyPlanKeys.asNonDeletedPlanKey(@NotNull PlanKey planKey) intstatic TriggerableInternalKeyTriggerableInternalKeyImpl.forPlanKey(@NotNull PlanKey planKey) static TriggerableInternalKeyTriggerableInternalKeyImpl.forStageId(@NotNull PlanKey planKey, long stageId) @NotNull Stream<ImmutableChainBranch>FilteringPlanManager.getBranchesOfChain(@NotNull PlanKey chainKey) Get all feature branches associated with the given chain, unsorted.@NotNull Stream<ImmutableChainBranch>FilteringPlanManager.getBranchesOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) Get all feature branches associated with the given chain, unsorted.PlanDao.getBranchKeysForChain(@NotNull PlanKey chainKey) Returns the keys of branches that have as master the chain identified by the given chainKey.PlanHibernateDao.getBranchKeysForChain(@NotNull PlanKey chainKey) @Nullable EnrichedPlanDtoPlanDtoManager.getChainDtoByPlanKey(@NotNull PlanKey planKey) PlanDtoManagerImpl.getChainDtoByPlanKey(@NotNull PlanKey planKey) static @NotNull PlanKeyPlanKeys.getChainKeyFromJobKey(@NotNull PlanKey jobKey) static @Nullable PlanKeyPlanKeys.getChainKeyIfJobKey(@NotNull PlanKey jobKey) PlanParticleManager.getConsumersPlanKeys(@NotNull PlanKey planKey) Return collection of Plan keys registered as consumers of particles produced by plan identified with planKeyPlanParticleManagerImpl.getConsumersPlanKeys(@NotNull PlanKey planKey) @NotNull List<CurrentlyBuilding>DelegatingPlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey) @NotNull List<CurrentlyBuilding>PlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey) @NotNull List<CurrentlyBuilding>PlanExecutionManagerImpl.getCurrentlyBuildingForPlan(PlanKey planKey) @NotNull Collection<? extends ExecutionStatus>DelegatingPlanExecutionManager.getExecutionStatus(@NotNull PlanKey planKey) @NotNull Collection<? extends ExecutionStatus>ExecutionStatusProvider.getExecutionStatus(@NotNull PlanKey planKey) Returns a collection of currentExecutionStatuss forPlanKey@NotNull Collection<? extends ExecutionStatus>ExecutionStatusProviderImpl.getExecutionStatus(@NotNull PlanKey planKey) @NotNull Collection<? extends ExecutionStatus>PlanExecutionManagerImpl.getExecutionStatus(@NotNull PlanKey planKey) static @NotNull PlanKeyPlanDao.getJobKeys(@NotNull PlanKey chainKey) Return all plan keys of Jobs that belong to a ChainPlanHibernateDao.getJobKeys(@NotNull PlanKey chainKey) PlanHelper.getMasterAndBranchesKeys(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches and master plan.PlanKeys.getNumberSuffixFromBranch(@NotNull PlanKey chainKey, @NotNull PlanKey branchKey) Extract numerical branch suffixstatic StringPlanKeys.getPartialJobKey(PlanKey jobKey) Return a partial job key from a full job key, e.g.@Nullable ImmutableChainGet an individual stage from a plan@Nullable ImmutableChain<T extends Plan>
TPlanDao.getPlanByKey(@NotNull PlanKey planKey, Class<T> aClass) Return aPlanthat matches the given key<T extends Plan>
TPlanHibernateDao.getPlanByKey(@NotNull PlanKey planKey, Class<T> aClass) @Nullable PlanPlanManager.getPlanByKey(@NotNull PlanKey planKey) <T extends Plan>
TPlanManager.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) PlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey) <T extends Plan>
TPlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) <T extends Plan>
TPlanManager.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends Plan>
TPlanManagerImpl.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends Plan>
TPlanDao.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) <T extends Plan>
TPlanHibernateDao.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) <T extends Plan>
TPlanManager.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) Deprecated.since 4.2<T extends Plan>
TPlanManagerImpl.getPlanByPartialKeyAndName(@NotNull PlanKey partialPlanKey, @NotNull String planName, Class<T> planType) PlanDao.getPlanClass(@NotNull PlanKey planKey) PlanHibernateDao.getPlanClass(@NotNull PlanKey planKey) PlanManager.getPlanClass(@NotNull PlanKey planKey) PlanManagerImpl.getPlanClass(@NotNull PlanKey planKey) @Nullable PlanDtoPlanDtoDao.getPlanDtoByKey(@NotNull PlanKey planKey) @Nullable PlanDtoPlanDtoHibernateDao.getPlanDtoByKey(@NotNull PlanKey planKey) static @NotNull StringPlanKeys.getPlanKeyPart(@NotNull PlanKey planKey) Returns plan key part for givenPlanKeyPlanHelper.getPlanKeysOfBranchesSharingConfiguration(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKey) Get keys of all branches (including master plan if applicable) that share the configuration.static PlanResultKeyPlanKeys.getPlanResultKey(PlanKey planKey, int buildNumber) Creates aPlanResultKeyfrom the givenPlanKeyand buildNumberPlanParticleManager.getProducersPlanKeys(@NotNull PlanKey planKey) Return collection of Plan keys registered as consumers of particles produced by plan identified with planKeyPlanParticleManagerImpl.getProducersPlanKeys(@NotNull PlanKey planKey) static @NotNull StringPlanKeys.getProjectKeyPart(@NotNull PlanKey planKey) Returns project key part for givenPlanKeystatic StringPlanKeys.getShortKeyFromPlanKey(PlanKey planKey) Return a last part of the plan key, e.g PROJ-CHAIN would reduce CHAIN and PROJ-CHAIN-HOB would return JOBstatic Predicate<PlanIdentifier>PlanPredicates.hasEqualPlanKey(@NotNull PlanKey planKey) static booleanPlanHelper.hasMultipleBranches(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey) static booleanPlanHelper.haveTheSameMaster(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey masterOrBranchKeyA, @NotNull PlanKey masterOrBranchKeyB) booleanbooleanbooleanstatic booleanPlanKeys.isChainKey(@NotNull PlanKey planKey) static booleanbooleanPlanDao.isPlanKeyConflicting(@NotNull PlanKey planKey) Verifies whether aPlankey is unique within whole Bamboo installationbooleanPlanDao.isPlanKeyConflicting(@NotNull PlanKey planKey, long idOfChainBeingVerified) Verifies whether aPlankey is unique within whole Bamboo installationbooleanPlanHibernateDao.isPlanKeyConflicting(@NotNull PlanKey planKey) booleanPlanHibernateDao.isPlanKeyConflicting(@NotNull PlanKey planKey, long idOfChainBeingVerified) booleanPlanManager.isPlanKeyConflicting(@NotNull PlanKey planKey) Verifies whether aPlankey is unique within whole Bamboo installationbooleanPlanManager.isPlanKeyConflicting(@NotNull PlanKey planKey, long planIdToIgnore) Verifies whether aPlankey is unique within whole Bamboo installationbooleanPlanManagerImpl.isPlanKeyConflicting(@NotNull PlanKey planKey) booleanPlanManagerImpl.isPlanKeyConflicting(@NotNull PlanKey planKey, long planIdToIgnore) voidPlanDao.markPlanForDeletion(PlanKey planKey) Efficiently marks a plan to be deletedvoidPlanHibernateDao.markPlanForDeletion(PlanKey planKey) voidPlanManager.markPlansForDeletion(PlanKey planKey) Efficiently marks a plan to be deletedvoidPlanManagerImpl.markPlansForDeletion(PlanKey planKey) static ImmutableChainBranchPlanTestHelper.mockChainBranch(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanKey chainBranchKey, @Nullable ImmutableChain chain) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey, @NotNull Class<T> planClass, @Nullable ImmutableChain masterPlan) static <T extends ImmutablePlan>
TPlanTestHelper.mockPlan(@NotNull CachedPlanManager cachedPlanManager, @NotNull PlanKey planKey, Class<T> planClass) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull PlanKey planKey, Class<T> planClass) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanKey planKey, Class<T> planClass) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanKey planKey, Class<T> planClass, long id) static <T extends ImmutableChain>
TPlanTestHelper.mockPlan(@NotNull ImmutablePlanManager immutablePlanManager, @NotNull PlanKey planKey, Class<T> planClass, @Nullable ImmutableChain masterPlan) static <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanDao planDao, @NotNull PlanKey planKey, long id, Class<T> planClass) static <T extends Plan>
Tstatic <T extends ImmutablePlan>
Tstatic <T extends ImmutablePlan>
Tstatic <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, long id, Class<T> planClass) static <T extends Plan>
TPlanTestHelper.mockPlan(@NotNull PlanManager planManager, @NotNull PlanKey planKey, Class<T> planClass) intDelegatingPlanExecutionManager.numberOfExecutions(@NotNull PlanKey planKey) intExecutionStatusProvider.numberOfExecutions(@NotNull PlanKey planKey) Returns the number of currentExecutionStatuss available forPlanKeyintExecutionStatusProviderImpl.numberOfExecutions(@NotNull PlanKey planKey) intPlanExecutionManagerImpl.numberOfExecutions(@NotNull PlanKey planKey) booleanExecutableAgentsHelper.planHasExecutableAgents(@NotNull PlanKey planKey, boolean includeDisabled) Checks if a Buildable can be built on any defined agent.booleanExecutableAgentsHelperImpl.planHasExecutableAgents(@NotNull PlanKey planKey, boolean includeDisabled) Checks if a Buildable can be built on any active agent.voidPlanParticleManager.removePlanParticles(@NotNull PlanKey planKey) Removes all plan particles for a given plan.voidPlanParticleManagerImpl.removePlanParticles(@NotNull PlanKey planKey) voidPlanManager.removeStages(@NotNull PlanKey key, @NotNull Collection<Long> stageIds) Remove the tages from the plan specified. key must be for aChainvoidPlanManagerImpl.removeStages(@NotNull PlanKey key, @NotNull Collection<Long> stageIds) voidAbstractPlan.setPlanKey(@NotNull PlanKey planKey) voidPlan.setPlanKey(@NotNull PlanKey planKey) voidPlanAwareContext.setPlanKey(@Nullable PlanKey planKey) voidPlanAwareContextImpl.setPlanKey(@Nullable PlanKey planKey) voidPlanStatusHistoryAction.setPlanKey(PlanKey planKey) voidPlanManager.setPlanSuspendedState(PlanKey planKey, boolean isSuspended) voidPlanManagerImpl.setPlanSuspendedState(PlanKey planKey, boolean isSuspended) voidDelegatingPlanExecutionManager.stopPlan(@NotNull PlanKey planKey, boolean abandonResult, String userName) voidvoidvoidDelegatingPlanExecutionManager.stopRequest(@NotNull PlanKey planKey) voidPlanExecutionManager.stopRequest(@NotNull PlanKey planKey) Stops a build requests for the givenPlanKeyvoidPlanExecutionManagerImpl.stopRequest(@NotNull PlanKey planKey) static PlanKeyPlanKeys.updatePlanKeyInBranchKey(@NotNull PlanKey branchKey, @NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey) Update plan key part in branch keyConstructors in com.atlassian.bamboo.plan with parameters of type PlanKeyModifierConstructorDescriptionPlanIdentifierImpl(Long id, String discriminator, PlanKey planKey, String description, String buildName, String buildKey, boolean suspendedFromBuilding, long projectId, String projectKey, String projectName, String projectDescription, Long masterId) TriggerableInternalKeyImpl(@NotNull PlanKey planKey) TriggerableInternalKeyImpl(@NotNull PlanKey planKey, long stageId) Constructor parameters in com.atlassian.bamboo.plan with type arguments of type PlanKeyModifierConstructorDescriptionMovePlansException(String s, Map<PlanKey, PlanKey> successfulPlanKeyChanges) MovePlansException(String s, Map<PlanKey, PlanKey> successfulPlanKeyChanges) -
Uses of PlanKey in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that return PlanKeyModifier and TypeMethodDescription@Nullable PlanKeyBranchIntegrationConfiguration.getBranchToMergeWith(@NotNull PlanKey featureBranch) Deprecated.since 6.0.@Nullable PlanKeyBranchIntegrationConfigurationImpl.getBranchToMergeWith(@NotNull PlanKey featureBranch) @Nullable PlanKeyBranchIntegrationConfiguration.getIntegrationPlanBranchKey()Deprecated.since 6.0.@Nullable PlanKeyBranchIntegrationConfigurationImpl.getIntegrationPlanBranchKey()@Nullable PlanKeyBranchIntegrationPoint.getIntegrationPlanBranchKey()@Nullable PlanKeyBranchIntegrationPointImpl.getIntegrationPlanBranchKey()@NotNull PlanKeyBranchIntegrationConfiguration.getMergeResultDestinationBranch(@NotNull PlanKey featureBranch) Returns the PlanKey of the relevant VCS branch we want to perform the merge on.@NotNull PlanKeyBranchIntegrationConfigurationImpl.getMergeResultDestinationBranch(@NotNull PlanKey planBranch) @NotNull PlanKeyChainBranchCreationResult.getPlanKey()Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionChainPropagatingFacade.createJob(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, Map<String, ?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled) ChainBranchManager.getBranchesForChain(@NotNull PlanKey chainKey) Get all feature branches associated with the chain identified by the given keyChainBranchManagerImpl.getBranchesForChain(@NotNull PlanKey chainKey) Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull StringBranchIntegrationConfiguration.findBranchToMergeWith(@NotNull PlanKey featureBranch) Returns the PlanKey or branch name of the relevant vcs branch we want to merge with.@NotNull StringBranchIntegrationConfigurationImpl.findBranchToMergeWith(@NotNull PlanKey featureBranch) static @NotNull BranchIntegrationPointImplBranchIntegrationPointImpl.forOldIntegrationPointWithNewPlanKey(BranchIntegrationPoint integrationPoint, @Nullable PlanKey planKey) Creates an integration point for a given old integration point with overwritten plan key.static @NotNull BranchIntegrationPointImplBranchIntegrationPointImpl.forPlanBranch(@NotNull PlanKey branchKey) Creates an integration point for a given plan branch.ChainBranchManager.getBranchesForChain(@NotNull PlanKey chainKey) Get all feature branches associated with the chain identified by the given keyChainBranchManagerImpl.getBranchesForChain(@NotNull PlanKey chainKey) @Nullable PlanKeyBranchIntegrationConfiguration.getBranchToMergeWith(@NotNull PlanKey featureBranch) Deprecated.since 6.0.@Nullable PlanKeyBranchIntegrationConfigurationImpl.getBranchToMergeWith(@NotNull PlanKey featureBranch) static @Nullable StringChainBranchUtils.getChainBranchName(@NotNull CachedPlanManager cachedPlanManager, @NotNull CustomVariableContext customVariableContext, @NotNull PlanKey planKey) @NotNull PlanKeyBranchIntegrationConfiguration.getMergeResultDestinationBranch(@NotNull PlanKey featureBranch) Returns the PlanKey of the relevant VCS branch we want to perform the merge on.@NotNull PlanKeyBranchIntegrationConfigurationImpl.getMergeResultDestinationBranch(@NotNull PlanKey planBranch) voidChainBranchManager.markMetadataInvalid(@NotNull PlanKey branchKey) Marks the chain as 'invalid', which means metadata no longer match vcs data.voidChainBranchManagerImpl.markMetadataInvalid(@NotNull PlanKey branchKey) voidChainBranchManager.updatePlanBranchMetadata(@NotNull PlanKey branchKey) Update plan branch metadata to reflect the current state of chain.voidChainBranchManagerImpl.updatePlanBranchMetadata(@NotNull PlanKey branchKey) Method parameters in com.atlassian.bamboo.plan.branch with type arguments of type PlanKeyModifier and TypeMethodDescription@NotNull ChainBranchCreationResultLightweightBranchCreationService.createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResultLightweightBranchCreationService.createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) Creates a new lightweight plan branch for give chain.@NotNull ChainBranchCreationResultLightweightBranchCreationServiceImpl.createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) @NotNull ChainBranchCreationResultLightweightBranchCreationServiceImpl.createChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull String branchName, @Nullable String branchDescription, @Nullable PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable VcsRepositoryModuleDescriptor moduleDescriptor, @Nullable VcsBranch newBranch, @NotNull BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) @NotNull Collection<ChainBranchCreationResult>LightweightBranchCreationService.createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Creates a new lightweight plan branch or enables existing one for each vcs branch in given collection under given chain.@NotNull Collection<ChainBranchCreationResult>LightweightBranchCreationServiceImpl.createChainBranches(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Collection<VcsBranch> branches, @NotNull PlanRepositoryDefinition defaultRepositoryDefinition, @Nullable ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> consumer, boolean expectingDivergentBranch) @NotNull ChainBranchCreationResultLightweightBranchCreationService.createOrEnableChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) Given a branch name and (optionally) vcs branch name, check if branch already exists.@NotNull ChainBranchCreationResultLightweightBranchCreationService.createOrEnableChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) Given a branch name and (optionally) vcs branch name, check if branch already exists.@NotNull ChainBranchCreationResultLightweightBranchCreationServiceImpl.createOrEnableChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch) @NotNull ChainBranchCreationResultLightweightBranchCreationServiceImpl.createOrEnableChainBranch(@NotNull ImmutableChain chain, @NotNull PlanBranchWorkflow planBranchWorkflow, @Nullable String branchName, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @Nullable BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry, @NotNull Consumer<PlanKey> branchPlanKeyConsumer, boolean expectingDivergentBranch, Optional<VcsPullRequest> pullRequest) voidBranchCreationFacade.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @NotNull Function<ImmutableChain, BuildConfiguration> buildConfigurationProvider, @NotNull Consumer<PlanKey> planBranchConsumer) Given a list of plans and a vcs branch creates plan branches for those chains, queuing RSS execution if required.voidBranchCreationFacade.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @NotNull Function<ImmutableChain, BuildConfiguration> buildConfigurationProvider, @NotNull Consumer<PlanKey> planBranchConsumer, @NotNull Optional<VcsPullRequest> pullRequest) Given a list of plans and a vcs branch creates plan branches for those chains, queuing RSS execution if required.voidBranchCreationFacadeImpl.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @NotNull Function<ImmutableChain, BuildConfiguration> buildConfigurationProvider, @NotNull Consumer<PlanKey> planBranchConsumer) voidBranchCreationFacadeImpl.createOrEnableChainsBranches(@NotNull List<ImmutableChain> chains, @NotNull PlanBranchWorkflow planBranchWorkflow, @NotNull Function<VcsBranchConfigurator, VcsBranch> vcsBranchProvider, @NotNull Function<ImmutableChain, BuildConfiguration> buildConfigurationProvider, @NotNull Consumer<PlanKey> planBranchConsumer, @NotNull Optional<VcsPullRequest> pullRequest) Constructors in com.atlassian.bamboo.plan.branch with parameters of type PlanKeyModifierConstructorDescriptionBranchIntegrationConfigurationImpl(BranchIntegrationStrategy strategy, PlanKey integrationPlanKey, boolean pushEnabled) Deprecated.since 6.0.ChainBranchCreationResult(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch) ChainBranchCreationResult(@NotNull PlanKey planKey, @NotNull VcsBranch vcsBranch, @Nullable Future<Boolean> specsDetectionFuture) ChainBranchIdentifierImpl(long id, String discriminator, PlanKey planKey, String description, String buildName, String buildKey, boolean suspendedFromBuilding, long projectId, String projectKey, String projectName, String projectDescription, Long masterId, String linkedJiraIssue, boolean remoteIssueLinkRequired) -
Uses of PlanKey in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return PlanKeyModifier and TypeMethodDescriptionPlanBranchGist.getKey()@NotNull PlanKeyAbstractImmutablePlan.getPlanKey()@NotNull PlanKeyImmutableResultsSummaryImpl.getPlanKey()Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionCachedPlanManager.getBranchKeysOfChain(@NotNull PlanKey chainKey) Returns keys of all branches for the supplied chain.CachedPlanManagerImpl.getBranchKeysOfChain(@NotNull PlanKey chainKey) ImmutablePlanCacheService.getBranchKeysOfChain(@NotNull PlanKey chainKey) Returns all cached branches associated with a master plan identified by the given key.ImmutablePlanCacheServiceImpl.getBranchKeysOfChain(@NotNull PlanKey chainKey) @NotNull ImmutableCacheResults<PlanKey>ImmutablePlanCacheService.getBranchKeysOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) Returns all branches associated with a master plan identified by a given plan key, with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull ImmutableCacheResults<PlanKey>ImmutablePlanCacheServiceImpl.getBranchKeysOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) <T extends ImmutablePlan>
@NotNull Stream<PlanKey>ImmutablePlanCacheService.getPlanKeysByProject(long projectId, @NotNull Class<T> planType) Returns all keys of all plans that belong to a project and have specified type.<T extends ImmutablePlan>
@NotNull Stream<PlanKey>ImmutablePlanCacheServiceImpl.getPlanKeysByProject(long projectId, @NotNull Class<T> planType) Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidImmutablePlanCacheService.cascadeInvalidate(@NotNull PlanKey planKey) Removes the cached reference for the passed plan and its children.voidImmutablePlanCacheServiceImpl.cascadeInvalidate(@NotNull PlanKey planKey) @NotNull Stream<ImmutableChainBranch>CachedPlanManagerImpl.getBranchesOfChain(@NotNull PlanKey chainKey) @NotNull Stream<ImmutableChainBranch>CachedPlanManagerImpl.getBranchesOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) @NotNull Set<PlanBranchGist>CachedPlanManager.getBranchGistsOfChain(@NotNull PlanKey chainKey) Returns basic data of all branches for the supplied chain.@NotNull Set<PlanBranchGist>CachedPlanManagerImpl.getBranchGistsOfChain(@NotNull PlanKey chainKey) @NotNull Stream<PlanBranchGist>ImmutablePlanCacheService.getBranchGistsOfChain(@NotNull PlanKey chainKey) Returns the Gists of all cached branches associated with a master plan identified by the given key.@NotNull Stream<PlanBranchGist>ImmutablePlanCacheServiceImpl.getBranchGistsOfChain(@NotNull PlanKey chainKey) @NotNull Set<PlanBranchGist>CachedPlanManager.getBranchGistsOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) Returns basic data of all branches for the supplied chain with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull Set<PlanBranchGist>CachedPlanManagerImpl.getBranchGistsOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) @NotNull ImmutableCacheResults<PlanBranchGist>ImmutablePlanCacheService.getBranchGistsOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) Returns the Gists of all branches associated with a master plan identified by a given plan key, with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull ImmutableCacheResults<PlanBranchGist>ImmutablePlanCacheServiceImpl.getBranchGistsOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) CachedPlanManager.getBranchKeysOfChain(@NotNull PlanKey chainKey) Returns keys of all branches for the supplied chain.CachedPlanManagerImpl.getBranchKeysOfChain(@NotNull PlanKey chainKey) ImmutablePlanCacheService.getBranchKeysOfChain(@NotNull PlanKey chainKey) Returns all cached branches associated with a master plan identified by the given key.ImmutablePlanCacheServiceImpl.getBranchKeysOfChain(@NotNull PlanKey chainKey) @NotNull ImmutableCacheResults<PlanKey>ImmutablePlanCacheService.getBranchKeysOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) Returns all branches associated with a master plan identified by a given plan key, with guarantee that eventual new plan branches not present in the cache will be taken in consideration.@NotNull ImmutableCacheResults<PlanKey>ImmutablePlanCacheServiceImpl.getBranchKeysOfChainWithConsistencyGuarantee(@NotNull PlanKey chainKey) ImmutablePlanCacheService.getBuildNumbersRange(PlanKey planKey) Deprecated.since 5.10ImmutablePlanCacheServiceImpl.getBuildNumbersRange(PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheService.getImmutableChainByKeyIfInCache(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheServiceImpl.getImmutableChainByKeyIfInCache(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheService.getImmutableChainByKeyIfInCacheWithConsistencyGuarantee(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheServiceImpl.getImmutableChainByKeyIfInCacheWithConsistencyGuarantee(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheService.getImmutablePlanByKey(@NotNull PlanKey planKey) Returns a plan if one exists with the key.@Nullable ImmutableChainImmutablePlanCacheServiceImpl.getImmutablePlanByKey(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanCacheService.getImmutablePlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey) Returns a plan if one exists with the key.@Nullable ImmutableChainImmutablePlanCacheServiceImpl.getImmutablePlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey) @Nullable ImmutableResultsSummaryImmutablePlanManager.getLatestResultForPlan(PlanKey planKey) @Nullable ImmutableResultsSummaryImmutablePlanManagerImpl.getLatestResultForPlan(PlanKey planKey) @Nullable ImmutableJobCachedPlanManager.getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey) @Nullable ImmutableJobCachedPlanManagerImpl.getMasterOfJob(@NotNull PlanKey masterChainKey, @NotNull PlanKey jobKey) @Nullable ImmutableChainCachedPlanManager.getMasterPlan(@NotNull PlanKey branchKey) Returns master branch for a given branchKey.@Nullable ImmutableChainCachedPlanManagerImpl.getMasterPlan(@NotNull PlanKey branchKey) @Nullable ImmutablePlanCachedPlanManager.getPlanByKey(@NotNull PlanKey planKey) Returns aImmutablePlanby its planKey.<T extends ImmutablePlan>
TCachedPlanManager.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) Returns aImmutablePlanby its planKey andClass.@Nullable ImmutablePlanCachedPlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey) <T extends ImmutablePlan>
TCachedPlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey, Class<T> planType) @Nullable ImmutableChainImmutablePlanManager.getPlanByKey(@NotNull PlanKey planKey) @Nullable ImmutableChainImmutablePlanManagerImpl.getPlanByKey(@NotNull PlanKey planKey) <T extends ImmutablePlan>
TCachedPlanManager.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends ImmutablePlan>
TCachedPlanManagerImpl.getPlanByKeyIfOfType(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends ImmutablePlan>
TCachedPlanManager.getPlanByKeyIfOfTypeWithConsistencyGuarantee(@NotNull PlanKey planKey, @NotNull Class<T> planType) <T extends ImmutablePlan>
TCachedPlanManagerImpl.getPlanByKeyIfOfTypeWithConsistencyGuarantee(@NotNull PlanKey planKey, @NotNull Class<T> planType) @Nullable ImmutablePlanCachedPlanManager.getPlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey) Returns aImmutablePlanby its planKey.<T extends ImmutablePlan>
TCachedPlanManager.getPlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey, Class<T> planType) Returns aImmutablePlanby its planKey andClass.@Nullable ImmutablePlanCachedPlanManagerImpl.getPlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey) <T extends ImmutablePlan>
TCachedPlanManagerImpl.getPlanByKeyWithConsistencyGuarantee(@NotNull PlanKey planKey, Class<T> planType) voidImmutablePlanCacheService.hideDeletedPlan(PlanKey planKey) Hides the plan.voidImmutablePlanCacheServiceImpl.hideDeletedPlan(PlanKey planKey) static PlanBranchGistPlanBranchGist.identifierFor(PlanKey planKey) The plan key is enough to have equals and hashCode.voidImmutablePlanCacheService.invalidate(@NotNull PlanKey planKey) Removes the cached Plan.voidImmutablePlanCacheServiceImpl.invalidate(@NotNull PlanKey planKey) voidImmutablePlanCacheService.invalidateBuildNumbersRange(PlanKey planKey, int buildNumber, boolean trueForSaveFalseForDelete) Deprecated.since 5.10voidImmutablePlanCacheServiceImpl.invalidateBuildNumbersRange(PlanKey planKey, int buildNumber, boolean trueForSaveFalseForDelete) voidImmutablePlanCacheService.invalidateSpecsStateForPlan(@NotNull PlanKey planKey) Invalidate specs state for a given planKey.voidImmutablePlanCacheService.invalidateSpecsStateForPlan(@NotNull PlanKey planKey, @Nullable ImmutableVcsBambooSpecsSource immutableVcsBambooSpecsSource) Invalidate specs state.voidImmutablePlanCacheServiceImpl.invalidateSpecsStateForPlan(@NotNull PlanKey planKey) voidImmutablePlanCacheServiceImpl.invalidateSpecsStateForPlan(@NotNull PlanKey planKey, @Nullable ImmutableVcsBambooSpecsSource immutableVcsBambooSpecsSource) booleanCachedPlanManager.isBranchOf(@NotNull PlanKey chainKey, @NotNull PlanKey branchKey) Test if plan identified by branchKey is a branch of plan identified by chainKey.booleanCachedPlanManagerImpl.isBranchOf(@NotNull PlanKey chainKey, @NotNull PlanKey branchKey) booleanImmutablePlanCacheService.isPlanBeingDeleted(PlanKey planKey) booleanImmutablePlanCacheServiceImpl.isPlanBeingDeleted(PlanKey planKey) voidRemoves the cached Plan and its metadata.voidMethod parameters in com.atlassian.bamboo.plan.cache with type arguments of type PlanKeyModifier and TypeMethodDescriptionvoidImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate.voidImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidateAndReindex(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, @NotNull PlanCacheIndices planCacheIndices, @NotNull Set<PlanKey> chainsToInvalidate, @NotNull Set<PlanKey> chainsToReindex) Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate.voidImmutablePlanCacheService.getChainsToInvalidateAndReindex(ImmutablePlanCacheService.CacheInvalidator invalidator, Set<PlanKey> chainsToInvalidate, Set<PlanKey> chainsToReindex) Internal.voidImmutablePlanCacheServiceImpl.getChainsToInvalidateAndReindex(ImmutablePlanCacheService.CacheInvalidator invalidator, Set<PlanKey> chainsToInvalidate, Set<PlanKey> chainsToReindex) @NotNull Stream<ImmutableChain>ImmutablePlanCacheService.getImmutablePlansByKeysWithConsistencyGuarantee(@NotNull Collection<PlanKey> planKeys, boolean onlyLoaded) Returns a stream of found plans for requestes plan keys.@NotNull Stream<ImmutableChain>ImmutablePlanCacheService.getImmutablePlansByKeysWithConsistencyGuarantee(@NotNull Collection<PlanKey> planKeys, boolean onlyLoaded, @NotNull Collection<PlanKey> whiteListedPlans) Returns a stream of found plans for requested plan keys.@NotNull Stream<ImmutableChain>ImmutablePlanCacheServiceImpl.getImmutablePlansByKeysWithConsistencyGuarantee(@NotNull Collection<PlanKey> planKeys, boolean onlyLoaded) @NotNull Stream<ImmutableChain>ImmutablePlanCacheServiceImpl.getImmutablePlansByKeysWithConsistencyGuarantee(@NotNull Collection<PlanKey> planKeys, boolean onlyLoaded, @NotNull Collection<PlanKey> whiteListedPlans) <V> VImmutablePlanCacheService.withHiddenPlans(Collection<PlanKey> planKeys, Supplier<V> supplier) Invokes supplier while marking the specified plan keys as unavailable.<T> TImmutablePlanCacheServiceImpl.withHiddenPlans(Collection<PlanKey> planKeys, Supplier<T> supplier) Constructors in com.atlassian.bamboo.plan.cache with parameters of type PlanKeyModifierConstructorDescriptionprotectedAbstractImmutablePlan(@Nullable Long databaseId, @NotNull ImmutablePlan plan, @NotNull PlanKey planKey, @NotNull String name, BuildLoggerManager buildLoggerManager, @NotNull LabelDao labelDao, VariableDefinitionManager variableDefinitionManager, @NotNull BuildDefinition buildDefinition, InternalResultsSummaryAccessor immutableResultsSummaryAccessor) protectedAbstractImmutablePlan(Long id, EnrichedPlanDto dto, PlanKey planKey, String name, BuildLoggerManager buildLoggerManager, VariableDefinitionManager variableDefinitionManager, InternalResultsSummaryAccessor immutableResultsSummaryAccessor) PlanBranchGist(long id, PlanKey key, String buildName, boolean suspendedFromBuilding, PlanBranchWorkflow planBranchWorkflow, boolean divergent) -
Uses of PlanKey in com.atlassian.bamboo.plan.cache.index
Methods in com.atlassian.bamboo.plan.cache.index that return PlanKeyModifier and TypeMethodDescriptionPlanIdCacheIndex.getChain(long chainId) PlanIdCacheIndexer.getChain(long chainId) PlanIdCacheIndex.getChainOfJob(long jobId) PlanIdCacheIndexer.getChainOfJob(long jobId) Methods in com.atlassian.bamboo.plan.cache.index that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionPlanIdCacheIndex.getAllChainKeys()PlanIdCacheIndexer.getAllChainKeys()@NotNull com.google.common.collect.ImmutableSet<PlanKey>PlanBranchCacheIndex.getBranchKeys(PlanKey planKey) @NotNull com.google.common.collect.ImmutableSet<PlanKey>PlanBranchCacheIndexer.getBranchKeys(@NotNull PlanKey planKey) PlanIdCacheIndex.getJobsOfChain(PlanKey chainKey) PlanIdCacheIndexer.getJobsOfChain(PlanKey chainKey) <T extends ImmutablePlan>
@NotNull Set<PlanKey>PlanProjectIndex.getPlanKeysForProject(long projectId, @NotNull Class<T> planType) <T extends ImmutablePlan>
@NotNull Set<PlanKey>PlanProjectIndexer.getPlanKeysForProject(long projectId, @NotNull Class<T> planType) @NotNull Collection<PlanKey>PlanRepositoryIndex.getPlans(@NotNull PlanRepositoryIndex.Query query) @NotNull Collection<PlanKey>PlanRepositoryIndexer.getPlans(@NotNull PlanRepositoryIndex.Query query) Methods in com.atlassian.bamboo.plan.cache.index with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid@NotNull com.google.common.collect.ImmutableSet<PlanBranchGist>PlanBranchCacheIndex.getBranchGists(PlanKey planKey) @NotNull com.google.common.collect.ImmutableSet<PlanBranchGist>PlanBranchCacheIndexer.getBranchGists(PlanKey planKey) @NotNull com.google.common.collect.ImmutableSet<PlanKey>PlanBranchCacheIndex.getBranchKeys(PlanKey planKey) @NotNull com.google.common.collect.ImmutableSet<PlanKey>PlanBranchCacheIndexer.getBranchKeys(@NotNull PlanKey planKey) PlanIdCacheIndex.getJobsOfChain(PlanKey chainKey) PlanIdCacheIndexer.getJobsOfChain(PlanKey chainKey) -
Uses of PlanKey in com.atlassian.bamboo.plan.dto
Methods in com.atlassian.bamboo.plan.dto that return PlanKeyConstructors in com.atlassian.bamboo.plan.dto with parameters of type PlanKeyModifierConstructorDescriptionPlanDtoImpl(Long id, String buildType, Date creationDate, PlanKey planKey, String buildKey, String buildName, String description, Boolean suspendedFromBuilding, Boolean markedForDeletion, BambooEntityOid oid, Long projectId, Long masterId, ChainStorageTag storageTag, String linkedJiraIssue, Boolean remoteJiraLinkRequired, Boolean divergent, Long stageId, String buildDefinitionXmlData, Long notificationSetId, Long requirementSetId, Long version) -
Uses of PlanKey in com.atlassian.bamboo.plan.job
Methods in com.atlassian.bamboo.plan.job with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull ImmutableJobJobService.addJob(@NotNull PlanKey chainKey, long stageId, @NotNull String jobKey, @NotNull String name, @Nullable String description, boolean suspended) Add a job to an existing stage in the plan@NotNull ImmutableJobJobServiceImpl.addJob(@NotNull PlanKey chainKey, long stageId, @Nullable String jobKeyString, @Nullable String name, @Nullable String description, boolean suspended) @NotNull ImmutableJobJobService.cloneJob(@NotNull String sourceJobKey, @NotNull PlanKey chainKey, long stageId, @NotNull String newJobKey, @NotNull String name, @Nullable String description, boolean suspended) Copy the given job and give the copy the key, name, description and suspended state provided.JobServiceImpl.cloneJob(@NotNull String sourceJobKeyString, @NotNull PlanKey chainKey, long stageId, @NotNull String newJobKeyString, @NotNull String name, @Nullable String description, boolean suspended) voidJobService.deleteJob(@NotNull PlanKey jobKey, @NotNull BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) Remove a job.voidJobServiceImpl.deleteJob(@NotNull PlanKey jobKey, @NotNull BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) @NotNull ImmutableJobGet an individual job.@NotNull ImmutableJob@NotNull List<ImmutableJob>JobService.getJobsForPlan(@NotNull PlanKey planKey) Get all jobs in a plan, ordered alphabetically@NotNull List<ImmutableJob>JobServiceImpl.getJobsForPlan(@NotNull PlanKey planKey) Assumption is made thatAbstractImmutableChain.getAllJobs()will return 2-level sorted list of jobs@NotNull List<ImmutableJob>JobService.getJobsForStage(@NotNull PlanKey planKey, long stageId) Get all jobs in a particular stage, ordered alphabetically@NotNull List<ImmutableJob>JobServiceImpl.getJobsForStage(@NotNull PlanKey planKey, long stageId) @NotNull ImmutableJobJobService.getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey) Get an individual job.@NotNull ImmutableJobJobServiceImpl.getJobWithConsistencyGuarantee(@NotNull PlanKey jobKey) @NotNull ImmutableJobJobService.updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) Update the details of a job@NotNull ImmutableJobJobServiceImpl.updateJob(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId, @NotNull BambooClosures.Throwing1<ImmutableJob, WebValidationException>... runBefore) @NotNull ErrorCollectionJobService.validateJobForAdd(@NotNull PlanKey chainKey, long stageId, @Nullable String jobKey, @Nullable String name, @Nullable String description, boolean suspended) Validates the parameters for adding a job.JobServiceImpl.validateJobForAdd(@NotNull PlanKey planKey, long stageId, @Nullable String jobKey, @Nullable String name, @Nullable String description, boolean suspended) @NotNull ErrorCollectionJobService.validateJobForClone(@Nullable String sourceJobKey, @NotNull PlanKey chainKey, long stageId, @Nullable String newJobKey, @Nullable String name, @Nullable String description, @Nullable Boolean suspended) Validates the parameters for cloning a job.JobServiceImpl.validateJobForClone(@Nullable String sourceJobKeyString, @NotNull PlanKey chainKey, long stageId, @Nullable String newJobKey, @Nullable String name, @Nullable String description, @Nullable Boolean suspended) @NotNull ErrorCollectionJobService.validateJobForUpdate(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId) Validate editing of a job@NotNull ErrorCollectionJobServiceImpl.validateJobForUpdate(@NotNull PlanKey jobKey, @NotNull String name, @Nullable String description, boolean suspended, long stageId) -
Uses of PlanKey in com.atlassian.bamboo.plan.move
Methods in com.atlassian.bamboo.plan.move that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionMovePlanServiceImpl.movePlansToProject(Collection<TopLevelPlan> plans, Project newProject, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) MovePlanServiceImpl.movePlansToProject(Collection<TopLevelPlan> plans, Project newProject, Map<String, String> planIdMappings, Map<String, String> planKeyMappings, Map<String, String> planNameMappings) -
Uses of PlanKey in com.atlassian.bamboo.plan.stage
Methods in com.atlassian.bamboo.plan.stage with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull ImmutableChainStageStageService.addStage(@NotNull PlanKey planKey, @NotNull String name, @Nullable String description, boolean isManual, boolean isFinal) Adds a new stage to the specified plan.@NotNull ImmutableChainStageStageServiceImpl.addStage(@NotNull PlanKey planKey, @NotNull String stageName, @Nullable String stageDescription, boolean isManual, boolean isFinal) voidStageService.deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull BambooClosures.Throwing1<ImmutableChainStage, WebValidationException>... runBefore) Deletes the given stage and any jobs under the stage.voidStageServiceImpl.deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull BambooClosures.Throwing1<ImmutableChainStage, WebValidationException>... runBefore) @NotNull ImmutableChainStageGet an individual stage from a plan.@NotNull ImmutableChainStage@NotNull List<ImmutableChainStage>StageService.getStagesForPlan(@NotNull PlanKey planKey) Get all stages in a plan, in order@NotNull List<ImmutableChainStage>StageServiceImpl.getStagesForPlan(@NotNull PlanKey planKey) @NotNull ImmutableChainStageStageService.getStageWithConsistencyGuarantee(@NotNull PlanKey planKey, long stageId) Get an individual stage from a plan.@NotNull ImmutableChainStageStageServiceImpl.getStageWithConsistencyGuarantee(@NotNull PlanKey planKey, long stageId) @NotNull ImmutableChainStageMoves stage to a different position in the plan structure.@NotNull ImmutableChainStage@NotNull ImmutableChainStageStageService.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull String name, @NotNull String description, boolean manual, boolean isFinal, @Nullable Integer index, @NotNull BambooClosures.Throwing1<ImmutableChainStage, WebValidationException>... runBefore) Update the details of a stage.@NotNull ImmutableChainStageStageServiceImpl.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull String name, @NotNull String description, boolean manual, boolean isFinal, @Nullable Integer index, @NotNull BambooClosures.Throwing1<ImmutableChainStage, WebValidationException>... runBefore) @NotNull ErrorCollectionStageService.validateStageForAdd(@NotNull PlanKey planKey, @Nullable String name, @Nullable String description, boolean isManual, boolean isFinal) Validates a new stage for the specified plan.@NotNull ErrorCollectionStageServiceImpl.validateStageForAdd(@NotNull PlanKey planKey, @Nullable String stageName, @Nullable String stageDescription, boolean isManual, boolean isFinal) @NotNull ErrorCollectionStageService.validateStageForUpdate(@NotNull PlanKey planKey, long stageId, @Nullable String name, @Nullable String description, boolean manual, boolean isFinal) Validates editing of a stage.@NotNull ErrorCollectionStageServiceImpl.validateStageForUpdate(@NotNull PlanKey planKey, long stageId, @Nullable String name, @Nullable String description, boolean manual, boolean isFinal) -
Uses of PlanKey in com.atlassian.bamboo.plan.vcsRevision
Fields in com.atlassian.bamboo.plan.vcsRevision with type parameters of type PlanKeyModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<PlanVcsRevisionHistoryItem,PlanKey> PlanVcsRevisionHistoryItem_.planKeyMethods in com.atlassian.bamboo.plan.vcsRevision that return PlanKeyMethods in com.atlassian.bamboo.plan.vcsRevision with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidPlanVcsRevisionHistoryDao.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryHibernateDao.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryManager.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) Removes history entries that are not used in change detection process.voidPlanVcsRevisionHistoryManagerImpl.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryService.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) Removes history entries that are not used in change detection process.voidPlanVcsRevisionHistoryServiceImpl.cleanupUnusedEntriesForPlan(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryService.clearRevisionHistoryForPlan(@NotNull PlanKey planKey) Removes all history entries for the plan.voidPlanVcsRevisionHistoryServiceImpl.clearRevisionHistoryForPlan(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryManager.clearRevisionHistoryForPlanNewTx(@NotNull PlanKey planKey) Removes all history entries for the plan.voidPlanVcsRevisionHistoryManagerImpl.clearRevisionHistoryForPlanNewTx(@NotNull PlanKey planKey) voidPlanVcsRevisionHistoryDao.deleteVcsRevisionHistoryForPlan(@NotNull PlanKey planKey) Deletes entire revision history for a plan.voidPlanVcsRevisionHistoryHibernateDao.deleteVcsRevisionHistoryForPlan(@NotNull PlanKey planKey) @NotNull List<PlanVcsRevisionHistoryItem>PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItems(@NotNull PlanKey planKey) Retrieves a list of history items with the highest build number.@NotNull List<PlanVcsRevisionHistoryItem>PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItems(@NotNull PlanKey planKey) @NotNull List<PlanVcsRevisionHistoryItem>PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber) Retrieves a list of history items with the highest build number that is lower than the argument.@NotNull List<PlanVcsRevisionHistoryItem>PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber) @Nullable PlanVcsRevisionHistoryItemPlanVcsRevisionHistoryDao.findVcsRevisionHistoryItem(@NotNull PlanKey planKey, long repositoryId, int buildNumber) Retrieves a specific history item.PlanVcsRevisionHistoryHibernateDao.findVcsRevisionHistoryItem(@NotNull PlanKey planKey, long repositoryId, int buildNumber) @NotNull Map<Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManager.getLastVcsRevisionKeys(@NotNull PlanKey planKey) Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.@NotNull Map<Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManagerImpl.getLastVcsRevisionKeys(@NotNull PlanKey planKey) @NotNull PlanVcsRevisionDataSetPlanVcsRevisionHistoryService.getLastVcsRevisionKeys(@NotNull PlanKey planKey) Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.@NotNull PlanVcsRevisionDataSetPlanVcsRevisionHistoryServiceImpl.getLastVcsRevisionKeys(@NotNull PlanKey planKey) @NotNull Map<Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManager.getLastVcsRevisionKeysBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber) Return the mapping between repository ids and strings representing the vcs revisions which were result of last change detection performed before given build.@NotNull Map<Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManagerImpl.getLastVcsRevisionKeysBeforeBuildNumber(@NotNull PlanKey planKey, int buildNumber) voidPlanVcsRevisionHistoryService.markChangeDetectionCompleted(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData revisionData, long repositoryId) Saves the information on change detection result in the plan's vcs revision history.voidPlanVcsRevisionHistoryServiceImpl.markChangeDetectionCompleted(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData planVcsRevisionData, long repositoryId) voidPlanVcsRevisionHistoryManager.markChangeDetectionCompletedNewTx(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData vcsRevisionKey, long repositoryId) Saves the information on change detection result in the plan's vcs revision history.voidPlanVcsRevisionHistoryManagerImpl.markChangeDetectionCompletedNewTx(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData planVcsRevisionData, long repositoryId) voidPlanVcsRevisionHistoryDao.moveRevisionHistoryForPlan(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidPlanVcsRevisionHistoryHibernateDao.moveRevisionHistoryForPlan(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidPlanVcsRevisionHistoryManager.moveRevisionHistoryForPlan(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidPlanVcsRevisionHistoryManagerImpl.moveRevisionHistoryForPlan(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidPlanVcsRevisionHistoryService.moveRevisionHistoryForPlan(@NotNull PlanKey originalPlanKey, @NotNull PlanKey planKey) Moves history entries that are related to a moved plan.voidPlanVcsRevisionHistoryServiceImpl.moveRevisionHistoryForPlan(@NotNull PlanKey originalPlanKey, @NotNull PlanKey planKey) voidPlanVcsRevisionHistoryItem.setPlanKey(PlanKey planKey) voidPlanVcsRevisionHistoryHibernateStandaloneDao.updateRepositoryIdForPlan(@NotNull PlanKey planKey, long oldRepositoryId, long repositoryId) voidPlanVcsRevisionHistoryStandaloneDao.updateRepositoryIdForPlan(@NotNull PlanKey planKey, long oldRepositoryId, long repositoryId) Update all repository entries for PlanKey re-setting repository id in all of them.Constructors in com.atlassian.bamboo.plan.vcsRevision with parameters of type PlanKeyModifierConstructorDescriptionPlanVcsRevisionHistoryItem(@NotNull PlanKey planKey, int buildNumber, @NotNull PlanVcsRevisionData planVcsRevisionData, long repositoryId) -
Uses of PlanKey in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesBitbucketRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) -
Uses of PlanKey in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 with parameters of type PlanKeyModifier and TypeMethodDescriptionBitbucketCloudChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesBitbucketCloudChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesBitbucketCloudChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesGitHubRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesGitRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) -
Uses of PlanKey in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 with parameters of type PlanKeyModifier and TypeMethodDescriptionGitChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesGitChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesGitChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github with parameters of type PlanKeyModifier and TypeMethodDescriptionGitHubChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesGitHubChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesGitHubChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.plugins.jira.summary.build
Methods in com.atlassian.bamboo.plugins.jira.summary.build that return PlanKeyConstructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.plugins.maven
Methods in com.atlassian.bamboo.plugins.maven that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate<PlanKey>MavenFunctions.planHasAutomaticDependencyManagementEnabled(@NotNull CachedPlanManager cachedPlanManager) -
Uses of PlanKey in com.atlassian.bamboo.plugins.rest.common
Methods in com.atlassian.bamboo.plugins.rest.common that return PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyInputParserImpl.parseChainKey(@Nullable String chainKeyString) Parse a chain key from the input string.@NotNull PlanKeyInputParserImpl.parseJobKey(@NotNull PlanKey chainKey, @Nullable String jobKeyString) Parse a job key from the input string.@NotNull PlanKeyInputParserImpl.parseJobKey(@Nullable String jobKeyString) Parse a job key from the input string.Methods in com.atlassian.bamboo.plugins.rest.common with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic voidRestHelper.assertExecutePermission(PlanKey planKey, BambooPermissionManager bambooPermissionManager) static voidRestHelper.assertNotRssPlan(@NotNull PlanKey planKey, @NotNull PlanRestService planRestService) Asserts plan is not managed by repository stored specs.static voidRestHelper.assertPlanPermission(@NotNull BambooPermission permission, @NotNull PlanKey planKey, BambooPermissionManager bambooPermissionManager) Check user has provided or ADMINISTRATION permission on given plan@NotNull PlanKeyInputParserImpl.parseJobKey(@NotNull PlanKey chainKey, @Nullable String jobKeyString) Parse a job key from the input string. -
Uses of PlanKey in com.atlassian.bamboo.plugins.rest.plan.stage
Methods in com.atlassian.bamboo.plugins.rest.plan.stage with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidRestStageService.deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull io.atlassian.fugue.Option<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) Deletes the given stage.voidRestStageServiceImpl.deleteStage(@NotNull PlanKey planKey, long stageId, @NotNull io.atlassian.fugue.Option<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) RestStageService.getStageDeletionWarnings(@NotNull PlanKey planKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to stage deletion.@NotNull RestWarningsRestStageServiceImpl.getStageDeletionWarnings(@NotNull PlanKey planKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) RestStageService.getStageMoveWarnings(@NotNull PlanKey planKey, long stageId, int index, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Returns warnings related to a stage move action.@NotNull RestWarningsRestStageServiceImpl.getStageMoveWarnings(@NotNull PlanKey planKey, long stageId, int index, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestStageRestStageService.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage restStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Performs a partial update on a stage, updating just the fields that are specified while the rest will remain the same.@NotNull RestStageRestStageServiceImpl.updateStage(@NotNull PlanKey planKey, long stageId, @NotNull RestStage updatedStage, @NotNull io.atlassian.fugue.Option<ConfirmationToken> token, @Nullable Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of PlanKey in com.atlassian.bamboo.plugins.rest.plan.stage.job
Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull RestJobRestJobService.addJob(@NotNull PlanKey planKey, long stageId, @Nullable RestJob restJob, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Create a new job@NotNull RestJobRestJobServiceImpl.addJob(@NotNull PlanKey planKey, long stageId, @Nullable RestJob restJob, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) voidRestJobService.deleteJob(@NotNull PlanKey jobKey, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) Remove a job.voidRestJobServiceImpl.deleteJob(@NotNull PlanKey jobKey, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull TokenRestJobService.getDeleteConfirmationToken(@NotNull PlanKey jobKey, @NotNull javax.ws.rs.core.UriInfo uriInfo) Generate the delete confirmation token to be used for the given job key.@NotNull TokenRestJobServiceImpl.getDeleteConfirmationToken(@NotNull PlanKey jobKey, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestWarningsRestJobService.getJobDeletionWarnings(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to job deletion.@NotNull RestWarningsRestJobServiceImpl.getJobDeletionWarnings(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestWarningsRestJobService.getJobMoveWarnings(@NotNull PlanKey jobKey, long targetStageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Get warnings related to job move.@NotNull RestWarningsRestJobServiceImpl.getJobMoveWarnings(@NotNull PlanKey jobKey, long targetStageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestJobRestJobService.updateJob(@NotNull PlanKey jobKey, @Nullable RestJob restJob, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Updates the details of a specific job.@NotNull RestJobRestJobServiceImpl.updateJob(@NotNull PlanKey jobKey, @Nullable RestJob restJob, @NotNull Optional<ConfirmationToken> confirmationToken, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of PlanKey in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact
Methods in com.atlassian.bamboo.plugins.rest.plan.stage.job.artifact with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull List<RestArtifactSubscriptions>RestArtifactService.getAffectedArtifactSubscriptionsByJobMove(@NotNull PlanKey jobKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Returns all artifact subscriptions that will be broken if we move a given job.@NotNull List<RestArtifactSubscriptions>RestArtifactServiceImpl.getAffectedArtifactSubscriptionsByJobMove(@NotNull PlanKey jobKey, long stageId, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull List<RestArtifactSubscriptions>RestArtifactService.getConsumersOfArtifacts(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) Returns the full list of artifact subscriptions in the same stage for a job's artifacts, returning one entry for each job.@NotNull List<RestArtifactSubscriptions>RestArtifactServiceImpl.getConsumersOfArtifacts(@NotNull PlanKey jobKey, @NotNull Expansion expansion, @NotNull javax.ws.rs.core.UriInfo uriInfo) @NotNull RestPageModel<RestJob>RestArtifactService.getJobsConsumingArtifact(@NotNull PlanKey jobKey, long artifactId, @NotNull PageRequest pageRequest, @NotNull javax.ws.rs.core.UriInfo uriInfo) Returns a paginated lists of jobs subscribing to a specified artifact.@NotNull RestPageModel<RestJob>RestArtifactServiceImpl.getJobsConsumingArtifact(@NotNull PlanKey jobKey, long artifactId, @NotNull PageRequest pageRequest, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of PlanKey in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidPlanRestService.assertPlanExistsAndVisible(@NotNull PlanKey planKey) Checks ifPlanexists and is visible for calling uservoidPlanRestService.assertPlanExistsAndVisible(@NotNull PlanKey planKey, @NotNull Class<? extends ImmutablePlan> clazz) Checks ifPlanexists, has correct type and is visible for calling uservoidPlanRestServiceImpl.assertPlanExistsAndVisible(@NotNull PlanKey planKey) voidPlanRestServiceImpl.assertPlanExistsAndVisible(@NotNull PlanKey planKey, @NotNull Class<? extends ImmutablePlan> clazz) @NotNull ImmutableChainPlanRestService.getChainByKey(@NotNull PlanKey planKey) Returns aPlanif plan exists and is visible for calling user@NotNull ImmutableChainPlanRestServiceImpl.getChainByKey(@NotNull PlanKey planKey) PlanRestService.getJobsForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) Get a list of jobs of specified plan.PlanRestServiceImpl.getJobsForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) @NotNull ImmutablePlanPlanRestService.getPlanByKey(@NotNull PlanKey planKey) Returns aPlanif plan exists and is visible for calling user In clustered mode, there is NO consistency guarantee.@NotNull ImmutablePlanPlanRestServiceImpl.getPlanByKey(@NotNull PlanKey planKey) @Nullable ImmutablePlanPlanRestService.getPlanByKeyUnchecked(@NotNull PlanKey planKey) Returns aPlanif plan exists.PlanRestServiceImpl.getPlanByKeyUnchecked(@NotNull PlanKey planKey) @NotNull ImmutablePlanPlanRestService.getPlanByKeyWithHighConsistencyGuarantee(@NotNull PlanKey planKey) Returns aPlanif plan exists and is visible for calling user.@NotNull ImmutablePlanPlanRestServiceImpl.getPlanByKeyWithHighConsistencyGuarantee(@NotNull PlanKey planKey) PlanRestService.getStagesForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) Get a list of stages of specified plan.PlanRestServiceImpl.getStagesForPlan(@NotNull PlanKey planKey, @NotNull javax.ws.rs.core.UriInfo uriInfo, @NotNull RestAuthenticationContext restAuthenticationContext) -
Uses of PlanKey in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesStashRepositoryImpl.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) -
Uses of PlanKey in com.atlassian.bamboo.plugins.stash.v2
Methods in com.atlassian.bamboo.plugins.stash.v2 with parameters of type PlanKeyModifier and TypeMethodDescriptionBitbucketServerChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesBitbucketServerChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesBitbucketServerChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.plugins.testutils.deployments
Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull DeploymentProjectDeploymentsTestService.createDeploymentProjectWithEnvironments(@NotNull PlanKey planKey) @NotNull DeploymentProjectDeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments(@NotNull PlanKey planKey) @NotNull DeploymentProjectDeploymentsTestService.createSimpleDeployment(@NotNull PlanKey planKey) @NotNull DeploymentProjectDeploymentsTestServiceImpl.createSimpleDeployment(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.plugins.testutils.job
Methods in com.atlassian.bamboo.plugins.testutils.job with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.plugins.testutils.plan
Methods in com.atlassian.bamboo.plugins.testutils.plan that return PlanKeyModifier and TypeMethodDescriptionPlanTestService.createChain(@NotNull String projectKey, @Nullable String projectName, @NotNull String chainName) PlanTestServiceImpl.createChain(@NotNull String projectKey, @Nullable String projectName, @NotNull String chainName) PlanTestService.createSimpleChain()PlanTestServiceImpl.createSimpleChain()Methods in com.atlassian.bamboo.plugins.testutils.plan with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.plugins.web.conditions
Methods in com.atlassian.bamboo.plugins.web.conditions that return types with arguments of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesAbstractRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) Deprecated.@NotNull BuildRepositoryChangesOnceOffCapableRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) Collects the changes for the targetRevision.voidAbstractRepository.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Deprecated.@NotNull FileAbstractRepository.getSourceCodeDirectory(@NotNull PlanKey planKey) Deprecated.For Subversion, we use the build name's directory within the system's working directorystatic booleanInvalidRepositoryException.handleInvalidRepositoryIfAppropriate(@Nullable PlanKey planKey, Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, @Nullable ErrorHandler errorHandler) Handles anInvalidRepositoryExceptionif appropriate, based on the exception type and theSystemProperty.PLAN_DISABLE_ON_REPOSITORY_EXCEPTIONsetting If the system property is true, the plan is disabled and an event published.voidAbstractRepository.removeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Deprecated. -
Uses of PlanKey in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesSvnRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) -
Uses of PlanKey in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesSvnChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesSvnChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData revisionData) -
Uses of PlanKey in com.atlassian.bamboo.rest.adapter
Methods in com.atlassian.bamboo.rest.adapter that return PlanKeyMethods in com.atlassian.bamboo.rest.adapter with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.rest.common
Methods in com.atlassian.bamboo.rest.common that return PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyInputParser.parseChainKey(@Nullable String chainKeyString) @NotNull PlanKeyInputParser.parseJobKey(@NotNull PlanKey chainKey, @Nullable String jobKeyString) @NotNull PlanKeyInputParser.parseJobKey(@Nullable String jobKeyString) Methods in com.atlassian.bamboo.rest.common with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyInputParser.parseJobKey(@NotNull PlanKey chainKey, @Nullable String jobKeyString) -
Uses of PlanKey in com.atlassian.bamboo.rest.model.adapters
Methods in com.atlassian.bamboo.rest.model.adapters that return PlanKeyMethods in com.atlassian.bamboo.rest.model.adapters with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.rest.model.deployments.projects
Methods in com.atlassian.bamboo.rest.model.deployments.projects that return PlanKeyModifier and TypeMethodDescriptionRestCreateDeploymentProjectRequest.getPlanKey()RestDeploymentProject.getPlanKey()RestUpdateDeploymentProjectRequest.getPlanKey() -
Uses of PlanKey in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary declared as PlanKeyMethods in com.atlassian.bamboo.resultsummary that return PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyAbstractResultsSummary.getPlanKey()@NotNull PlanKeyExpiryCriteria.getPlanKey()A plan key by which theresult summariesshould be filtered.@NotNull PlanKeyImmutableResultsSummary.getPlanKey()Full key of the plan. e.g BAM-MAIN@NotNull PlanKeyMutableExpiryCriteria.getPlanKey()Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionBuildResultsSummaryDao.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) Find keys of jobs for which results associated with given plan exist.BuildResultsSummaryHibernateDao.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) BuildResultsSummaryManagerImpl.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) ResultsSummaryManager.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) Find keys of jobs for which results associated with given plan exist.BuildResultsSummaryDao.findPlanKeysFromAllOrphanedResultSummaries()Scans database for all theChainResultsSummaryobjects in the database that do not have a matchingChainBuildResultsSummaryHibernateDao.findPlanKeysFromAllOrphanedResultSummaries()BuildResultsSummaryDao.getPlanKeysSortedByNumberOfFinalizedResultSummaries()BuildResultsSummaryHibernateDao.getPlanKeysSortedByNumberOfFinalizedResultSummaries()BuildResultsSummaryManagerImpl.getPlanKeysSortedByNumberOfFinalizedResultSummaries()ResultsSummaryManager.getPlanKeysSortedByNumberOfFinalizedResultSummaries()Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanKeyModifier and TypeMethodDescriptionintBuildResultsSummaryDao.countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) Counts results with a given state in a given build number range for plan.intBuildResultsSummaryHibernateDao.countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) intBuildResultsSummaryManagerImpl.countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) intResultsSummaryManager.countResultsWithState(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, @NotNull BuildState buildState) Counts results with a given state in a given build number range for plan.BuildResultsSummaryDao.findAllBuildResultsNumbers(PlanKey planKey) BuildResultsSummaryHibernateDao.findAllBuildResultsNumbers(PlanKey planKey) BuildResultsSummaryManagerImpl.findAllBuildResultsNumbers(PlanKey planKey) ResultsSummaryManager.findAllBuildResultsNumbers(PlanKey planKey) BuildResultsSummaryManagerImpl.findBuildResultNumbersRange(@NotNull PlanKey planKey) ResultsSummaryManager.findBuildResultNumbersRange(@NotNull PlanKey planKey) Finds minimum and maximum build number for a plan.BuildResultsSummaryDao.findBuildResultsNumberRange(PlanKey planKey) Finds minimum and maximum build number for a plan.BuildResultsSummaryHibernateDao.findBuildResultsNumberRange(PlanKey planKey) @Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findFirstFailedBuildResultBetween(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) @Nullable ResultsSummaryResultsSummaryManager.findFirstFailedBuildResultBetween(@NotNull PlanKey planKey, int lowerBuildNumber, int upperBuildNumber) Finds the first failed build between the upper and lower build numbers inclusively@NotNull List<LinkedJiraIssue>BuildResultsSummaryManagerImpl.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) @NotNull List<LinkedJiraIssue>ResultsSummaryManager.findJiraIssuesForPlanKey(@NotNull PlanKey planKey) Retrieves a list ofLinkedJiraIssuelinked to the given plan keyBuildResultsSummaryDao.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) Find keys of jobs for which results associated with given plan exist.BuildResultsSummaryHibernateDao.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) BuildResultsSummaryManagerImpl.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) ResultsSummaryManager.findJobKeysFromExistingChainResults(@NotNull PlanKey chainKey) Find keys of jobs for which results associated with given plan exist.@Nullable ResultsSummaryBuildResultsSummaryManagerImpl.findLastFailingBuildResultBefore(@NotNull PlanKey planKey, int buildNumber) @Nullable ResultsSummaryResultsSummaryManager.findLastFailingBuildResultBefore(@NotNull PlanKey planKey, int buildNumber) Finds the last failingResultsSummarybefore buildNumber<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryDao.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultSummaryWithState(@NotNull PlanKey planKey, @NotNull BuildState buildState, @NotNull Class<T> aClass, boolean ignoreSpecsResults) intBuildResultsSummaryDao.findMinimumBuildNumberForNLatest(@NotNull PlanKey planKey, int n) Find a build number for which exist n non-specs results with a build number greater or equal.intBuildResultsSummaryHibernateDao.findMinimumBuildNumberForNLatest(@NotNull PlanKey planKey, int n) intBuildResultsSummaryManagerImpl.findMinimumBuildNumberForNLatest(@NotNull PlanKey planKey, int n) intResultsSummaryManager.findMinimumBuildNumberForNLatest(@NotNull PlanKey planKey, int n) Find a build number for which exist n non-specs results with a build number greater or equal.<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryDao.getAllActiveResultSummariesForPlan(PlanKey planKey, Class<T> aClass) Returns all theResultsSummaryin aLifeCycleState.PENDING,LifeCycleState.QUEUED,LifeCycleState.IN_PROGRESSstate with the givenClassSee alsoLifeCycleState.isActive(LifeCycleState)andImmutableResultsSummary.isActive()<T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryHibernateDao.getAllActiveResultSummariesForPlan(PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>BuildResultsSummaryManagerImpl.getAllActiveResultSummariesForPlan(PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
@NotNull Collection<T>ResultsSummaryManager.getAllActiveResultSummariesForPlan(PlanKey planKey, Class<T> aClass) Returns all theResultsSummaryin aLifeCycleState.IN_PROGRESSstate<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryDao.getFinalizedResultSummariesForPlan(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) Returns all theResultsSummaryin aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate with the givenClass.<T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryHibernateDao.getFinalizedResultSummariesForPlan(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>BuildResultsSummaryManagerImpl.getFinalizedResultSummariesForPlan(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) <T extends ResultsSummary>
@NotNull List<T>ResultsSummaryManager.getFinalizedResultSummariesForPlan(PlanKey planKey, Class<T> aClass, int firstResult, int maxResults) Returns all theResultsSummaryin aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate with the givenClass.@Nullable BuildResultsSummaryBuildResultsSummaryDao.getFirstBuildSummary(@NotNull PlanKey planKey) Returns the first availableBuildResultsSummaryfor the givenPlanKeyBuildResultsSummaryHibernateDao.getFirstBuildSummary(@NotNull PlanKey planKey) BuildResultsSummaryDao.getJiraIssuesForPlanKey(@NotNull PlanKey planKey) Retrieves a list ofLinkedJiraIssuethat are linked to the given build.@NotNull List<LinkedJiraIssue>BuildResultsSummaryHibernateDao.getJiraIssuesForPlanKey(@NotNull PlanKey planKey) BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary(@NotNull PlanKey planKey) @Nullable ResultsSummaryResultsSummaryManager.getLastSuccessfulResultSummary(@NotNull PlanKey planKey) Get the last successfulResultsSummaryfor planKeyLinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int currentBuildNumber) Find and retrieve all jira issues related to build results from specified range.LinkedJiraIssueHibernateDao.getLinkedJiraIssuesForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber) intBuildResultsSummaryDao.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey) Get the number of concurrently running builds for planKeyintBuildResultsSummaryHibernateDao.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey) intBuildResultsSummaryManagerImpl.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey) intResultsSummaryManager.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey) Gets the number of concurrently running buildslongBuildResultsSummaryDao.getNumberOfFinalizedResults(@NotNull PlanKey planKey) Get number of theResultsSummarys in aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate for the givenPlanlongBuildResultsSummaryHibernateDao.getNumberOfFinalizedResults(@NotNull PlanKey planKey) longBuildResultsSummaryManagerImpl.getNumberOfFinalizedResults(@NotNull PlanKey planKey) longResultsSummaryManager.getNumberOfFinalizedResults(@NotNull PlanKey planKey) Get number of theResultsSummarys in aLifeCycleState.FINISHEDorLifeCycleState.NOT_BUILTstate for the givenPlanintBuildResultsSummaryDao.markResultSummariesForDeletion(@NotNull PlanKey planKey) Mass update of allResultsSummaryrecords in the database related to a Plan identified by planKey.intBuildResultsSummaryHibernateDao.markResultSummariesForDeletion(@NotNull PlanKey planKey) intBuildResultsSummaryManagerImpl.markResultSummariesForDeletion(@NotNull PlanKey planKey) intResultsSummaryManager.markResultSummariesForDeletion(@NotNull PlanKey planKey) Mass update of allResultsSummaryrecords in the database related to a Plan identified by planKey.intBuildResultsSummaryDao.moveResultSummaries(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) Reassigns plan key ResultsSummaries associated with selected plan key.intBuildResultsSummaryHibernateDao.moveResultSummaries(@NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidBuildResultsSummaryManagerImpl.moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) voidResultsSummaryManager.moveResultSummaries(@NotNull Plan newParentPlan, @NotNull PlanKey oldPlanKey, @NotNull PlanKey newPlanKey) Reassigns plan key ResultsSummaries associated with selected plan key.intBuildResultsSummaryDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey) Remove all resultSummary objects for the given plan.intBuildResultsSummaryDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey, @NotNull List<PlanKey> affectedJobKeys) Remove all resultSummary objects for the given plan.intBuildResultsSummaryHibernateDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey) intBuildResultsSummaryHibernateDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey, @NotNull List<PlanKey> affectedJobKeys) voidAbstractResultsSummary.setPlanKey(PlanKey planKey) voidMutableBuildKeyResultsSummary.setPlanKey(@NotNull PlanKey planKey) @NotNull ResultsSummaryCriteriaBuilderResultsSummaryCriteriaBuilder.setPlanKey(@NotNull PlanKey planKey) Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type PlanKeyModifier and TypeMethodDescriptionintBuildResultsSummaryDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey, @NotNull List<PlanKey> affectedJobKeys) Remove all resultSummary objects for the given plan.intBuildResultsSummaryHibernateDao.removeResultsSummariesForPlan(@NotNull PlanKey planKey, @NotNull List<PlanKey> affectedJobKeys) intBuildResultsSummaryManagerImpl.removeResultsSummariesForPlan(@NotNull Plan plan, @NotNull List<PlanKey> affectedJobKeys) intResultsSummaryManager.removeResultsSummariesForPlan(@NotNull Plan plan, @NotNull List<PlanKey> affectedJobKeys) Remove all resultSummary objects for the given plan.Constructors in com.atlassian.bamboo.resultsummary with parameters of type PlanKeyModifierConstructorDescriptionMutableExpiryCriteria(@NotNull PlanKey planKey) PlanKeyResultDeletionSQLAdapter(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.resultsummary.accessor
Methods in com.atlassian.bamboo.resultsummary.accessor with parameters of type PlanKeyModifier and TypeMethodDescriptionInternalResultsSummaryAccessor.findBuildResultNumbersRange(@NotNull PlanKey planKey) Finds minimum and maximum build number for a plan.InternalResultsSummaryAccessorImpl.findBuildResultNumbersRange(@NotNull PlanKey planKey) <T extends ResultsSummary>
TInternalResultsSummaryAccessor.getLastResultsSummary(@NotNull PlanKey planKey, Class<T> aClass) Get the lastResultsSummaryfor planKey andClass<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getLastResultsSummary(@NotNull PlanKey planKey, Class<T> aClass, boolean ignoreSpecsResults) Get the lastResultsSummaryfor planKey andClasswith possible skip of specs results.<T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getLastResultsSummary(@NotNull PlanKey planKey, Class<T> aClass) <T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getLastResultsSummary(@NotNull PlanKey planKey, Class<T> aClass, boolean ignoreSpecsResults) -
Uses of PlanKey in com.atlassian.bamboo.resultsummary.search
Methods in com.atlassian.bamboo.resultsummary.search that return types with arguments of type PlanKeyModifier and TypeMethodDescriptionResultSummarySearchCriteria.getPlanKeys()List of related plan keys.Methods in com.atlassian.bamboo.resultsummary.search with parameters of type PlanKeyModifier and TypeMethodDescription@Nullable ChainResultsSummaryPlanResultSearcher.findLatestRelevantBuildResult(@NotNull PlanKey planKey, long beforeLastCompletedTimestamp) Find the last finished build of a plan that completed before given time@Nullable ChainResultsSummaryPlanResultSearcherImpl.findLatestRelevantBuildResult(@NotNull PlanKey planKey, long beforeLastCompletedTimestamp) -
Uses of PlanKey in com.atlassian.bamboo.resultsummary.tests
Methods in com.atlassian.bamboo.resultsummary.tests that return PlanKeyMethods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanKeyModifier and TypeMethodDescriptionlongTestResultsDao.countTestClassResults(@NotNull PlanKey planKey) Count TestClassResults for a PlanlongTestResultsHibernateDao.countTestClassResults(@NotNull PlanKey planKey) TestCaseDao.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) TestCaseHibernateDao.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) TestsManager.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) Returns a pai of the top 10 tests that's broken + the count for a given filter periodTestsManagerImpl.getTopBrokenTests(@NotNull PlanKey planKey, BuildResultsFilter filter) intTestsManager.removeResultsByPlan(PlanKey planKey) Remove allTestClassResultobjects referenced byResultsSummaryobjects identified by planKeyintTestsManagerImpl.removeResultsByPlan(@NotNull PlanKey planKey) intTestResultsDao.removeTestClassResultsByPlan(@NotNull PlanKey planKey) Remove allTestClassResultobjects referenced byResultsSummaryobjects identified by planKeyintTestResultsHibernateDao.removeTestClassResultsByPlan(@NotNull PlanKey planKey) Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanKeyModifierConstructorDescriptionTestCaseSummaryImpl(@NotNull TestCase testCase, @NotNull PlanKey planKey, @Nullable List<BuildResultsSummary> filteredBuildResults, TestsManager testsManager, ResultsSummaryManager resultsSummaryManager) -
Uses of PlanKey in com.atlassian.bamboo.resultsummary.vcs
Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type PlanKeyModifier and TypeMethodDescriptionRepositoryChangesetDao.getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber) Finds and returns all repository change sets related with build results from specified range.RepositoryChangesetHibernateDao.getChangesetsForBuildNumberRange(@NotNull PlanKey planKey, int firstBuildNumber, int lastBuildNumber) -
Uses of PlanKey in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanBambooPermissionManager.canRunCustomBuild(@NotNull PlanKey planKey) booleanBambooPermissionManagerImpl.canRunCustomBuild(@NotNull PlanKey planKey) Collection<org.acegisecurity.acls.Permission>BambooPermissionManager.getPermissionsForPlan(@NotNull PlanKey planKey) Collection<org.acegisecurity.acls.Permission>BambooPermissionManagerImpl.getPermissionsForPlan(@NotNull PlanKey planKey) booleanBambooCachingPermissionManagerFacade.hasPlanPermission(BambooPermission permission, PlanKey planKey) booleanBambooCachingPermissionManagerFacadeImpl.hasPlanPermission(BambooPermission permission, PlanKey planKey) booleanBambooPermissionManager.hasPlanPermission(@NotNull org.acegisecurity.acls.Permission permission, @NotNull PlanKey planKey) Verify plan accessbooleanBambooPermissionManagerImpl.hasPlanPermission(@NotNull org.acegisecurity.acls.Permission permission, @NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.specs
Methods in com.atlassian.bamboo.specs that return types with arguments of type PlanKeyModifier and TypeMethodDescription@NotNull Collection<PlanKey>BambooSpecsManager.findPlansInOtherStates(VcsLocationBambooSpecsState specsState) Returns RSS-managed plans that have been updated in RSS runs other than the one supplied.@NotNull Collection<PlanKey>BambooSpecsManagerImpl.findPlansInOtherStates(VcsLocationBambooSpecsState specsState) @NotNull Collection<PlanKey>BambooSpecsStateDao.findPlansInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) @NotNull Collection<PlanKey>BambooSpecsStateDaoImpl.findPlansInOtherStates(@NotNull VcsLocationBambooSpecsState specsState) -
Uses of PlanKey in com.atlassian.bamboo.storage
Methods in com.atlassian.bamboo.storage with parameters of type PlanKeyModifier and TypeMethodDescriptionArtifactDirectoryBuilder.getChainDirectory(PlanKey planKey) Returns [artifact-root] / [chain-part]ArtifactPathBuilder.getChainPath(PlanKey planKey) Returns [artifact-root] / [chain-storage-tag]ArtifactDirectoryBuilder.getJobOrSharedDirectory(PlanKey planKey) Returns [artifact-root] / [chain-part] / [job-part] [job-part] will be "shared" if the parameter points to a chain rather than a job.ArtifactPathBuilder.getJobOrSharedPath(PlanKey planKey) Returns [artifact-root] / [chain-storage-tag] / [job-part] [job-part] will be "shared" if the parameter points to a chain rather than a job. -
Uses of PlanKey in com.atlassian.bamboo.storage.location
Methods in com.atlassian.bamboo.storage.location with parameters of type PlanKeyModifier and TypeMethodDescriptionArtifactDirectoryBuilderImpl.getChainDirectory(PlanKey planKey) ArtifactPathBuilderImpl.getChainPath(PlanKey planKey) @Nullable ChainStorageTagStorageTagService.getChainStorageTag(@NotNull PlanKey chainKey) @Nullable ChainStorageTagStorageTagServiceImpl.getChainStorageTag(@NotNull PlanKey chainKey) ArtifactDirectoryBuilderImpl.getJobOrSharedDirectory(PlanKey planKey) ArtifactPathBuilderImpl.getJobOrSharedPath(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task with parameters of type PlanKeyModifier and TypeMethodDescriptionTaskConfigurationService.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationService.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Create a task Definition and save it against the planTaskConfigurationServiceImpl.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.createTask(@NotNull PlanKey planKey, @NotNull TaskModuleDescriptor taskDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> configuration, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) voidTaskConfigurationService.createTaskList(PlanKey planKey, @NotNull List<TaskDefinition> taskDefinitions) Initializes task list of a plan with the provided list.voidTaskConfigurationServiceImpl.createTaskList(PlanKey planKey, @NotNull List<TaskDefinition> taskDefinitions) voidTaskConfigurationService.deleteTask(@NotNull PlanKey planKey, long taskId) Delete a given taskDefinitionvoidTaskConfigurationServiceImpl.deleteTask(@NotNull PlanKey planKey, long taskId) TaskConfigurationService.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationService.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) Update the details of specific taskDefinitionTaskConfigurationServiceImpl.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull List<TaskConditionConfig> conditions, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) TaskConfigurationServiceImpl.editTask(@NotNull PlanKey planKey, long taskId, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String, String> taskConfigurationMap, @NotNull TaskRootDirectorySelector taskRootDirectorySelector) @NotNull Collection<Requirement>TaskConfigurationService.getTasksRequirements(@NotNull PlanKey planKey) @NotNull Collection<Requirement>TaskConfigurationServiceImpl.getTasksRequirements(@NotNull PlanKey planKey) voidTaskConfigurationService.moveFinalBar(PlanKey planKey, long beforeId, long afterId) Moves the final Bar to a specific location in the list.voidTaskConfigurationServiceImpl.moveFinalBar(PlanKey planKey, long beforeId, long afterId) voidTaskConfigurationService.moveTask(@NotNull PlanKey planKey, long taskId, long beforeId, long afterId, boolean isFinal) Move a taskDefinition from one spot in its list, to another.voidTaskConfigurationServiceImpl.moveTask(@NotNull PlanKey planKey, long taskId, long beforeId, long afterId, boolean isFinal) TaskConfigurationService.setTaskState(@NotNull PlanKey planKey, long taskId, boolean isEnabled) Update the disable state of specific taskDefinitionTaskConfigurationServiceImpl.setTaskState(@NotNull PlanKey planKey, long taskId, boolean disabled) -
Uses of PlanKey in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return PlanKeyMethods in com.atlassian.bamboo.testutils.backdoor with parameters of type PlanKeyModifier and TypeMethodDescriptionPlansControl.addCreatedPlan(PlanKey planKey) Register plan created outside backdoor, so it would be removed on cleanupPlansControl.addCustomRequirement(@NotNull PlanKey jobKey, @NotNull String requirementKey) PlansControl.addGetCustomRequirement(@NotNull PlanKey jobKey, @NotNull String requirementKey) PlansControl.addPlanVariable(PlanKey planKey, String variableName, String variableValue) voidPermissionsControl.checkPlanPermissions(PlanKey planKey, BambooRole role, List<BambooPermission> has, List<BambooPermission> hasNot) Clone planintIndexControl.countPlanResults(PlanKey planKey) PlansControl.createArtifact(PlanKey producerJobKey, Consumer<TestArtifactDetails.Builder> consumer) PlansControl.createBranch(PlanKey planKey, String vcsBranch, String branchName) PlansControl.deletePlan(@NotNull PlanKey planKey) Delete planPlansControl.deletePlanQuietly(@NotNull PlanKey planKey) Delete plan quietlyPlansControl.deletePlanVariable(PlanKey planKey, String variableName) PlansControl.disablePlan(@NotNull PlanKey planKey) Disable planbooleanPlansControl.doesPlanExistAsRecord(@NotNull PlanKey planKey) PlansControl.enablePlan(@NotNull PlanKey planKey) Enable planPlansControl.exportToSpecs(PlanKey planKey, boolean yaml) Returns specs for planPlansControl.getAllBranches(PlanKey key) Get all branches for chainPlansControl.getBranchByName(PlanKey key, String branchName) Get branches with given name for chaincom.atlassian.pageobjects.elements.query.TimedQuery<RestPlanBranch>PlansControl.getBranchByNameTimed(PlanKey key, String branchName) Get branches with given name for chain as a timed queryLogControl.getBuildLog(PlanKey planKey, String jobKeyStr, int buildNumber) Returns build log for job result (should be used to analyse failing tasks within tests)PlansControl.getBuildResult(PlanKey planKey, int buildNumber) Get build resultio.restassured.response.ResponseBuildResultsControl.getBuildResultAsResponse(@NotNull PlanKey planKey, int buildNumber) Get build result via RESTlongintBuildResultsControl.getLatestBuildNumber(PlanKey planKey) io.restassured.response.ResponseBuildResultsControl.getLatestResultResponse(PlanKey planKey) longPlansControl.getPlanLabels(@NotNull PlanKey planKey) PlansControl.getPlanRepositories(@NotNull PlanKey planKey) PlansControl.getPlanRootArtifactDirectory(PlanKey planKey) Get the plan directory information for the plan@NotNull List<RestVariableDefinition>PlansControl.getPlanVariables(@NotNull PlanKey planKey) PlansControl.getRequirementsForJob(@NotNull PlanKey jobKey) @NotNull ResultDetailsBuildResultsControl.getResultDetails(@NotNull PlanKey planKey, int buildNumber) @NotNull RestBuildLabelsBuildResultsControl.getResultLabels(@NotNull PlanKey planKey, int buildNumber) io.restassured.response.ResponseBuildResultsControl.getResultsResponse(PlanKey planKey) @NotNull LongDatabaseControl.getTestCasesCount(PlanKey planKey) PlansControl.getTriggerNames(@NotNull PlanKey planKey) @NotNull List<RestTrigger>PlansControl.getTriggers(@NotNull PlanKey planKey) voidPermissionsControl.grantPlanPermission(@NotNull PlanKey planKey, @NotNull BambooTestPermission permission) booleanPermissionsControl.hasPlanPermission(@NotNull PlanKey planKey, @NotNull BambooTestPermission permission) booleanCacheControl.isPlanCached(PlanKey planKey) booleanPlansControl.isPlanEnabled(@NotNull PlanKey planKey) booleanDatabaseControl.isVcsBranchMarkedAsDeleted(@NotNull PlanKey planKey, @NotNull String vcsBranchName) Checks if a given VCS branch for the specified plan is marked as deleted in the database, indicating that all plan branches referring to it should be cleaned up.voidTestsControl.quarantine(@NotNull PlanKey planKey, long testCaseId) voidPermissionsControl.revokePlanPermission(@NotNull PlanKey planKey, @NotNull BambooTestPermission permission) voidPlansControl.setPlanLabels(@NotNull PlanKey planKey, @NotNull List<String> labels) voidPermissionsControl.setPlanPermissions(@NotNull PlanKey planKey, @NotNull com.atlassian.bamboo.specs.api.builders.permission.Permissions permissions) Set complete plan permissionsPlansControl.triggerBuild(PlanKey planKey) Trigger buildPlansControl.triggerBuild(PlanKey planKey, Map<String, String> params) Trigger buildPlansControl.triggerBuildAndAwaitCompletion(PlanKey planKey) Trigger build and wait for the completionPlansControl.triggerBuildAndAwaitCompletion(PlanKey planKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) Trigger build and wait for the completionPlansControl.triggerBuildAndAwaitFailure(PlanKey planKey, int expectStatusCode) PlansControl.triggerBuildAndAwaitSuccess(@NotNull PlanKey planKey) PlansControl.triggerBuildWithResponse(PlanKey planKey, Map<String, String> parameters) voidPlansControl.triggerChangeDetection(@NotNull PlanKey planKey) PlansControl.triggerCustomRevisionBuildWithResponse(PlanKey planKey, String rev, Map<String, String> parameters) voidPlansControl.waitForCompletedBuild(PlanKey planKey, int buildNumber) Waits for a build that is completed (builds stopped are not included)PlansControl.waitForCompletedBuild(PlanKey planKey, int buildNumber, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout) PlansControl.waitForFailedBuild(@NotNull PlanKey planKey, int buildNumber) PlansControl.waitForFinishedBuild(PlanKey planKey, int buildNumber) Wait until build is finished (either completed or stopped)PlansControl.waitForStartedBuild(PlanKey planKey, int buildNumber) PlansControl.waitForSuccessfulBuild(@NotNull PlanKey planKey, int buildNumber) PlansControl.waitUntilBranchIsCreated(PlanKey key, String branchName) Wait unit plan branch with given name is created for chainPlansControl.waitUntilBranchIsCreatedAndEnabled(PlanKey key, String branchName) Wait unit plan branch with given name is created and enabled for chainPlansControl.waitUntilPlanIsAffectedInFailedSpecsRun(PlanKey planKey, int buildNumber) voidPlansControl.waitUntilPlanIsAffectedInSuccessfulSpecsRun(PlanKey planKey, int buildNumber) voidPlansControl.waitUntilPlanIsUpdated(PlanKey planKey, int buildNumber) -
Uses of PlanKey in com.atlassian.bamboo.testutils.backdoor.artifact
Methods in com.atlassian.bamboo.testutils.backdoor.artifact with parameters of type PlanKeyModifier and TypeMethodDescriptionArtifactsControl.createArtifact(@NotNull PlanKey producerJobKey) -
Uses of PlanKey in com.atlassian.bamboo.testutils.backdoor.model
Methods in com.atlassian.bamboo.testutils.backdoor.model that return PlanKey -
Uses of PlanKey in com.atlassian.bamboo.testutils.backdoor.plans
Methods in com.atlassian.bamboo.testutils.backdoor.plans with parameters of type PlanKeyModifier and TypeMethodDescription -
Uses of PlanKey in com.atlassian.bamboo.testutils.build.logger
Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidBuildLoggerManagerForTesting.removeBuildLogger(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.testutils.model
Methods in com.atlassian.bamboo.testutils.model that return PlanKeyMethods in com.atlassian.bamboo.testutils.model with parameters of type PlanKeyModifier and TypeMethodDescription -
Uses of PlanKey in com.atlassian.bamboo.testutils.model.deployments.projects
Methods in com.atlassian.bamboo.testutils.model.deployments.projects that return PlanKeyMethods in com.atlassian.bamboo.testutils.model.deployments.projects that return types with arguments of type PlanKeyMethods in com.atlassian.bamboo.testutils.model.deployments.projects with parameters of type PlanKeyMethod parameters in com.atlassian.bamboo.testutils.model.deployments.projects with type arguments of type PlanKeyModifier and TypeMethodDescriptionvoidTestDeploymentProjectDetails.setBranchKey(Optional<PlanKey> branchKey) -
Uses of PlanKey in com.atlassian.bamboo.testutils.specs
Methods in com.atlassian.bamboo.testutils.specs that return PlanKeyModifier and TypeMethodDescriptionstatic PlanKeyTestPlanSpecsHelper.getDefaultJobKey(com.atlassian.bamboo.specs.api.builders.plan.Plan plan) static PlanKeyTestPlanSpecsHelper.getDefaultJobKey(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) static PlanKeyTestPlanSpecsHelper.getJobKey(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan, com.atlassian.bamboo.specs.api.model.plan.JobProperties job) static PlanKeyTestPlanSpecsHelper.getPlanKey(com.atlassian.bamboo.specs.api.builders.plan.Plan plan) static PlanKeyTestPlanSpecsHelper.getPlanKey(com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties plan) static PlanKeyTestPlanSpecsHelper.getPlanKey(com.atlassian.bamboo.specs.api.model.plan.PlanProperties plan) -
Uses of PlanKey in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger that return PlanKeyMethods in com.atlassian.bamboo.trigger with parameters of type PlanKeyModifier and TypeMethodDescriptionTriggerConfigurationService.createTrigger(@NotNull PlanKey planKey, @NotNull TriggerModuleDescriptor triggerModuleDescriptor, @Nullable String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String, String> configuration, @NotNull Map<String, String> triggerConditionsConfiguration) Create a trigger Definition and save it against the planTriggerConfigurationServiceImpl.createTrigger(@NotNull PlanKey planKey, @NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String, String> configuration, @NotNull Map<String, String> triggerConditionsConfiguration) voidTriggerConfigurationService.createTriggerList(PlanKey planKey, @NotNull List<TriggerDefinition> triggerDefinitions) Initializes trigger list of a plan with the provided list.voidTriggerConfigurationServiceImpl.createTriggerList(PlanKey planKey, @NotNull List<TriggerDefinition> triggerDefinitions) voidTriggerConfigurationService.deleteTrigger(@NotNull PlanKey planKey, long triggerId) Delete a given trigger DefinitionvoidTriggerConfigurationServiceImpl.deleteTrigger(@NotNull PlanKey planKey, long triggerId) TriggerConfigurationService.editTrigger(@NotNull PlanKey planKey, long triggerId, @Nullable String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String, String> triggerConfigurationMap, @NotNull Map<String, String> triggerConditionsConfiguration) Update the details of specific triggerDefinitionTriggerConfigurationServiceImpl.editTrigger(@NotNull PlanKey planKey, long triggerId, @Nullable String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String, String> triggerConfigurationMap, @NotNull Map<String, String> triggerConditionsConfiguration) -
Uses of PlanKey in com.atlassian.bamboo.trigger.cron
Methods in com.atlassian.bamboo.trigger.cron with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanCronTriggerConfigurator.isAffectedByPlanDeletion(@NotNull PlanKey deletedPlanKey, @NotNull TriggerDefinition triggerDefinition) booleanCronTriggerConfigurator.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey, @NotNull TriggerDefinition triggerDefinition) -
Uses of PlanKey in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanAfterSuccessfulPlanTriggerConfigurator.isAffectedByPlanDeletion(@NotNull PlanKey deletedPlanKey, @NotNull TriggerDefinition triggerDefinition) booleanAfterSuccessfulStageTriggerConfigurator.isAffectedByPlanDeletion(@NotNull PlanKey deletedPlanKey, @NotNull TriggerDefinition triggerDefinition) booleanAfterSuccessfulPlanTriggerConfigurator.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey, @NotNull TriggerDefinition triggerDefinition) booleanAfterSuccessfulStageTriggerConfigurator.updatePlanKey(@NotNull PlanKey originalPlanKey, @NotNull PlanKey newPlanKey, @NotNull TriggerDefinition triggerDefinition) -
Uses of PlanKey in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util with parameters of type PlanKeyModifier and TypeMethodDescriptionstatic StringUrlUtils.replacePlanResultKeyInUrl(String url, PlanKey planKey, int newBuildNumber) -
Uses of PlanKey in com.atlassian.bamboo.v2.build
Methods in com.atlassian.bamboo.v2.build that return PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyBuildIdentifier.getTypedPlanKey()Full plan key (e.g.@NotNull PlanKeyBuildIdentifierImpl.getTypedPlanKey()Methods in com.atlassian.bamboo.v2.build that return types with arguments of type PlanKeyModifier and TypeMethodDescription@NotNull Map<PlanKey,ChainStorageTag> BuildContextImpl.getChainStorageTags()@NotNull Map<PlanKey,ChainStorageTag> CommonContext.getChainStorageTags()Methods in com.atlassian.bamboo.v2.build with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidBaseConfigurablePlugin.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) voidConfigurablePlugin.customizeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Extension point for adding/customizing requirements when editing a build's builder configuration.voidBaseConfigurablePlugin.removeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) voidConfigurablePlugin.removeBuildRequirements(@NotNull PlanKey planKey, @NotNull BuildConfiguration buildConfiguration, @NotNull RequirementSet requirementSet) Extension point for removing requirements when given plugin is excluded from build's builder configuration. -
Uses of PlanKey in com.atlassian.bamboo.v2.build.agent.capability
Constructors in com.atlassian.bamboo.v2.build.agent.capability with parameters of type PlanKeyModifierConstructorDescriptionRequirementImmutablePlanMapping(@NotNull CachedPlanManager cachedPlanManager, @NotNull Requirement requirement, @NotNull PlanKey jobKey) -
Uses of PlanKey in com.atlassian.bamboo.v2.build.agent.remote
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull ChainStorageTagRemoteAgentStorageTagService.getChainStorageTag(@NotNull PlanKey chainKey) voidRemoteBuildLoggerManager.removeBuildLogger(PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.v2.build.events
Methods in com.atlassian.bamboo.v2.build.events that return PlanKey -
Uses of PlanKey in com.atlassian.bamboo.v2.build.repository
Methods in com.atlassian.bamboo.v2.build.repository with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull FileRepositoryV2.getSourceCodeDirectory(@NotNull PlanKey planKey) Deprecated.since 3.3 Repository must handle checkout to any sub-directory. -
Uses of PlanKey in com.atlassian.bamboo.v2.build.requirement
Methods in com.atlassian.bamboo.v2.build.requirement with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull ImmutableRequirementRequirementService.addRequirement(@NotNull PlanKey jobKey, @NotNull String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Add new requirement to a job.@NotNull ImmutableRequirementRequirementServiceImpl.addRequirement(@NotNull PlanKey jobKey, @NotNull String key, @NotNull ImmutableRequirement.MatchType matchType, @Nullable String matchValue) @NotNull ExecutableAgentsMatrixRequirementService.getExecutableAgentMatrixForJob(@NotNull PlanKey jobKey) retrieve all executable agents for a particular job.@NotNull ExecutableAgentsMatrixRequirementServiceImpl.getExecutableAgentMatrixForJob(@NotNull PlanKey jobKey) @NotNull ImmutableRequirementRequirementService.getRequirementForJob(@NotNull PlanKey jobKey, long requirementId) Get a single requirement for a job.@NotNull ImmutableRequirementRequirementServiceImpl.getRequirementForJob(@NotNull PlanKey jobKey, long requirementId) @NotNull ImmutableRequirementRequirementService.getRequirementForJobWithConsistencyGuarantee(@NotNull PlanKey jobKey, long requirementId) Get a single requirement for a job.@NotNull ImmutableRequirementRequirementServiceImpl.getRequirementForJobWithConsistencyGuarantee(@NotNull PlanKey jobKey, long requirementId) @NotNull List<? extends ImmutableRequirement>RequirementService.getRequirementsForJob(@NotNull PlanKey jobKey) Get all requirements for jobs.@NotNull List<? extends ImmutableRequirement>RequirementServiceImpl.getRequirementsForJob(@NotNull PlanKey jobKey) voidRequirementService.removeRequirement(@NotNull PlanKey jobKey, long requirementId) Remove a specific requirementvoidRequirementServiceImpl.removeRequirement(@NotNull PlanKey jobKey, long requirementId) @NotNull ImmutableRequirementRequirementService.updateRequirement(@NotNull PlanKey jobKey, long requirementId, @NotNull String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Update an existing requirement.@NotNull ImmutableRequirementRequirementServiceImpl.updateRequirement(@NotNull PlanKey jobKey, long requirementId, @NotNull String key, @NotNull ImmutableRequirement.MatchType matchType, @Nullable String matchValue) @NotNull ErrorCollectionRequirementService.validateRequirementForAdd(@NotNull PlanKey jobKey, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details.@NotNull ErrorCollectionRequirementServiceImpl.validateRequirementForAdd(@NotNull PlanKey jobKey, @Nullable String key, @Nullable ImmutableRequirement.MatchType matchType, @Nullable String matchValue) @NotNull ErrorCollectionRequirementService.validateRequirementForUpdate(@NotNull PlanKey jobKey, long requirementId, @Nullable String key, ImmutableRequirement.MatchType matchType, @Nullable String matchValue) Validate requirement details@NotNull ErrorCollectionRequirementServiceImpl.validateRequirementForUpdate(@NotNull PlanKey jobKey, long requirementId, @Nullable String key, @Nullable ImmutableRequirement.MatchType matchType, @Nullable String matchValue) -
Uses of PlanKey in com.atlassian.bamboo.v2.build.trigger
Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanDefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey) booleanDefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey, @Nullable Set<? extends ImmutablePlan> plansBeingTriggered) booleanDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey) Checks if build should be blocked, and executes any parent builds if required.booleanDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey, @Nullable Set<? extends ImmutablePlan> siblings) Checks if build should be blocked, and executes any parent builds if required. -
Uses of PlanKey in com.atlassian.bamboo.v2.events
Constructors in com.atlassian.bamboo.v2.events with parameters of type PlanKeyModifierConstructorDescriptionChangeDetectionRequiredEvent(Object source, PlanKey planKey, TriggerDefinition triggerDefinition, boolean logIfNoChanges) ChangeDetectionRequiredEvent(Object source, PlanKey planKey, TriggerDefinition triggerDefinition, boolean logIfNoChanges, CacheAwareness.CacheInfo... cachesToIgnore) -
Uses of PlanKey in com.atlassian.bamboo.v2.trigger
Fields in com.atlassian.bamboo.v2.trigger declared as PlanKeyModifier and TypeFieldDescriptionprotected final PlanKeyAbstractDependentDetectionAction.planKeyMethods in com.atlassian.bamboo.v2.trigger with parameters of type PlanKeyModifier and TypeMethodDescriptionprotected BuildDetectionActionChangeDetectionListener.getChangeDetectionAction(PlanKey planKey, Set<Long> triggeringRepositories, Map<String, String> triggerConditionsConfiguration) protected BuildDetectionActionChangeDetectionListener.getChangeDetectionAction(PlanKey planKey, Set<Long> triggeringRepositories, Map<String, String> triggerConditionsConfiguration, boolean logIfNoChanges) Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanKeyModifierConstructorDescriptionChangeDetectionListenerAction(@NotNull PlanKey planKey, @NotNull Set<Long> triggeringRepositories, @NotNull Map<String, String> triggerConditionsConfiguration) ChangeDetectionListenerAction(PlanKey planKey, @NotNull Set<Long> triggeringRepositories, @NotNull Map<String, String> triggerConditionsConfiguration, boolean logIfNoChanges) -
Uses of PlanKey in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return PlanKeyModifier and TypeMethodDescription@NotNull PlanKeyDeploymentRepositoryBuildContext.getTypedPlanKey()Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type PlanKeyModifier and TypeMethodDescription@NotNull Map<PlanKey,ChainStorageTag> DeploymentRepositoryBuildContext.getChainStorageTags()Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type PlanKeyModifier and TypeMethodDescription@NotNull BuildRepositoryChangesLegacyChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesLegacyChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime with parameters of type PlanKeyModifier and TypeMethodDescriptiondefault BuildRepositoryChangesVcsChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @Nullable VcsBranch otherBranch, boolean otherBranchUnreliable) This method is used to generate the list of commits for an initial build of a plan branch.@NotNull BuildRepositoryChangesVcsChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesVcsChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of PlanKey in com.atlassian.bamboo.versioning
Methods in com.atlassian.bamboo.versioning with parameters of type PlanKeyModifier and TypeMethodDescriptionvoidPlanVersioningSupplement.incrementVersion(@Nullable PlanKey planKey, @Nullable org.hibernate.Session session) Optimization for rare case when we do not have plan on our hand, but we have planKey. -
Uses of PlanKey in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 with parameters of type PlanKeyModifier and TypeMethodDescriptionbooleanFreemarkerContext.hasLinkedDeployments(@Nullable PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return PlanKeyMethods in com.atlassian.bamboo.ww2.actions with parameters of type PlanKeyModifier and TypeMethodDescriptionCollection<? extends ExecutionStatus>PlanActionSupport.getCurrentlyBuildingPlans(@NotNull PlanKey planKey) -
Uses of PlanKey in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return PlanKeyModifier and TypeMethodDescriptionBuildQueueItemViewForJsonDecorator.getChainKey()@Nullable PlanKeyBuildQueueItemViewForJsonDecorator.getTypedJobKey()Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type PlanKeyModifierConstructorDescriptionBuildQueueItemViewForJsonDecorator(PlanKey chainKey, @Nullable String projectName, String shortChainName, @Nullable String fullChainName, @Nullable PlanKey jobKey, @Nullable String jobName, @Nullable String jobOrChainResultKey, @Nullable PlanResultKey chainResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch, boolean isExpectingCustomDedicatedAgent) -
Uses of PlanKey in com.atlassian.bamboo.ww2.actions.plan
Methods in com.atlassian.bamboo.ww2.actions.plan with parameters of type PlanKey -
Uses of PlanKey in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return PlanKeyModifier and TypeMethodDescriptionDecoratedPlan.DecoratedPlanBranchGist.getKey()@NotNull PlanKeyDecoratedPlan.getPlanKey()Methods in com.atlassian.bamboo.ww2.beans with parameters of type PlanKeyModifier and TypeMethodDescription@Nullable DecoratedPlanDecoratedStage.getJobWithKey(@NotNull PlanKey planKey) Get the job with the given key, returns null if no such job is found. -
Uses of PlanKey in it.com.atlassian.bamboo.deployments
Fields in it.com.atlassian.bamboo.deployments declared as PlanKey -
Uses of PlanKey in it.com.atlassian.bamboo.deployments.environments.service
Fields in it.com.atlassian.bamboo.deployments.environments.service declared as PlanKey -
Uses of PlanKey in it.com.atlassian.bamboo.deployments.projects.service
Fields in it.com.atlassian.bamboo.deployments.projects.service declared as PlanKey -
Uses of PlanKey in it.com.atlassian.bamboo.deployments.results.service
Fields in it.com.atlassian.bamboo.deployments.results.service declared as PlanKey -
Uses of PlanKey in it.com.atlassian.bamboo.deployments.versions.service
Fields in it.com.atlassian.bamboo.deployments.versions.service declared as PlanKey -
Uses of PlanKey in it.com.atlassian.bamboo.trigger
Fields in it.com.atlassian.bamboo.trigger declared as PlanKey