Uses of Class
com.atlassian.bamboo.plan.PlanKey

Packages that use PlanKey
com.atlassian.bamboo   
com.atlassian.bamboo.artifact   
com.atlassian.bamboo.brokenbuildtracker.notifications   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.artifact   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.chains.events   
com.atlassian.bamboo.comment   
com.atlassian.bamboo.container   
com.atlassian.bamboo.core   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.persistence   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.persistence   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.event   
com.atlassian.bamboo.event.artifact   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.hibernate   
com.atlassian.bamboo.index.buildresult.events   
com.atlassian.bamboo.jira.issuelink   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.mock   
com.atlassian.bamboo.pageobjects.helpers   
com.atlassian.bamboo.pageobjects.pages.admin   
com.atlassian.bamboo.pageobjects.pages.plan   
com.atlassian.bamboo.pageobjects.pages.plan.branch.configuration   
com.atlassian.bamboo.pageobjects.pages.plan.configuration   
com.atlassian.bamboo.pageobjects.pages.triggers   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.cache.index   
com.atlassian.bamboo.plan.vcsRevision   
com.atlassian.bamboo.plugins.git   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.jira.summary.build   
com.atlassian.bamboo.plugins.maven   
com.atlassian.bamboo.plugins.stash   
com.atlassian.bamboo.plugins.testutils.deployments   
com.atlassian.bamboo.plugins.testutils.plan   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.repository.cvsimpl   
com.atlassian.bamboo.repository.perforce   
com.atlassian.bamboo.repository.svn   
com.atlassian.bamboo.rest.adapter   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.search   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.security   
com.atlassian.bamboo.task   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.testutils.backdoor   
com.atlassian.bamboo.testutils.build.logger   
com.atlassian.bamboo.trigger   
com.atlassian.bamboo.util   
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.v2.build.agent.remote   
com.atlassian.bamboo.v2.build.events   
com.atlassian.bamboo.v2.build.queue   
com.atlassian.bamboo.v2.build.repository   
com.atlassian.bamboo.v2.build.requirement   
com.atlassian.bamboo.v2.build.trigger   
com.atlassian.bamboo.v2.trigger   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions   
com.atlassian.bamboo.ww2.actions.plan   
com.atlassian.bamboo.ww2.beans   
 

Uses of PlanKey in com.atlassian.bamboo
 

Methods in com.atlassian.bamboo with parameters of type PlanKey
 java.util.Collection<ErrorDetails> Bamboo.getErrorMessages(PlanKey planKey)
          Obtain all of the system logged error messages
 

Uses of PlanKey in com.atlassian.bamboo.artifact
 

Methods in com.atlassian.bamboo.artifact with parameters of type PlanKey
 java.util.List<MutableArtifact> ArtifactHibernateDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
           
 java.util.List<MutableArtifact> ArtifactDao.findPlanArtifactsReferencedByVersion(PlanKey planKey)
          Find all artifacts that belong to a plan are part of a deployment version.
 void ArtifactHibernateDao.removeByPlanKey(PlanKey planKey)
           
 void ArtifactDao.removeByPlanKey(PlanKey planKey)
          Remove all artifacts that belong to a plan and are not part of a deployment version.
 void ArtifactHibernateDao.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void ArtifactDao.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
          Update planKey in Artifact entities when plan key has changed (ie after moving plan)
 

Uses of PlanKey in com.atlassian.bamboo.brokenbuildtracker.notifications
 

Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanKey
UserRespAddedEvent(java.lang.Object source, PlanKey buildKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
UserResponsibilityEvent(java.lang.Object source, PlanKey buildKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
UserRespRemovedEvent(java.lang.Object source, PlanKey buildKey, java.lang.String userResponsible, java.lang.String userWhoUpdated, TrackingEntry trackingEntry)
           
 

Uses of PlanKey in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build with parameters of type PlanKey
 void DefaultStopBuildManager.cancelAllBuilds(PlanKey planKey, boolean abandonResult)
           
 void StopBuildManager.cancelAllBuilds(PlanKey planKey, boolean abandonResult)
          Will stop all builds running for plan identified by PlanKey
 java.util.List<LinkedJiraIssue> JiraIssueResultsManager.findJiraIssuesForPlanKey(PlanKey planKey)
          Finds a list of jira issues linked to a particular build key
 java.util.List<LinkedJiraIssue> LuceneBasedJiraIssueResultsManagerImpl.findJiraIssuesForPlanKey(PlanKey planKey)
           
 BuildDefinition BuildDefinitionManager.getBuildDefinition(PlanKey planKey)
          Returns a stateful version the build definition for the Plan.
 BuildDefinition DefaultBuildDefinitionManagerTx.getBuildDefinition(PlanKey planKey)
           
 BuildDefinition DefaultBuildDefinitionManager.getBuildDefinition(PlanKey planKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(PlanKey key)
          Deprecated. since 5.0 use $BuildLoggerManager.getLogger(com.atlassian.bamboo.Key) instead
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanKey key)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 java.lang.Iterable<CurrentlyBuilding> BuildExecutionManager.getCurrentlyExecuting(PlanKey planKey)
           
 java.lang.Iterable<CurrentlyBuilding> DefaultBuildExecutionManager.getCurrentlyExecuting(PlanKey planKey)
           
 BuildDefinition BuildDefinitionManager.getUnmergedBuildDefinition(PlanKey planKey)
          Returns a stateful version the build definition for the Plan.
 BuildDefinition DefaultBuildDefinitionManagerTx.getUnmergedBuildDefinition(PlanKey planKey)
           
 BuildDefinition DefaultBuildDefinitionManager.getUnmergedBuildDefinition(PlanKey planKey)
           
 void BuildLoggerManager.removeBuildLogger(PlanKey planKey)
          Removes plan logger for given plan key.
 void DefaultBuildExecutionManager.removeBuildLogger(PlanKey planKey)
          Deprecated. since 5.0 use respective method from BuildLoggerManager
 void BuildNumberGeneratorServiceImpl.synchroniseJobsBuildNumbers(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 void BuildNumberGeneratorService.synchroniseJobsBuildNumbers(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
          Synchronises build number between chain and job
 void BuildNumberGeneratorDaoImpl.updateJobsBuildNumbersNewTx(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 void BuildNumberGeneratorDao.updateJobsBuildNumbersNewTx(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 

Method parameters in com.atlassian.bamboo.build with type arguments of type PlanKey
 void PlanDependencyManager.adjustChildDependencyList(java.lang.String dependencyType, Plan plan, java.util.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.
 void PlanDependencyManagerImpl.adjustChildDependencyList(java.lang.String dependencyKey, Plan plan, java.util.Set<PlanKey> newChildPlanKeys, boolean overwriteExisting)
           
 void PlanDependencyManager.adjustParentDependencyList(java.lang.String dependencyType, Plan plan, java.util.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.
 void PlanDependencyManagerImpl.adjustParentDependencyList(java.lang.String dependencyKey, Plan childPlan, java.util.Set<PlanKey> newParentPlanKeys, boolean overwriteExisting)
           
 void BuildNumberGeneratorServiceImpl.synchroniseJobsBuildNumbers(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 void BuildNumberGeneratorService.synchroniseJobsBuildNumbers(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
          Synchronises build number between chain and job
 void BuildNumberGeneratorDaoImpl.updateJobsBuildNumbersNewTx(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 void BuildNumberGeneratorDao.updateJobsBuildNumbersNewTx(java.util.Set<PlanKey> jobKeys, PlanKey chainKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.build.artifact
 

Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanKey
 void ArtifactManager.removeArtifactsFromStorage(PlanKey planKey)
          Removes artifact files for all results of a single.
 void LocalArtifactManager.removeArtifactsFromStorage(PlanKey planKey)
           
 void AbstractArtifactManager.removeArtifactsFromStorage(PlanKey planKey)
           
 void S3ArtifactHandler.removeArtifactsFromStorage(PlanKey planKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void BambooRemoteArtifactHandler.removeArtifactsFromStorage(PlanKey planKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 void ArtifactHandler.removeArtifactsFromStorage(PlanKey planKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
          Removes artifact files for all results of a single.
 void AbstractLocalArtifactHandler.removeArtifactsFromStorage(PlanKey planKey, ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
           
 

Uses of PlanKey in com.atlassian.bamboo.build.creation
 

Methods in com.atlassian.bamboo.build.creation that return types with arguments of type PlanKey
 java.util.List<PlanKey> JobCreationService.createJobAndBranches(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan ifPlanEnabled)
           
 java.util.List<PlanKey> JobCreationServiceImpl.createJobAndBranches(BuildConfiguration buildConfiguration, ActionParametersMap actionParametersMap, PlanCreationService.EnablePlan enabled)
           
 

Methods in com.atlassian.bamboo.build.creation with parameters of type PlanKey
 void PlanCreationService.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  void PlanCreationTemplate.triggerCreationCompleteEvents(PlanKey planKey)
          Trigger the appropriate events after the plan has been saved successfully Calling this method is responsibility of class using this template.
 void JobCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey)
           
 void ChainCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey)
           
 void ChainBranchCreationServiceImpl.triggerCreationCompleteEvents(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.build.logger
 

Methods in com.atlassian.bamboo.build.logger with parameters of type PlanKey
 BuildLogger DefaultBuildLoggerManager.getBuildLogger(PlanKey key)
           
 void DefaultBuildLoggerManager.removeBuildLogger(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy that return PlanKey
 PlanKey CronTriggerBuildStrategy.getSourceBranch()
           
 PlanKey CronTriggerBuildStrategy.getSourcePlan()
           
 PlanKey SourcePlanAwareBuildStrategy.getSourcePlanKey(Triggerable triggerable)
           
 PlanKey CronTriggerBuildStrategy.getSourcePlanKey(Triggerable triggerable)
           
 PlanKey AfterSuccessfulPlanTrigger.getSourcePlanKey(Triggerable triggerable)
           
 PlanKey AfterSuccessfulPlanTrigger.getTriggeringBranchKey()
           
 PlanKey AfterSuccessfulPlanTrigger.getTriggeringPlanKey()
           
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type PlanKey
 BuildStrategy BuildStrategyConfigurationService.createBuildStrategy(PlanKey planKey, java.lang.String userDescription, java.util.Set<java.lang.Long> triggeringRepositories, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          Creates a BuildStrategy and saves it in Chain configuration.
 BuildStrategy BuildStrategyConfigurationServiceImpl.createBuildStrategy(PlanKey planKey, java.lang.String userDescription, java.util.Set<java.lang.Long> triggeringRepositories, org.apache.commons.configuration.HierarchicalConfiguration configuration)
           
 void BuildStrategyConfigurationService.deleteBuildStrategy(PlanKey planKey, long buildStrategyId)
          Delete a given BuildStrategy from Chain configuration.
 void BuildStrategyConfigurationServiceImpl.deleteBuildStrategy(PlanKey planKey, long buildStrategyId)
           
 BuildStrategy BuildStrategyConfigurationService.editBuildStrategy(PlanKey planKey, long buildStrategyId, java.lang.String userDescription, java.util.Set<java.lang.Long> triggeringRepositories, org.apache.commons.configuration.HierarchicalConfiguration configuration)
          Update the details of specific build strategy
 BuildStrategy BuildStrategyConfigurationServiceImpl.editBuildStrategy(PlanKey planKey, long buildStrategyId, java.lang.String userDescription, java.util.Set<java.lang.Long> triggeringRepositories, org.apache.commons.configuration.HierarchicalConfiguration configuration)
           
 java.util.Set<TriggerableInternalKey> EnvironmentDependencyServiceImpl.getEnvironmentsToTrigger(PlanKey planKey)
           
 java.util.Set<TriggerableInternalKey> EnvironmentDependencyService.getEnvironmentsToTrigger(PlanKey planKey)
           
 boolean PlanDeletionAwareBuildStrategy.isAffectedByPlanDeletion(PlanKey deletedPlanKey)
          Check if strategy will be affected when Plan is deleted.
 boolean CronTriggerBuildStrategy.isAffectedByPlanDeletion(PlanKey deletedPlanKey)
           
 boolean AfterSuccessfulPlanTrigger.isAffectedByPlanDeletion(PlanKey deletedPlanKey)
           
 boolean PlanKeyUpdateAwareBuildStrategy.isAffectedByPlanKeyUpdate(PlanKey originalPlanKey)
          Check if strategy will be affected when Plan's key will change
 boolean CronTriggerBuildStrategy.isAffectedByPlanKeyUpdate(PlanKey originalPlanKey)
           
 boolean AfterSuccessfulPlanTrigger.isAffectedByPlanKeyUpdate(PlanKey originalPlanKey)
           
 void CronTriggerBuildStrategy.setSourceBranch(PlanKey sourceBranch)
           
 void CronTriggerBuildStrategy.setSourcePlan(PlanKey sourcePlan)
           
 void AfterSuccessfulPlanTrigger.setTriggeringBranchKey(PlanKey triggeringBranchKey)
           
 void AfterSuccessfulPlanTrigger.setTriggeringPlanKey(PlanKey triggeringPlanKey)
           
 void PlanKeyUpdateAwareBuildStrategy.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
          Perform actual update of internal strategy state
 void CronTriggerBuildStrategy.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void AfterSuccessfulPlanTrigger.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 

Method parameters in com.atlassian.bamboo.build.strategy with type arguments of type PlanKey
 void EnvironmentDependencyServiceImpl.addDependencies(Triggerable dependent, long triggerId, java.util.Set<PlanKey> triggeringPlans)
           
 void EnvironmentDependencyService.addDependencies(Triggerable dependent, long triggerId, java.util.Set<PlanKey> triggeringPlans)
          Adds dependencies from triggeringPlans to a Triggerable
 void EnvironmentDependencyServiceImpl.replaceDependencies(Triggerable dependent, long triggerId, java.util.Set<PlanKey> triggeringPlans)
           
 void EnvironmentDependencyService.replaceDependencies(Triggerable dependent, long triggerId, java.util.Set<PlanKey> triggeringPlans)
          Removes all existing dependencies and adds new.
 

Uses of PlanKey in com.atlassian.bamboo.builder.coverage
 

Methods in com.atlassian.bamboo.builder.coverage with parameters of type PlanKey
 void CloverBuildProcessor.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
          This part is executed on server as a part of UI configuration.
 

Uses of PlanKey in com.atlassian.bamboo.builder.resultsfilter
 

Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type PlanKey
 int BuildResultsFilter.getFromBuildNumber(PlanKey planKey)
          The build number (inclusive) that extrenal callers can use to filter for a given plan.
 int TimeAgoBuildResultsFilter.getFromBuildNumber(PlanKey planKey)
           
 int Latest25FiveBuildResultsFilter.getFromBuildNumber(PlanKey planKey)
           
 int AllBuildResultsFilter.getFromBuildNumber(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.caching
 

Methods in com.atlassian.bamboo.caching with parameters of type PlanKey
 ImmutableChain DashboardCachingManager.getPlan(PlanKey planKey)
          Returns the cached plan for a given planKey
 ImmutableChain DashboardCachingManagerImpl.getPlan(PlanKey planKey)
           
 void DashboardCachingManager.removePlanFromCache(PlanKey planKey)
          Removes the plan from the cache
 void DashboardCachingManagerImpl.removePlanFromCache(PlanKey planKey)
           
 void DashboardCachingManager.updatePlanCache(PlanKey planKey)
          Refetches the passed plan key from the database
 void DashboardCachingManagerImpl.updatePlanCache(PlanKey planKey)
           
 

Method parameters in com.atlassian.bamboo.caching with type arguments of type PlanKey
 void DashboardCachingManager.removePlansFromCache(java.lang.Iterable<PlanKey> planKeys)
           
 void DashboardCachingManagerImpl.removePlansFromCache(java.lang.Iterable<PlanKey> planKeys)
           
 void DashboardCachingManager.updatePlanCache(java.util.Collection<PlanKey> planKeys)
          Refetches the passed plan keys from the database
 void DashboardCachingManagerImpl.updatePlanCache(java.util.Collection<PlanKey> planKeys)
           
 

Uses of PlanKey in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type PlanKey
 com.google.common.collect.Multimap<PlanKey,java.lang.Long> ChainStageHibernateDao.getChainStagesMarkedForDeletion()
           
 com.google.common.collect.Multimap<PlanKey,java.lang.Long> ChainStageDao.getChainStagesMarkedForDeletion()
           
static com.google.common.collect.Multimap<PlanKey,java.lang.Long> ChainStageTuple.groupByPlanKey(java.util.List<ChainStageTuple> list)
           
 

Methods in com.atlassian.bamboo.chains with parameters of type PlanKey
 java.util.List<ChainExecution> ChainExecutionManager.getExecutingChains(PlanKey planKey)
          Get the Collection of the state of the ChainExecution or empty collection when no chain is executing
 java.util.List<ChainExecution> ChainExecutionManagerImpl.getExecutingChains(PlanKey planKey)
           
 boolean ChainExecutionManager.isActive(PlanKey planKey)
          Checks if the Chain is "active" ie being queued, or building
 boolean ChainExecutionManagerImpl.isActive(PlanKey planKey)
           
 boolean ChainExecutionManager.isExecuting(PlanKey planKey)
          Checks if the Chain is building
 boolean ChainExecutionManagerImpl.isExecuting(PlanKey planKey)
           
 int ChainExecutionManager.numberOfChainsExecuting(PlanKey planKey)
          Determines the number of ChainExecutions are active for the given PlanKey
 int ChainExecutionManagerImpl.numberOfChainsExecuting(PlanKey planKey)
           
 void ChainExecutionManager.stop(PlanKey planKey)
          Stops all executing instances of the Chain represented by PlanKey
 void ChainExecutionManagerImpl.stop(PlanKey planKey)
           
 

Constructors in com.atlassian.bamboo.chains with parameters of type PlanKey
ChainStageTuple(java.lang.Long stageId, PlanKey planKey, java.lang.Long masterPlanId)
           
 

Uses of PlanKey in com.atlassian.bamboo.chains.events
 

Methods in com.atlassian.bamboo.chains.events that return PlanKey
 PlanKey ChainMovedEvent.getNewPlanKey()
           
 PlanKey ChainMovedEvent.getOriginalPlanKey()
           
 

Constructors in com.atlassian.bamboo.chains.events with parameters of type PlanKey
ChainMovedEvent(java.lang.Object source, PlanKey originalPlanKey, PlanKey newPlanKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.comment
 

Methods in com.atlassian.bamboo.comment with parameters of type PlanKey
 java.util.List<Comment> CommentHibernateDao.getCommentsForBuildResults(PlanKey planKey)
           
 java.util.List<Comment> CommentManager.getCommentsForBuildResults(PlanKey planKey)
          Get all comments associated with Plan's build results
 java.util.List<Comment> CommentDao.getCommentsForBuildResults(PlanKey planKey)
           
 java.util.List<Comment> CommentManagerImpl.getCommentsForBuildResults(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.container
 

Methods in com.atlassian.bamboo.container with parameters of type PlanKey
 java.util.Collection<ErrorDetails> BambooContainer.getErrorMessages(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.core
 

Methods in com.atlassian.bamboo.core with parameters of type PlanKey
static
<V,E extends java.lang.Throwable>
V
ScopedExclusionServiceHelper.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 java.lang.Throwable>
V
ScopedExclusionServiceHelper.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 PlanKey
static
<V,E extends java.lang.Throwable>
V
ScopedExclusionServiceHelper.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 java.lang.Throwable>
V
ScopedExclusionServiceHelper.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 PlanKey
 java.util.Set<PlanKey> DeletionService.deletePlans(java.lang.Iterable<java.lang.String> planKeys)
           
 java.util.Set<PlanKey> DeletionServiceImpl.deletePlans(java.lang.Iterable<java.lang.String> planKeys)
           
 java.util.Set<PlanKey> DeletionService.deleteProjects(java.lang.Iterable<java.lang.String> projectKeys)
           
 java.util.Set<PlanKey> DeletionServiceImpl.deleteProjects(java.lang.Iterable<java.lang.String> projectKeys)
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments with parameters of type PlanKey
static InternalDeploymentProject DeploymentMocks.mockDeploymentProject(long id, java.lang.String name, java.lang.String description, PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments.cache
 

Methods in com.atlassian.bamboo.deployments.cache with parameters of type PlanKey
 java.util.List<LinkedDeploymentProject> LinkedDeploymentProjectCacheServiceImpl.getPlanAndBranchesRelatedDeployments(PlanKey masterOrBranchKey)
           
 java.util.List<LinkedDeploymentProject> LinkedDeploymentProjectCacheService.getPlanAndBranchesRelatedDeployments(PlanKey masterOrBranchKey)
          Retrieve list of deployment projects associated with any of the branches in the plan
 java.util.List<LinkedDeploymentProject> LinkedDeploymentProjectCacheServiceImpl.getRelatedDeployments(PlanKey planKey)
           
 java.util.List<LinkedDeploymentProject> LinkedDeploymentProjectCacheService.getRelatedDeployments(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service that return PlanKey
 PlanKey EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 PlanKey EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 

Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type PlanKey
 PlanKey EnvironmentTriggerServiceImpl.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 PlanKey EnvironmentTriggerService.getCalculatedTriggeringPlanKey(InternalEnvironment environment, DeploymentTriggerBranchSelectionMode branchSelectionMode, PlanKey customBranchKey)
           
 void EnvironmentServiceImpl.updatePlanKey(long deploymentProjectId, PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void EnvironmentService.updatePlanKey(long deploymentProjectId, PlanKey originalPlanKey, PlanKey newPlanKey)
          Update planKey in Environment related configuration when plan key has changed (ie after moving plan).
 

Uses of PlanKey in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions that return PlanKey
 PlanKey ExecuteManualDeployment.getMasterPlanKey()
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments.execution.triggering
 

Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanKey
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey)
           
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey)
          Creates EnvironmentTriggeringAction used during scheduled execution of Environment.
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanKey
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments.projects
 

Methods in com.atlassian.bamboo.deployments.projects that return PlanKey
 PlanKey DeploymentProjectImpl.getPlanKey()
           
 PlanKey InternalDeploymentProject.getPlanKey()
           
 PlanKey DeploymentProjectIdentifier.getPlanKey()
           
 

Uses of PlanKey in com.atlassian.bamboo.deployments.projects.persistence
 

Methods in com.atlassian.bamboo.deployments.projects.persistence that return PlanKey
 PlanKey MutableDeploymentProjectImpl.getPlanKey()
           
 

Methods in com.atlassian.bamboo.deployments.projects.persistence with parameters of type PlanKey
 java.util.List<MutableDeploymentProject> DeploymentProjectDaoImpl.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
           
 java.util.List<MutableDeploymentProject> DeploymentProjectDao.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
          Get DeploymentProjects linked to Plan with planKey.
 void MutableDeploymentProjectImpl.setPlanKey(PlanKey planKey)
           
 void MutableDeploymentProject.setPlanKey(PlanKey planKey)
           
 

Method parameters in com.atlassian.bamboo.deployments.projects.persistence with type arguments of type PlanKey
 java.util.List<MutableDeploymentProject> DeploymentProjectDaoImpl.getDeploymentProjectsRelatedToPlans(java.util.Set<PlanKey> planKeyFamily)
           
 java.util.List<MutableDeploymentProject> DeploymentProjectDao.getDeploymentProjectsRelatedToPlans(java.util.Set<PlanKey> planKeyFamily)
          Get DeploymentProjects linked to Plan identified with any of plan keys.
 

Uses of PlanKey in com.atlassian.bamboo.deployments.projects.service
 

Methods in com.atlassian.bamboo.deployments.projects.service with parameters of type PlanKey
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsRelatedToPlan(PlanKey planKey)
          Retrieve the deployment projects that are linked to a specific plan
 java.util.List<DeploymentProject> DeploymentProjectServiceImpl.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
           
 java.util.List<DeploymentProject> DeploymentProjectService.getDeploymentProjectsRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
          Retrieve the deployment projects that are linked to a specific plan or any of its branches
 java.util.List<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlan(PlanKey planKey)
           
 java.util.List<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlan(PlanKey planKey)
          Retrieve the deployment projects that are linked to a specific plan.
 java.util.List<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
           
 java.util.List<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlanOrBranches(PlanKey masterOrBranchPlanKey)
          Retrieve the deployment projects that are linked to a specific plan or any of its branches.
 void DeploymentProjectServiceImpl.unlinkDeploymentProjectsRelatedToPlan(PlanKey planKey)
           
 void DeploymentProjectService.unlinkDeploymentProjectsRelatedToPlan(PlanKey planKey)
          Remove all references to a Plan from all related deployment projects.
 void DeploymentProjectServiceImpl.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void DeploymentProjectService.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
          Update planKey in DeploymentProject when plan key has changed (ie after moving plan).
 ErrorCollection DeploymentProjectServiceImpl.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, PlanKey newPlanKey, java.util.List<EnvironmentTriggerValidationError> triggerValidationErrors)
           
 ErrorCollection DeploymentProjectService.validateTriggerConfigurationOnPlanChange(long deploymentProjectId, PlanKey newPlanKey, java.util.List<EnvironmentTriggerValidationError> triggerValidationErrors)
          Validate trigger configuration on deployment project's plan change
 

Uses of PlanKey in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type PlanKey
protected  Pair<DeploymentVersion,PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(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 PlanKey
 DeploymentVersionSearchCriteria.Builder DeploymentVersionSearchCriteria.Builder.createdFromBranch(PlanKey branchKey)
           
 MutableDeploymentVersion DeploymentVersionDaoImpl.findLatestVersionForProject(long deploymentProjectId, PlanKey branchKey)
           
 MutableDeploymentVersion DeploymentVersionDao.findLatestVersionForProject(long deploymentProjectId, PlanKey branchKey)
          Find the latest version for a deployment project.
 DeploymentVersionSearchCriteria.Builder DeploymentVersionSearchCriteria.Builder.notCreatedFromBranch(PlanKey branchKey)
           
 void DeploymentVersionDaoImpl.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void DeploymentVersionDao.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
          Update planKey in DeploymentVersion's related entities when plan key has changed (ie after moving plan)
 

Uses of PlanKey in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type PlanKey
 DeploymentVersion DeploymentVersionServiceImpl.getLatestVersionForProject(long deploymentProjectId, PlanKey branchKey)
           
 DeploymentVersion DeploymentVersionService.getLatestVersionForProject(long deploymentProjectId, PlanKey branchKey)
          Find the latest version for a deployment project.
 boolean DeploymentVersionServiceImpl.hasVersionsUnrelatedToBranch(long deploymentProjectId, PlanKey branchKey)
           
 boolean DeploymentVersionService.hasVersionsUnrelatedToBranch(long deploymentProjectId, PlanKey branchKey)
          Test if there are DeploymentVersions in a DeploymentProject that are unrelated to given branch
 java.util.List<DeploymentVersion> DeploymentVersionServiceImpl.searchVersionsByBranch(long deploymentProjectId, PlanKey branchKey)
           
 java.util.List<DeploymentVersion> DeploymentVersionService.searchVersionsByBranch(long deploymentProjectId, PlanKey branchKey)
          Search for deployment versions in a project whose name contains the searchTerm
 java.util.List<DeploymentVersion> DeploymentVersionServiceImpl.searchVersionsByBranchAndName(long deploymentProjectId, PlanKey branchKey, java.lang.String searchTerm)
           
 java.util.List<DeploymentVersion> DeploymentVersionService.searchVersionsByBranchAndName(long deploymentProjectId, PlanKey branchKey, java.lang.String searchTerm)
          Search for deployment versions in a project whose name contains the searchTerm
 void DeploymentVersionServiceImpl.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
           
 void DeploymentVersionService.updatePlanKey(PlanKey originalPlanKey, PlanKey newPlanKey)
          Update planKey in DeploymentVersion's related entities when plan key has changed (ie after moving plan)
 

Uses of PlanKey in com.atlassian.bamboo.event
 

Fields in com.atlassian.bamboo.event declared as PlanKey
protected  PlanKey ChainEvent.planKey
           
 

Fields in com.atlassian.bamboo.event with type parameters of type PlanKey
 java.util.Map<PlanKey,PlanKey> BuildsMovedEvent.planKeyChangesMap
           
 java.util.Map<PlanKey,PlanKey> BuildsMovedEvent.planKeyChangesMap
           
 

Methods in com.atlassian.bamboo.event that return PlanKey
 PlanKey ResultsSummaryUpdatedEvent.getPlanKey()
           
 PlanKey PlanSuspensionRequestedEvent.getPlanKey()
          Get the PlanKey of the Chain
 PlanKey PlanEvent.getPlanKey()
          Get the PlanKey of the Plan
 PlanKey ChainEvent.getPlanKey()
          Get the PlanKey of the Chain
 PlanKey BuildEvent.getPlanKey()
          Gets the PlanKey
 

Methods in com.atlassian.bamboo.event that return types with arguments of type PlanKey
 java.util.Map<PlanKey,PlanKey> BuildsMovedEvent.getPlanKeyChangesMap()
          Gets the mapping between old and new plan keys.
 java.util.Map<PlanKey,PlanKey> BuildsMovedEvent.getPlanKeyChangesMap()
          Gets the mapping between old and new plan keys.
 java.lang.Iterable<PlanKey> MultipleJobsDeletedEvent.getPlanKeys()
           
 java.lang.Iterable<PlanKey> MultipleChainsDeletedEvent.getPlanKeys()
           
 

Constructors in com.atlassian.bamboo.event with parameters of type PlanKey
BuildConfigurationUpdatedEvent(java.lang.Object source, PlanKey planKey)
           
BuildEvent(java.lang.Object source, PlanKey planKey)
           
BuildRequirementUpdatedEvent(java.lang.Object source, PlanKey planKey)
           
ChainCreatedEvent(java.lang.Object source, PlanKey planKey)
           
ChainDeletedEvent(java.lang.Object source, PlanKey planKey, long id)
           
ChainEvent(java.lang.Object source, PlanKey chainKey)
           
ChainUpdatedEvent(java.lang.Object source, PlanKey planKey)
           
PlanFavouriteAddedEvent(java.lang.Object source, PlanKey chainKey, com.atlassian.user.User user)
           
PlanFavouriteEvent(java.lang.Object source, PlanKey chainKey, com.atlassian.user.User user)
           
PlanFavouriteRemovedEvent(java.lang.Object source, PlanKey chainKey, com.atlassian.user.User user)
           
PlanSuspensionRequestedEvent(java.lang.Object source, PlanKey chainKey, java.lang.String message)
           
 

Constructor parameters in com.atlassian.bamboo.event with type arguments of type PlanKey
BuildsMovedEvent(java.lang.Object object, java.util.Map<PlanKey,PlanKey> planKeyChangesMap)
           
BuildsMovedEvent(java.lang.Object object, java.util.Map<PlanKey,PlanKey> planKeyChangesMap)
           
MultipleChainsDeletedEvent(java.lang.Iterable<PlanKey> planKeys)
           
MultipleJobsDeletedEvent(java.lang.Iterable<PlanKey> planKeys)
           
 

Uses of PlanKey in com.atlassian.bamboo.event.artifact
 

Constructors in com.atlassian.bamboo.event.artifact with parameters of type PlanKey
PlanArtifactDefinitionAddedEvent(java.lang.Object source, PlanKey chainKey, ArtifactDefinition artifactDefinition)
           
PlanArtifactDefinitionEvent(java.lang.Object source, PlanKey chainKey, ArtifactDefinition artifactDefinition)
           
PlanArtifactDefinitionUpdatedEvent(java.lang.Object source, PlanKey chainKey, ArtifactDefinition artifactDefinition)
           
 

Uses of PlanKey in com.atlassian.bamboo.fileserver
 

Methods in com.atlassian.bamboo.fileserver with parameters of type PlanKey
static java.io.File SystemDirectory.getArtifactDestinationDirectory(PlanKey planKey, java.lang.String version, ArtifactDefinitionContext artifact)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
 java.io.File ArtifactStorage.getArtifactDestinationDirectory(PlanKey planKey, java.lang.String version, ArtifactDefinitionContext artifact)
           
 java.lang.String ArtifactPaths.getArtifactDestinationDirectory(PlanKey planKey, java.lang.String version, ImmutableArtifactDefinitionBase artifact)
           
static java.io.File SystemDirectory.getArtifactDirectory(PlanKey planKey)
          Deprecated. since 4.2 use an appropriate method on $SystemDirectory.getArtifactStorage()
 java.io.File ArtifactStorage.getArtifactDirectory(PlanKey planKey)
           
 java.lang.String ArtifactPaths.getArtifactDirectory(PlanKey planKey)
           
 java.lang.String ArtifactPaths.getArtifactDirectory(PlanKey planKey, int buildNumber)
           
 

Uses of PlanKey in com.atlassian.bamboo.filter
 

Methods in com.atlassian.bamboo.filter that return PlanKey
 PlanKey UrlRewriteFilter.getPlanKey(java.lang.String path)
           
 

Uses of PlanKey in com.atlassian.bamboo.hibernate
 

Methods in com.atlassian.bamboo.hibernate that return types with arguments of type PlanKey
static java.lang.Iterable<PlanKey> CacheInvalidators.getAffectedPlanKeys(com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap, com.google.common.base.Predicate<ImmutableChain> predicate)
           
 java.lang.Iterable<PlanKey> AbstractCacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
           
 

Method parameters in com.atlassian.bamboo.hibernate with type arguments of type PlanKey
static java.lang.Iterable<PlanKey> CacheInvalidators.getAffectedPlanKeys(com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap, com.google.common.base.Predicate<ImmutableChain> predicate)
           
 java.lang.Iterable<PlanKey> AbstractCacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
           
 

Uses of PlanKey in com.atlassian.bamboo.index.buildresult.events
 

Methods in com.atlassian.bamboo.index.buildresult.events that return PlanKey
 PlanKey ChainIndexedEvent.getPlanKey()
           
 PlanKey ChainDeindexedEvent.getPlanKey()
           
 

Constructors in com.atlassian.bamboo.index.buildresult.events with parameters of type PlanKey
ChainDeindexedEvent(Indexer source, PlanKey planKey, java.util.Set<java.lang.String> jiraIssueKeys)
           
ChainIndexedEvent(Indexer source, PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.jira.issuelink
 

Methods in com.atlassian.bamboo.jira.issuelink with parameters of type PlanKey
 void JiraBranchLinkingService.linkBranchToIssueIfRequiredAsync(PlanKey planKey, java.lang.String username)
          Looks for an issue key in the branch name.
 void JiraBranchLinkingServiceImpl.linkBranchToIssueIfRequiredAsync(PlanKey planKey, java.lang.String username)
           
 

Uses of PlanKey in com.atlassian.bamboo.labels
 

Methods in com.atlassian.bamboo.labels with parameters of type PlanKey
 int LabelManager.addLabel(java.lang.String labelName, PlanKey planKey, com.atlassian.user.User user)
          Creates a normal label for a plan
 int LabelManagerImpl.addLabel(java.lang.String labelName, PlanKey planKey, com.atlassian.user.User user)
           
 int LabelManager.removeLabel(java.lang.String labelName, PlanKey planKey, com.atlassian.user.User user)
          Remove the standard label for a plan (not all the labels for that plan)
 int LabelManagerImpl.removeLabel(java.lang.String labelName, PlanKey planKey, com.atlassian.user.User user)
           
 

Uses of PlanKey in com.atlassian.bamboo.logger
 

Methods in com.atlassian.bamboo.logger that return PlanKey
 PlanKey DecoratedErrorDetailsImpl.getParentPlanKey()
           
 

Uses of PlanKey in com.atlassian.bamboo.mock
 

Methods in com.atlassian.bamboo.mock with parameters of type PlanKey
static ArtifactDefinition BambooMocks.mockArtifactDefinition(long id, java.lang.String name, java.lang.String location, java.lang.String copyPattern, boolean sharedArtifact, PlanKey producerJobKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.pageobjects.helpers
 

Methods in com.atlassian.bamboo.pageobjects.helpers that return PlanKey
 PlanKey PlanHelper.createBranch(TestBuildDetails plan, java.lang.String vcsBranch, java.lang.String branchName)
           
 

Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type PlanKey
 void PlanHelper.deletePlan(PlanKey planKey)
           
 void PlanHelper.runPlanAndWaitForSuccessfulResult(PlanKey planKey)
           
 ResultSummaryPage PlanHelper.runPlanWaitForSuccessfulResult(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.admin
 

Methods in com.atlassian.bamboo.pageobjects.pages.admin with parameters of type PlanKey
 MovePlansPage MovePlansPage.withPlan(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.plan
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanKey
PlanHistoryPage(PlanKey planKey)
           
PlanSummaryPage(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 PlanKey
 PlanKey BranchConfigurationDetailsPage.getPlanKey()
           
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan.branch.configuration with parameters of type PlanKey
BranchConfigurationDetailsPage(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 PlanKey
 PlanKey DependenciesConfigurationPage.PlanDependencyElement.getPlanKey()
           
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration that return types with arguments of type PlanKey
 java.lang.Iterable<PlanKey> DependenciesConfigurationPage.getChildPlanKeys()
           
 

Methods in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type PlanKey
 com.atlassian.pageobjects.elements.PageElement StageElement.getJobByKey(PlanKey key)
           
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan.configuration with parameters of type PlanKey
ArtifactConfigurationPage(PlanKey jobKey)
           
ConfigurePlanTriggersPage(PlanKey planKey)
           
DeletePlanPage(PlanKey planKey)
           
DependenciesConfigurationPage(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.pageobjects.pages.triggers
 

Methods in com.atlassian.bamboo.pageobjects.pages.triggers with parameters of type PlanKey
 CronTriggerComponent CronTriggerComponent.assertCustomSourceBranch(PlanKey branchKey)
           
 AfterSuccessfulPlanTriggerComponent AfterSuccessfulPlanTriggerComponent.assertCustomTriggeringBranch(PlanKey branchKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.plan
 

Fields in com.atlassian.bamboo.plan with type parameters of type PlanKey
static com.google.common.base.Function<PlanKey,PlanKey> PlanKeys.CHAIN_KEY_FROM_JOB_KEY
           
static com.google.common.base.Function<PlanKey,PlanKey> PlanKeys.CHAIN_KEY_FROM_JOB_KEY
           
static com.google.common.base.Function<PlanKeyProvider,PlanKey> PlanKeyProvider.getPlanKey
           
static com.google.common.base.Function<PlanIdentifier,PlanKey> PlanIdentifier.getPlanKeyFunction
          Function to extract PlanKey from PlanIdentifier
static com.google.common.base.Function<PlanKey,java.lang.String> PlanKeys.PARTIAL_JOB_KEY_FROM_JOB_KEY
           
static java.util.Comparator<PlanKey> PlanKeys.PLAN_KEY_COMPARATOR
           
static com.google.common.base.Function<java.lang.String,PlanKey> PlanKeys.PLAN_KEY_FROM_STRING
          Deprecated. since 5.2 Use PlanKeys.planKeyFromString()
static com.google.common.base.Function<PlanKey,java.lang.String> PlanKeys.planKeyToKey
           
static com.google.common.base.Function<PlanKey,java.lang.String> PlanKeys.SHORT_KEY_FROM_PLAN_KEY
           
 

Methods in com.atlassian.bamboo.plan that return PlanKey
 PlanKey PlanKeyUserType.fromString(java.lang.String key)
           
static PlanKey PlanKeys.getChainKeyFromJobKey(PlanKey jobKey)
          Extracts a Chain key from a jobKey and creates new PlanKey For example, BAM-REL-UNIT becomes BAM-REL
static PlanKey PlanKeys.getChainKeyIfJobKey(PlanKey jobKey)
          Extracts a Chain key from a jobKey and creates new PlanKey For example, BAM-REL-UNIT becomes BAM-REL Returns a Chain key if the passed in key is a Job key, otherwise a null is returned
 PlanKey PlanStatusHistoryAction.getJobKey()
           
static PlanKey PlanKeys.getJobKey(PlanKey chainPlanKey, java.lang.String jobKey)
          Joins the a Chain key and a jobKey part to create a Job PlanKey For example, BAM-REL and UNIT becomes BAM-REL-UNIT
static PlanKey PlanHelper.getMasterPlanKey(ImmutablePlan plan)
          Get planKey of master plan if plan has master or planKey of passed plan otherwise.
 PlanKey PlanResultKey.getPlanKey()
          Returns the key component of this PlanResultKey
 PlanKey PlanPermissionSkeleton.getPlanKey()
          Deprecated.  
 PlanKey PlanKeyProvider.getPlanKey()
           
 PlanKey PlanIdentifier.getPlanKey()
          Get the PlanKey identifier for this Plan
 PlanKey PlanAwareContext.getPlanKey()
           
 PlanKey PlanStatusHistoryAction.getPlanKey()
           
 PlanKey TriggerableInternalKeyImpl.getPlanKey()
           
 PlanKey PlanIdentifierImpl.getPlanKey()
           
 PlanKey PlanAwareContextImpl.getPlanKey()
           
 PlanKey AbstractPlan.getPlanKey()
           
static PlanKey PlanKeys.getPlanKey(java.lang.String planKey)
          Creates a PlanKey from its string form 'BAM-BOO' or from the result key form 'BAM-BOO-123'
static PlanKey PlanKeys.getPlanKey(java.lang.String projectKey, java.lang.String buildKey)
          Creates a PlanKey from project key and build key
static PlanKey PlanKeys.getPlanKey(java.lang.String projectKey, java.lang.String chainKey, java.lang.String buildKey)
          Creates a PlanKey from project key, parent chain key and build key
static PlanKey PlanKeys.updatePlanKeyInBranchKey(PlanKey branchKey, PlanKey originalPlanKey, PlanKey newPlanKey)
          Update plan key part in branch key
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanKey
<T extends Plan>
java.util.List<PlanKey>
PlanManager.getAllPlanKeys(java.lang.Class<T> planType)
          Returns keys of all Plan's filtered by Class.
<T extends Plan>
java.util.List<PlanKey>
PlanManagerImpl.getAllPlanKeys(java.lang.Class<T> planType)
           
 java.util.Set<PlanKey> PlanParticleManager.getConsumersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
          Return collection of Plan keys registered as planParticle consumers
 java.util.Set<PlanKey> PlanParticleManagerImpl.getConsumersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
           
 java.util.Set<PlanKey> PlanParticleManager.getConsumersPlanKeys(PlanKey planKey)
          Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
 java.util.Set<PlanKey> PlanParticleManagerImpl.getConsumersPlanKeys(PlanKey planKey)
           
 java.util.List<PlanKey> PlanHibernateDao.getJobKeys(PlanKey chainKey)
           
 java.util.List<PlanKey> PlanDao.getJobKeys(PlanKey chainKey)
          Return all plan keys of Jobs that belong to a Chain
static java.util.Set<PlanKey> PlanHelper.getMasterAndBranchesKeys(CachedPlanManager cachedPlanManager, PlanKey masterOrBranchKey)
          Get keys of all branches and master plan.
<T extends Plan>
java.util.List<PlanKey>
PlanHibernateDao.getPlanKeys(java.lang.Class<T> planType)
           
<T extends Plan>
java.util.List<PlanKey>
PlanDao.getPlanKeys(java.lang.Class<T> planType)
          Returns all plan keys of a particular type
 java.util.Set<PlanKey> PlanParticleManager.getProducersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
          Return collection of Plan keys registered as planParticle producers
 java.util.Set<PlanKey> PlanParticleManagerImpl.getProducersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
           
 java.util.Set<PlanKey> PlanParticleManager.getProducersPlanKeys(PlanKey planKey)
          Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
 java.util.Set<PlanKey> PlanParticleManagerImpl.getProducersPlanKeys(PlanKey planKey)
           
 java.util.Map<PlanKey,PlanKey> MovePlansException.getSuccessfulPlanKeyChanges()
           
 java.util.Map<PlanKey,PlanKey> MovePlansException.getSuccessfulPlanKeyChanges()
           
 java.util.Map<PlanKey,PlanKey> MovePlanService.movePlansToProject(java.util.Collection<TopLevelPlan> plans, Project project, java.util.Map<java.lang.String,java.lang.String> planKeyMappings, java.util.Map<java.lang.String,java.lang.String> planNameMappings)
          Moves a list of plans to a new project.
 java.util.Map<PlanKey,PlanKey> MovePlanService.movePlansToProject(java.util.Collection<TopLevelPlan> plans, Project project, java.util.Map<java.lang.String,java.lang.String> planKeyMappings, java.util.Map<java.lang.String,java.lang.String> planNameMappings)
          Moves a list of plans to a new project.
 java.util.Map<PlanKey,PlanKey> MovePlanServiceImpl.movePlansToProject(java.util.Collection<TopLevelPlan> plans, Project project, java.util.Map<java.lang.String,java.lang.String> planKeyMappings, java.util.Map<java.lang.String,java.lang.String> planNameMappings)
           
 java.util.Map<PlanKey,PlanKey> MovePlanServiceImpl.movePlansToProject(java.util.Collection<TopLevelPlan> plans, Project project, java.util.Map<java.lang.String,java.lang.String> planKeyMappings, java.util.Map<java.lang.String,java.lang.String> planNameMappings)
           
static com.google.common.base.Function<PlanIdentifier,PlanKey> PlanKeys.planKeyFromPlan()
           
static com.google.common.base.Function<PlanResultKey,PlanKey> PlanKeys.planKeyFromPlanResultKey()
           
static com.google.common.base.Function<java.lang.String,PlanKey> PlanKeys.planKeyFromString()
           
static com.google.common.base.Function<PlanKey,java.lang.String> PlanKeys.planKeyToString()
           
 java.util.Map<PlanKey,PlanKey> MovePlanServiceImpl.updatePlanDetails(Chain chain, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
           
 java.util.Map<PlanKey,PlanKey> MovePlanServiceImpl.updatePlanDetails(Chain chain, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
           
 

Methods in com.atlassian.bamboo.plan with parameters of type PlanKey
 void PlanParticleManager.adjustPlanParticles(PlanKey planKey, java.util.Collection<? extends PlanParticle> consumedParticles, java.util.Collection<? extends PlanParticle> producedParticles)
          Adjust list of plan's consumed and produced particles.
 void PlanParticleManagerImpl.adjustPlanParticles(PlanKey planKey, java.util.Collection<? extends PlanParticle> consumedParticles, java.util.Collection<? extends PlanParticle> producedParticles)
           
 int PlanKey.compareTo(PlanKey planKey)
           
static PlanKey PlanKeys.getChainKeyFromJobKey(PlanKey jobKey)
          Extracts a Chain key from a jobKey and creates new PlanKey For example, BAM-REL-UNIT becomes BAM-REL
static PlanKey PlanKeys.getChainKeyIfJobKey(PlanKey jobKey)
          Extracts a Chain key from a jobKey and creates new PlanKey For example, BAM-REL-UNIT becomes BAM-REL Returns a Chain key if the passed in key is a Job key, otherwise a null is returned
 java.util.Set<PlanKey> PlanParticleManager.getConsumersPlanKeys(PlanKey planKey)
          Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
 java.util.Set<PlanKey> PlanParticleManagerImpl.getConsumersPlanKeys(PlanKey planKey)
           
 java.util.List<CurrentlyBuilding> PlanExecutionManager.getCurrentlyBuildingForPlan(PlanKey planKey)
          Returns all for specified PlanKey In case plan is a Chain instance, all currently running jobs will be returned
 java.util.List<CurrentlyBuilding> PlanExecutionManagerImpl.getCurrentlyBuildingForPlan(PlanKey planKey)
           
 java.util.Collection<? extends ExecutionStatus> ExecutionStatusProvider.getExecutionStatus(PlanKey planKey)
          Returns a collection of current ExecutionStatuss for PlanKey
 java.util.Collection<? extends ExecutionStatus> PlanExecutionManagerImpl.getExecutionStatus(PlanKey planKey)
           
 java.util.Collection<? extends ExecutionStatus> ExecutionStatusProviderImpl.getExecutionStatus(PlanKey planKey)
           
static PlanKey PlanKeys.getJobKey(PlanKey chainPlanKey, java.lang.String jobKey)
          Joins the a Chain key and a jobKey part to create a Job PlanKey For example, BAM-REL and UNIT becomes BAM-REL-UNIT
 java.util.List<PlanKey> PlanHibernateDao.getJobKeys(PlanKey chainKey)
           
 java.util.List<PlanKey> PlanDao.getJobKeys(PlanKey chainKey)
          Return all plan keys of Jobs that belong to a Chain
static java.util.Set<PlanKey> PlanHelper.getMasterAndBranchesKeys(CachedPlanManager cachedPlanManager, PlanKey masterOrBranchKey)
          Get keys of all branches and master plan.
static java.lang.String PlanKeys.getPartialJobKey(PlanKey jobKey)
          Return a partial job key from a full job key, e.g.
 Plan PlanManager.getPlanByKey(PlanKey planKey)
          Returns a Plan by its PlanKey
 Plan PlanManagerImpl.getPlanByKey(PlanKey planKey)
           
<T extends Plan>
T
PlanHibernateDao.getPlanByKey(PlanKey planKey, java.lang.Class<T> aClass)
           
<T extends Plan>
T
PlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its PlanKey and Class
<T extends Plan>
T
PlanDao.getPlanByKey(PlanKey planKey, java.lang.Class<T> aClass)
          Return a Plan that matches the given key
<T extends Plan>
T
PlanManagerImpl.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its planKey and if it's of the type Class.
<T extends Plan>
T
PlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanHibernateDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
           
<T extends Plan>
T
PlanManager.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
          Deprecated. 
<T extends Plan>
T
PlanDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
          Returns a Plan that matches the start of the given PlanKey and name
<T extends Plan>
T
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey, java.lang.String planName, java.lang.Class<T> planType)
           
 java.lang.Class<? extends Plan> PlanHibernateDao.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanManager.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanDao.getPlanClass(PlanKey planKey)
           
 java.lang.Class<? extends Plan> PlanManagerImpl.getPlanClass(PlanKey planKey)
           
static java.lang.String PlanKeys.getPlanKeyPart(PlanKey planKey)
          Returns plan key part for given PlanKey
static PlanResultKey PlanKeys.getPlanResultKey(PlanKey planKey, int buildNumber)
          Creates a PlanResultKey from the given PlanKey and buildNumber
 java.util.Set<PlanKey> PlanParticleManager.getProducersPlanKeys(PlanKey planKey)
          Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
 java.util.Set<PlanKey> PlanParticleManagerImpl.getProducersPlanKeys(PlanKey planKey)
           
static java.lang.String PlanKeys.getProjectKeyPart(PlanKey planKey)
          Returns project key part for given PlanKey
static java.lang.String PlanKeys.getShortKeyFromPlanKey(PlanKey planKey)
          Return a last part of the plan key, e.g PROJ-CHAIN would reduce CHAIN and PROJ-CHAIN-HOB would return JOB
static com.google.common.base.Predicate<PlanIdentifier> PlanPredicates.hasEqualPlanKey(PlanKey planKey)
           
static boolean PlanHelper.hasMultipleBranches(CachedPlanManager cachedPlanManager, PlanKey planKey)
           
static boolean PlanHelper.haveTheSameMaster(CachedPlanManager cachedPlanManager, PlanKey masterOrBranchKeyA, PlanKey masterOrBranchKeyB)
           
 boolean PlanExecutionManager.isBusy(PlanKey planKey)
          Tests if the Plan represented by PlanKey is busy starting
 boolean PlanExecutionManagerImpl.isBusy(PlanKey planKey)
           
static boolean PlanKeys.isJobKey(PlanKey planKey)
          Checks if PlanKey represents a Job
 boolean PlanHibernateDao.isPlanKeyConflicting(PlanKey planKey)
           
 boolean PlanManager.isPlanKeyConflicting(PlanKey planKey)
          Verifies whether a Plan key is unique within whole Bamboo installation
 boolean PlanDao.isPlanKeyConflicting(PlanKey planKey)
          Verifies whether a Plan key is unique within whole Bamboo installation
 boolean PlanManagerImpl.isPlanKeyConflicting(PlanKey planKey)
           
 void PlanHibernateDao.markPlanForDeletion(PlanKey planKey)
           
 void PlanDao.markPlanForDeletion(PlanKey planKey)
          Efficiently marks a plan to be deleted
 void PlanManager.markPlansForDeletion(PlanKey planKey)
          Efficiently marks a plan to be deleted
 void PlanManagerImpl.markPlansForDeletion(PlanKey planKey)
           
static
<T extends ImmutablePlan>
T
PlanTestHelper.mockPlan(CachedPlanManager cachedPlanManager, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends ImmutableChain>
T
PlanTestHelper.mockPlan(ImmutablePlanCacheService immutablePlanCacheService, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends ImmutableChain>
T
PlanTestHelper.mockPlan(ImmutablePlanManager immutablePlanManager, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends Plan>
T
PlanTestHelper.mockPlan(PlanDao planDao, PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends ImmutablePlan>
T
PlanTestHelper.mockPlan(PlanKey planKey, java.lang.Class<T> planClass)
           
static
<T extends Plan>
T
PlanTestHelper.mockPlan(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 int ExecutionStatusProvider.numberOfExecutions(PlanKey planKey)
          Returns the number of current ExecutionStatuss available for PlanKey
 int PlanExecutionManagerImpl.numberOfExecutions(PlanKey planKey)
           
 int ExecutionStatusProviderImpl.numberOfExecutions(PlanKey planKey)
           
 boolean ExecutableAgentsHelper.planHasExecutableAgents(PlanKey planKey, boolean includeDisabled)
          Checks if a Buildable can be built on any defined agent.
 boolean ExecutableAgentsHelperImpl.planHasExecutableAgents(PlanKey planKey, boolean includeDisabled)
          Checks if a Buildable can be built on any active agent.
 void PlanParticleManager.removePlanParticles(PlanKey planKey)
          Removes all plan particles for a given plan.
 void PlanParticleManagerImpl.removePlanParticles(PlanKey planKey)
           
 void PlanManager.removeStages(PlanKey key, java.util.Collection<java.lang.Long> stageIds)
          Remove the tages from the plan specified.
 void PlanManagerImpl.removeStages(PlanKey key, java.util.Collection<java.lang.Long> stageIds)
           
 void PlanConfigurationAspect.resetImmutablePlanCacheService(PlanKey planKey)
           
 void PlanPermissionSkeleton.setPlanKey(PlanKey fullKey)
          Deprecated.  
 void PlanAwareContext.setPlanKey(PlanKey planKey)
           
 void Plan.setPlanKey(PlanKey planKey)
           
 void PlanStatusHistoryAction.setPlanKey(PlanKey planKey)
           
 void PlanAwareContextImpl.setPlanKey(PlanKey planKey)
           
 void AbstractPlan.setPlanKey(PlanKey planKey)
           
 void PlanManager.setPlanSuspendedState(PlanKey planKey, boolean newState)
           
 void PlanManagerImpl.setPlanSuspendedState(PlanKey planKey, boolean isSuspended)
           
 void PlanExecutionManager.stopPlan(PlanKey planKey, boolean abandonResult, java.lang.String userName)
           
 void PlanExecutionManagerImpl.stopPlan(PlanKey planKey, boolean abandonResult, java.lang.String userName)
           
 void PlanExecutionManager.stopRequest(PlanKey planKey)
          Stops a build requests for the given PlanKey
 void PlanExecutionManagerImpl.stopRequest(PlanKey planKey)
           
static PlanKey PlanKeys.updatePlanKeyInBranchKey(PlanKey branchKey, PlanKey originalPlanKey, PlanKey newPlanKey)
          Update plan key part in branch key
 

Constructors in com.atlassian.bamboo.plan with parameters of type PlanKey
PlanIdentifierImpl(long id, java.lang.String discriminator, PlanKey planKey, java.lang.String description, java.lang.String buildName, java.lang.String buildKey, boolean suspendedFromBuilding, java.lang.String projectKey, java.lang.String projectName, java.lang.String projectDescription, java.lang.Long masterId)
           
TriggerableInternalKeyImpl(PlanKey planKey)
           
 

Constructor parameters in com.atlassian.bamboo.plan with type arguments of type PlanKey
MovePlansException(java.lang.String s, java.util.Map<PlanKey,PlanKey> successfulPlanKeyChanges)
           
MovePlansException(java.lang.String s, java.util.Map<PlanKey,PlanKey> successfulPlanKeyChanges)
           
MovePlansException(java.lang.String s, java.lang.Throwable throwable, java.util.Map<PlanKey,PlanKey> successfulPlanKeyChanges)
           
MovePlansException(java.lang.String s, java.lang.Throwable throwable, java.util.Map<PlanKey,PlanKey> successfulPlanKeyChanges)
           
 

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

Methods in com.atlassian.bamboo.plan.branch that return PlanKey
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Given a branch name and (optionally) vcs branch name, create Plan Branches with overriding repository definitions.
 PlanKey BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, BuildConfiguration buildConfiguration, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 PlanKey BranchDetectionService.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
          Deprecated. in 5.6 use BranchDetectionService.createChainBranch(ImmutableChain, String, VcsBranch, BuildConfiguration, PlanCreationService.EnablePlan, boolean)
 PlanKey BranchDetectionServiceImpl.createChainBranch(ImmutableChain chain, java.lang.String branchName, VcsBranch vcsBranch, PlanCreationService.EnablePlan enablePlan, boolean enableExpiry)
           
 PlanKey BranchIntegrationConfiguration.getBranchToMergeWith(PlanKey featureBranch)
          Returns the PlanKey of the relevant vcs branch we want to merge with.
 PlanKey BranchIntegrationConfigurationImpl.getBranchToMergeWith(PlanKey featureBranch)
           
 PlanKey BranchIntegrationConfiguration.getIntegrationPlanBranchKey()
           
 PlanKey BranchIntegrationConfigurationImpl.getIntegrationPlanBranchKey()
           
 PlanKey BranchIntegrationConfiguration.getMergeResultDestinationBranch(PlanKey featureBranch)
          Returns the PlanKey of the relevant VCS branch we want to perform the merge on.
 PlanKey BranchIntegrationConfigurationImpl.getMergeResultDestinationBranch(PlanKey planBranch)
           
 

Methods in com.atlassian.bamboo.plan.branch that return types with arguments of type PlanKey
 java.util.List<PlanKey> ChainPropagatingFacade.createJob(JobCreationService jobCreationService, BuildConfiguration buildConfiguration, java.util.Map<java.lang.String,?> actionParametersMap, PlanCreationService.EnablePlan isPlanEnabled)
           
 java.util.Collection<PlanKey> BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
 java.util.Collection<PlanKey> BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection)
           
 java.util.Collection<PlanKey> BranchDetectionService.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
          Given a list of branch names, create Plan Branches for these, with overriding repository definitions.
 java.util.Collection<PlanKey> BranchDetectionServiceImpl.createPlanBranches(ImmutableChain chain, java.util.Collection<VcsBranch> branches, ErrorCollection errorCollection, PlanCreationService.EnablePlan enablePlan)
           
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanKey
 PlanKey BranchIntegrationConfiguration.getBranchToMergeWith(PlanKey featureBranch)
          Returns the PlanKey of the relevant vcs branch we want to merge with.
 PlanKey BranchIntegrationConfigurationImpl.getBranchToMergeWith(PlanKey featureBranch)
           
static java.lang.String ChainBranchUtils.getChainBranchName(CachedPlanManager cachedPlanManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
static java.lang.String ChainBranchUtils.getChainBranchName(DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
 PlanKey BranchIntegrationConfiguration.getMergeResultDestinationBranch(PlanKey featureBranch)
          Returns the PlanKey of the relevant VCS branch we want to perform the merge on.
 PlanKey BranchIntegrationConfigurationImpl.getMergeResultDestinationBranch(PlanKey planBranch)
           
 

Constructors in com.atlassian.bamboo.plan.branch with parameters of type PlanKey
BranchIntegrationConfigurationImpl(BranchIntegrationStrategy strategy, PlanKey configuredBranch, boolean pushEnabled)
           
ChainBranchIdentifierImpl(long id, java.lang.String discriminator, PlanKey planKey, java.lang.String description, java.lang.String buildName, java.lang.String buildKey, boolean suspendedFromBuilding, java.lang.String projectKey, java.lang.String projectName, java.lang.String projectDescription, java.lang.Long masterId, java.lang.String linkedJiraIssue, boolean remoteIssueLinkRequired)
           
 

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

Methods in com.atlassian.bamboo.plan.cache that return PlanKey
 PlanKey ImmutableResultsSummaryImpl.getPlanKey()
           
 PlanKey AbstractImmutablePlan.getPlanKey()
           
 

Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type PlanKey
 java.lang.Iterable<PlanKey> ImmutablePlanCacheService.getChainsToInvalidate(ImmutablePlanCacheService.CacheInvalidator invalidator)
          Internal.
 java.lang.Iterable<PlanKey> ImmutablePlanCacheServiceImpl.getChainsToInvalidate(ImmutablePlanCacheService.CacheInvalidator invalidator)
           
 java.lang.Iterable<PlanKey> ImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
          This gets passed some cache internals for invalidation
 

Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanKey
 void ImmutablePlanCacheService.cascadeInvalidate(PlanKey planKey)
          Removes the cached reference for the passed plan and its children.
 void ImmutablePlanCacheServiceImpl.cascadeInvalidate(PlanKey planKey)
           
 int[] ImmutablePlanCacheService.getBuildNumberOverrides(PlanKey planKey)
          Deprecated. 
 int[] ImmutablePlanCacheServiceImpl.getBuildNumberOverrides(PlanKey planKey)
           
 ImmutableChain ImmutablePlanCacheService.getImmutablePlanByKey(PlanKey planKey)
          Returns a plan if one exists with the key.
 ImmutableChain ImmutablePlanCacheServiceImpl.getImmutablePlanByKey(PlanKey planKey)
           
 ImmutableResultsSummary ImmutablePlanManager.getLatestResultForPlan(PlanKey planKey)
           
 ImmutableResultsSummary ImmutablePlanManagerImpl.getLatestResultForPlan(PlanKey planKey)
           
 java.util.concurrent.locks.ReentrantReadWriteLock ImmutablePlanCacheService.getLock(PlanKey planKey)
          Makes plan inaccessible
 java.util.concurrent.locks.ReentrantReadWriteLock ImmutablePlanCacheServiceImpl.getLock(PlanKey planKey)
           
 ImmutableJob CachedPlanManager.getMasterOfJob(PlanKey masterChainKey, PlanKey jobKey)
           
 ImmutableJob CachedPlanManagerImpl.getMasterOfJob(PlanKey masterChainKey, PlanKey jobKey)
           
 ImmutableChain CachedPlanManager.getMasterPlan(PlanKey branchKey)
          Returns master branch for a given branchKey.
 ImmutableChain CachedPlanManagerImpl.getMasterPlan(PlanKey branchKey)
           
 ImmutableChain PlansState.getPlan(PlanKey planKey)
           
 ImmutableChain ImmutablePlanManager.getPlanByKey(PlanKey planKey)
           
 ImmutablePlan CachedPlanManager.getPlanByKey(PlanKey planKey)
          Returns a ImmutablePlan by its planKey
 ImmutableChain ImmutablePlanManagerImpl.getPlanByKey(PlanKey planKey)
           
 ImmutablePlan CachedPlanManagerImpl.getPlanByKey(PlanKey planKey)
           
<T extends ImmutablePlan>
T
CachedPlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a ImmutablePlan by its planKey and Class
<T extends ImmutablePlan>
T
CachedPlanManagerImpl.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
           
<T extends ImmutablePlan>
T
CachedPlanManager.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its planKey and if it's of the type Class.
<T extends ImmutablePlan>
T
CachedPlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey, java.lang.Class<T> planType)
           
 PlanIdentifier ImmutablePlanCacheService.getPlanIdentifierForPermissionCheckingByKey(PlanKey planKey)
          Deprecated. since 5.4 use CachedPlanManager.getPlanByKey(com.atlassian.bamboo.plan.PlanKey)
 PlanIdentifier ImmutablePlanCacheServiceImpl.getPlanIdentifierForPermissionCheckingByKey(PlanKey planKey)
           
 void ImmutablePlanCacheService.invalidate(PlanKey planKey)
          Removes the cached Plan.
 void ImmutablePlanCacheServiceImpl.invalidate(PlanKey planKey)
           
 boolean CachedPlanManager.isBranchOf(PlanKey chainKey, PlanKey branchKey)
          Test if plan identified by branchKey is a branch of plan identified by chainKey.
 boolean CachedPlanManagerImpl.isBranchOf(PlanKey chainKey, PlanKey branchKey)
           
 PlansState PlansState.removePlanFromState(PlanKey planKey)
          Removes the plan from the cache
 void ImmutablePlanCacheService.reset(PlanKey planKey)
          Removes the cached Plan and its metadata.
 void ImmutablePlanCacheServiceImpl.reset(PlanKey planKey)
           
 void ImmutablePlanCacheService.setBuildNumberOverrides(PlanKey planKey, int firstBuildNumber, int lastBuildNumber, int nextBuildNumber)
          Deprecated. 
 void ImmutablePlanCacheServiceImpl.setBuildNumberOverrides(PlanKey planKey, int firstBuildNumber, int lastBuildNumber, int nextBuildNumber)
           
 

Method parameters in com.atlassian.bamboo.plan.cache with type arguments of type PlanKey
 java.lang.Iterable<PlanKey> ImmutablePlanCacheService.CacheInvalidator.getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
          This gets passed some cache internals for invalidation
 PlansState PlansState.removePlansFromState(java.lang.Iterable<PlanKey> planKeys)
           
 PlansState PlansState.updateState(java.util.Map<PlanKey,? extends ImmutableChain> plansMap)
           
 

Uses of PlanKey in com.atlassian.bamboo.plan.cache.index
 

Methods in com.atlassian.bamboo.plan.cache.index that return PlanKey
 PlanKey PlanIdCacheIndex.getChain(long chainId)
           
 PlanKey PlanIdCacheIndexer.getChain(long chainId)
           
 PlanKey PlanIdCacheIndex.getChainOfJob(long jobId)
           
 PlanKey PlanIdCacheIndexer.getChainOfJob(long jobId)
           
 

Methods in com.atlassian.bamboo.plan.cache.index that return types with arguments of type PlanKey
 java.util.Set<PlanKey> PlanIdCacheIndex.getAllChainKeys()
           
 java.util.Set<PlanKey> PlanIdCacheIndexer.getAllChainKeys()
           
 java.util.Collection<PlanKey> PlanBranchCacheIndex.getBranchKeys(PlanKey planKey)
           
 com.google.common.collect.ImmutableList<PlanKey> PlanBranchCacheIndexer.getBranchKeys(PlanKey planKey)
           
 java.util.Collection<PlanKey> PlanRepositoryIndex.getPlans(PlanRepositoryIndex.Query query)
           
 java.util.Collection<PlanKey> PlanRepositoryIndexer.getPlans(PlanRepositoryIndex.Query query)
           
 

Methods in com.atlassian.bamboo.plan.cache.index with parameters of type PlanKey
 void PlanCacheIndexer.deindex(PlanKey planKey)
           
 void PlanRepositoryIndexer.deindex(PlanKey planKey)
           
 void PlanIdCacheIndexer.deindex(PlanKey planKey)
           
 void PlanCacheIndicesImpl.deindex(PlanKey planKey)
           
 void PlanBranchCacheIndexer.deindex(PlanKey planKey)
           
 java.util.Collection<PlanKey> PlanBranchCacheIndex.getBranchKeys(PlanKey planKey)
           
 com.google.common.collect.ImmutableList<PlanKey> PlanBranchCacheIndexer.getBranchKeys(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.plan.vcsRevision
 

Methods in com.atlassian.bamboo.plan.vcsRevision that return PlanKey
 PlanKey PlanVcsRevisionHistoryItem.getPlanKey()
           
 

Methods in com.atlassian.bamboo.plan.vcsRevision with parameters of type PlanKey
 void PlanVcsRevisionHistoryHibernateDao.cleanupUnusedEntriesForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryService.cleanupUnusedEntriesForPlan(PlanKey planKey)
          Removes history entries that are not used in change detection process.
 void PlanVcsRevisionHistoryServiceImpl.cleanupUnusedEntriesForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryManagerImpl.cleanupUnusedEntriesForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryManager.cleanupUnusedEntriesForPlan(PlanKey planKey)
          Removes history entries that are not used in change detection process.
 void PlanVcsRevisionHistoryDao.cleanupUnusedEntriesForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryService.clearRevisionHistoryForPlan(PlanKey planKey)
          Removes all history entries for the plan.
 void PlanVcsRevisionHistoryServiceImpl.clearRevisionHistoryForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryManagerImpl.clearRevisionHistoryForPlanNewTx(PlanKey planKey)
           
 void PlanVcsRevisionHistoryManager.clearRevisionHistoryForPlanNewTx(PlanKey planKey)
          Removes all history entries for the plan.
 void PlanVcsRevisionHistoryHibernateDao.deleteVcsRevisionHistoryForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryDao.deleteVcsRevisionHistoryForPlan(PlanKey planKey)
          Deletes entire revision history for a plan.
 PlanVcsRevisionHistoryItem PlanVcsRevisionHistoryHibernateStandaloneDao.findLatestVcsRevisionHistoryItem(PlanKey planKey)
           
 PlanVcsRevisionHistoryItem PlanVcsRevisionHistoryStandaloneDao.findLatestVcsRevisionHistoryItem(PlanKey planKey)
          Retrieves a history item with the highest build number.
 java.util.List<PlanVcsRevisionHistoryItem> PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItems(PlanKey planKey)
           
 java.util.List<PlanVcsRevisionHistoryItem> PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItems(PlanKey planKey)
          Retrieves a list of history items with the highest build number.
 java.util.List<PlanVcsRevisionHistoryItem> PlanVcsRevisionHistoryHibernateDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber(PlanKey planKey, int buildNumber)
           
 java.util.List<PlanVcsRevisionHistoryItem> PlanVcsRevisionHistoryDao.findLatestVcsRevisionHistoryItemsBeforeBuildNumber(PlanKey planKey, int buildNumber)
          Retrieves a list of history items with the highest build number that is lower than the argument.
 PlanVcsRevisionHistoryItem PlanVcsRevisionHistoryHibernateDao.findVcsRevisionHistoryItem(PlanKey planKey, long repositoryId, int buildNumber)
           
 PlanVcsRevisionHistoryItem PlanVcsRevisionHistoryDao.findVcsRevisionHistoryItem(PlanKey planKey, long repositoryId, int buildNumber)
          Retrieves a specific history item.
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryService.getLastVcsRevisionKeys(PlanKey planKey)
          Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryServiceImpl.getLastVcsRevisionKeys(PlanKey planKey)
           
 java.util.Map<java.lang.Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManagerImpl.getLastVcsRevisionKeys(PlanKey planKey)
           
 java.util.Map<java.lang.Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManager.getLastVcsRevisionKeys(PlanKey planKey)
          Return the mapping between repository ids and strings representing the vcs revisions which were result of last performed change detection.
 java.util.Map<java.lang.Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManagerImpl.getLastVcsRevisionKeysBeforeBuildNumber(PlanKey planKey, int buildNumber)
           
 java.util.Map<java.lang.Long,PlanVcsRevisionData> PlanVcsRevisionHistoryManager.getLastVcsRevisionKeysBeforeBuildNumber(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.
 void PlanVcsRevisionHistoryService.markChangeDetectionCompleted(PlanKey planKey, int buildNumber, PlanVcsRevisionData revisionData, long repositoryId)
          Saves the information on change detection result in the plan's vcs revision history.
 void PlanVcsRevisionHistoryServiceImpl.markChangeDetectionCompleted(PlanKey planKey, int buildNumber, PlanVcsRevisionData planVcsRevisionData, long repositoryId)
           
 void PlanVcsRevisionHistoryManagerImpl.markChangeDetectionCompletedNewTx(PlanKey planKey, int buildNumber, PlanVcsRevisionData planVcsRevisionData, long repositoryId)
           
 void PlanVcsRevisionHistoryManager.markChangeDetectionCompletedNewTx(PlanKey planKey, int buildNumber, PlanVcsRevisionData vcsRevisionKey, long repositoryId)
          Saves the information on change detection result in the plan's vcs revision history.
 void PlanVcsRevisionHistoryHibernateDao.moveRevisionHistoryForPlan(PlanKey oldPlanKey, PlanKey newPlanKey)
           
 void PlanVcsRevisionHistoryService.moveRevisionHistoryForPlan(PlanKey originalPlanKey, PlanKey planKey)
          Moves history entries that are related to a moved plan.
 void PlanVcsRevisionHistoryServiceImpl.moveRevisionHistoryForPlan(PlanKey originalPlanKey, PlanKey planKey)
           
 void PlanVcsRevisionHistoryManagerImpl.moveRevisionHistoryForPlan(PlanKey oldPlanKey, PlanKey newPlanKey)
           
 void PlanVcsRevisionHistoryManager.moveRevisionHistoryForPlan(PlanKey oldPlanKey, PlanKey newPlanKey)
           
 void PlanVcsRevisionHistoryDao.moveRevisionHistoryForPlan(PlanKey oldPlanKey, PlanKey newPlanKey)
           
 void PlanVcsRevisionHistoryHibernateStandaloneDao.removeVcsHistoryForPlan(PlanKey planKey)
           
 void PlanVcsRevisionHistoryStandaloneDao.removeVcsHistoryForPlan(PlanKey planKey)
          Remove all history for PlanKey.
 void PlanVcsRevisionHistoryItem.setPlanKey(PlanKey planKey)
           
 void PlanVcsRevisionHistoryHibernateStandaloneDao.updateRepositoryIdForPlan(PlanKey planKey, long repositoryId)
           
 void PlanVcsRevisionHistoryStandaloneDao.updateRepositoryIdForPlan(PlanKey planKey, long repositoryId)
          Update all repository entries for PlanKey setting repository id in all of them.
 

Constructors in com.atlassian.bamboo.plan.vcsRevision with parameters of type PlanKey
PlanVcsRevisionHistoryItem(PlanKey planKey, int buildNumber, PlanVcsRevisionData planVcsRevisionData, long repositoryId)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.git
 

Methods in com.atlassian.bamboo.plugins.git with parameters of type PlanKey
 BuildRepositoryChanges GitRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 BuildRepositoryChanges GitHubRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.hg
 

Methods in com.atlassian.bamboo.plugins.hg with parameters of type PlanKey
 BuildRepositoryChanges HgRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 BuildRepositoryChanges BitbucketRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.jira.summary.build
 

Constructors in com.atlassian.bamboo.plugins.jira.summary.build with parameters of type PlanKey
PlanStatusJsonBean(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.maven
 

Methods in com.atlassian.bamboo.plugins.maven that return types with arguments of type PlanKey
static com.google.common.base.Predicate<PlanKey> MavenFunctions.planHasAutomaticDependencyManagementEnabled(CachedPlanManager cachedPlanManager)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.stash
 

Methods in com.atlassian.bamboo.plugins.stash with parameters of type PlanKey
 BuildRepositoryChanges StashRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.testutils.deployments
 

Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type PlanKey
 DeploymentProject DeploymentsTestServiceImpl.createDeploymentProjectWithEnvironments(PlanKey planKey)
           
 DeploymentProject DeploymentsTestService.createDeploymentProjectWithEnvironments(PlanKey planKey)
           
 DeploymentProject DeploymentsTestServiceImpl.createSimpleDeployment(PlanKey planKey)
           
 DeploymentProject DeploymentsTestService.createSimpleDeployment(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.testutils.plan
 

Methods in com.atlassian.bamboo.plugins.testutils.plan that return PlanKey
 PlanKey PlanTestServiceImpl.createChain(java.lang.String projectKey, java.lang.String projectName, java.lang.String chainName)
           
 PlanKey PlanTestService.createChain(java.lang.String projectKey, java.lang.String projectName, java.lang.String chainName)
           
 PlanKey PlanTestServiceImpl.createJob(PlanKey chainKey, java.lang.String jobSubKey)
           
 PlanKey PlanTestService.createJob(PlanKey chainKey, java.lang.String jobSubKey)
           
 PlanKey PlanTestServiceImpl.createSimpleChain()
           
 PlanKey PlanTestService.createSimpleChain()
           
 

Methods in com.atlassian.bamboo.plugins.testutils.plan with parameters of type PlanKey
 PlanKey PlanTestServiceImpl.createJob(PlanKey chainKey, java.lang.String jobSubKey)
           
 PlanKey PlanTestService.createJob(PlanKey chainKey, java.lang.String jobSubKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type PlanKey
 BuildRepositoryChanges OnceOffCapableRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
          Collects the changes for the targetRevision.
 BuildRepositoryChanges AbstractRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 void AbstractRepository.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 java.io.File AbstractRepository.getSourceCodeDirectory(PlanKey planKey)
          For Subversion, we use the build name's directory within the system's working directory
static boolean InvalidRepositoryException.handleInvalidRepositoryIfAppropriate(PlanKey planKey, java.lang.Throwable e, ErrorCollection errorCollection, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler)
          Returns if the InvalidRepositoryException was handled (if the passed exception or the cause of it is of the right type.
 void RepositoryConfigurationService.moveRepository(PlanKey planKey, long repositoryId, long beforePosition, long afterPosition)
          Changes position of repository in the repository list.
 void RepositoryConfigurationServiceImpl.moveRepository(PlanKey planKey, long repositoryId, long beforePosition, long afterPosition)
           
 void AbstractRepository.removeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 

Uses of PlanKey in com.atlassian.bamboo.repository.cvsimpl
 

Methods in com.atlassian.bamboo.repository.cvsimpl with parameters of type PlanKey
 java.io.File CVSRepository.getSourceCodeDirectory(PlanKey planKey)
          Deprecated. 
 

Uses of PlanKey in com.atlassian.bamboo.repository.perforce
 

Methods in com.atlassian.bamboo.repository.perforce with parameters of type PlanKey
 BuildRepositoryChanges PerforceRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 java.io.File PerforceRepository.getSourceCodeDirectory(PlanKey planKey)
          Retrieves the location that the build will occur, If the workspace is managed this includes the source code directory specified by bamboo followed by the directory structure as indicated in the client view.
 

Uses of PlanKey in com.atlassian.bamboo.repository.svn
 

Methods in com.atlassian.bamboo.repository.svn with parameters of type PlanKey
 BuildRepositoryChanges SvnRepository.collectChangesForRevision(PlanKey planKey, java.lang.String targetRevision)
           
 

Uses of PlanKey in com.atlassian.bamboo.rest.adapter
 

Methods in com.atlassian.bamboo.rest.adapter that return PlanKey
 PlanKey PlanKeyAdapter.unmarshal(java.lang.String planKey)
           
 

Methods in com.atlassian.bamboo.rest.adapter with parameters of type PlanKey
 java.lang.String PlanKeyAdapter.marshal(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.resultsummary
 

Methods in com.atlassian.bamboo.resultsummary that return PlanKey
 PlanKey ImmutableResultsSummary.getPlanKey()
          Full key of the plan.
 PlanKey AbstractResultsSummary.getPlanKey()
           
 

Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type PlanKey
 Pair<java.lang.Integer,java.lang.Iterable<PlanKey>> BuildResultsSummaryHibernateDao.findPlanKeysFromAllOrphanedResultSummaries()
           
 Pair<java.lang.Integer,java.lang.Iterable<PlanKey>> BuildResultsSummaryDao.findPlanKeysFromAllOrphanedResultSummaries()
          Scans database for all the ResultsSummary objects in the database that do not have a matching Plan
 java.util.List<PlanKey> BuildResultsSummaryHibernateDao.getPlanKeysSortedByNumberOfFinalizedResultSummaries()
           
 java.util.List<PlanKey> ResultsSummaryManager.getPlanKeysSortedByNumberOfFinalizedResultSummaries()
           
 java.util.List<PlanKey> BuildResultsSummaryDao.getPlanKeysSortedByNumberOfFinalizedResultSummaries()
           
 java.util.List<PlanKey> BuildResultsSummaryManagerImpl.getPlanKeysSortedByNumberOfFinalizedResultSummaries()
           
 

Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanKey
 int BuildResultsSummaryHibernateDao.countResultsWithState(PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, BuildState buildState)
           
 int ResultsSummaryManager.countResultsWithState(PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, BuildState buildState)
          Counts results with a given state in a given build number range for plan.
 int BuildResultsSummaryDao.countResultsWithState(PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, BuildState buildState)
          Counts results with a given state in a given build number range for plan.
 int BuildResultsSummaryManagerImpl.countResultsWithState(PlanKey planKey, int lowerBuildNumber, int upperBuildNumber, BuildState buildState)
           
 java.util.List<java.lang.Integer> BuildResultsSummaryHibernateDao.findAllBuildResultsNumbers(PlanKey planKey)
           
 java.util.List<java.lang.Integer> ResultsSummaryManager.findAllBuildResultsNumbers(PlanKey planKey)
           
 java.util.List<java.lang.Integer> BuildResultsSummaryDao.findAllBuildResultsNumbers(PlanKey planKey)
           
 java.util.List<java.lang.Integer> BuildResultsSummaryManagerImpl.findAllBuildResultsNumbers(PlanKey planKey)
           
 java.util.List<LinkedJiraIssue> ResultsSummaryManager.findJiraIssuesForPlanKey(PlanKey planKey)
          Retrieves a list of LinkedJiraIssue linked to the given plan key
 java.util.List<LinkedJiraIssue> BuildResultsSummaryManagerImpl.findJiraIssuesForPlanKey(PlanKey planKey)
           
<T extends ResultsSummary>
T
BuildResultsSummaryHibernateDao.findLastResultSummaryWithState(PlanKey planKey, BuildState buildState, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
ResultsSummaryManager.findLastResultSummaryWithState(PlanKey planKey, BuildState buildState, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
BuildResultsSummaryDao.findLastResultSummaryWithState(PlanKey planKey, BuildState buildState, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
T
BuildResultsSummaryManagerImpl.findLastResultSummaryWithState(PlanKey planKey, BuildState buildState, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
java.util.Collection<T>
BuildResultsSummaryHibernateDao.getAllActiveResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
java.util.Collection<T>
ResultsSummaryManager.getAllActiveResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass)
          Returns all the ResultsSummary in a LifeCycleState.IN_PROGRESS state
<T extends ResultsSummary>
java.util.Collection<T>
BuildResultsSummaryDao.getAllActiveResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass)
          Returns all the ResultsSummary in a LifeCycleState.PENDING, LifeCycleState.QUEUED, LifeCycleState.IN_PROGRESS state with the given Class See also LifeCycleState.isActive(LifeCycleState) and ImmutableResultsSummary.isActive()
<T extends ResultsSummary>
java.util.Collection<T>
BuildResultsSummaryManagerImpl.getAllActiveResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass)
           
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryHibernateDao.getFinalizedResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass, int firstResult, int maxResults)
           
<T extends ResultsSummary>
java.util.List<T>
ResultsSummaryManager.getFinalizedResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass, int firstResult, int maxResults)
          Returns all the ResultsSummary in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state with the given Class.
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryDao.getFinalizedResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass, int firstResult, int maxResults)
          Returns all the ResultsSummary in a LifeCycleState.FINISHED or LifeCycleState.NOT_BUILT state with the given Class.
<T extends ResultsSummary>
java.util.List<T>
BuildResultsSummaryManagerImpl.getFinalizedResultSummariesForPlan(PlanKey planKey, java.lang.Class<T> aClass, int firstResult, int maxResults)
           
 BuildResultsSummary BuildResultsSummaryHibernateDao.getFirstBuildSummary(PlanKey planKey)
           
 BuildResultsSummary BuildResultsSummaryDao.getFirstBuildSummary(PlanKey planKey)
          Returns the first available BuildResultsSummary for the given PlanKey
 java.util.List<LinkedJiraIssue> BuildResultsSummaryHibernateDao.getJiraIssuesForPlanKey(PlanKey planKey)
           
 java.util.List<LinkedJiraIssue> BuildResultsSummaryDao.getJiraIssuesForPlanKey(PlanKey planKey)
          Retrieves a list of LinkedJiraIssue that are linked to the given build.
 ResultsSummary ResultsSummaryManager.getLastSuccessfulResultSummary(PlanKey planKey)
          Get the last successful ResultsSummary for planKey
 ResultsSummary BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary(PlanKey planKey)
           
 java.util.Collection<LinkedJiraIssue> LinkedJiraIssueHibernateDao.getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
           
 java.util.Collection<LinkedJiraIssue> LinkedJiraIssueDao.getLinkedJiraIssuesForBuildNumberRange(PlanKey planKey, int firstBuildNumber, int currentBuildNumber)
          Find and retrieve all jira issues related to build results from specified range.
 int BuildResultsSummaryHibernateDao.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey)
           
 int ResultsSummaryManager.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey)
          Gets the number of concurrently running builds
 int BuildResultsSummaryDao.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey)
          Get the number of concurrently running builds for planKey
 int BuildResultsSummaryManagerImpl.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey)
           
 int BuildResultsSummaryHibernateDao.markResultSummariesForDeletion(PlanKey planKey)
           
 int ResultsSummaryManager.markResultSummariesForDeletion(PlanKey planKey)
          Mass update of all ResultsSummary records in the database related to a Plan identified by planKey.
 int BuildResultsSummaryDao.markResultSummariesForDeletion(PlanKey planKey)
          Mass update of all ResultsSummary records in the database related to a Plan identified by planKey.
 int BuildResultsSummaryManagerImpl.markResultSummariesForDeletion(PlanKey planKey)
           
 void ResultsSummaryManager.moveResultSummaries(PlanKey oldPlanKey, PlanKey newPlanKey)
          Deprecated. since 3.2, use $ResultsSummaryManager.moveResultSummaries(Plan, PlanKey, PlanKey)
 void BuildResultsSummaryManagerImpl.moveResultSummaries(PlanKey oldPlanKey, PlanKey newPlanKey)
           
 void ResultsSummaryManager.moveResultSummaries(Plan newParentPlan, PlanKey oldPlanKey, PlanKey newPlanKey)
          Reassigns plan key ResultsSummaries associated with selected plan key.
 void BuildResultsSummaryManagerImpl.moveResultSummaries(Plan newParentPlan, PlanKey oldPlanKey, PlanKey newPlanKey)
           
 int BuildResultsSummaryHibernateDao.removeResultsSummariesForPlan(PlanKey planKey)
           
 int BuildResultsSummaryDao.removeResultsSummariesForPlan(PlanKey planKey)
          Remove all resultSummary objects for the given plan.
 ResultsSummaryCriteriaBuilder ResultsSummaryCriteriaBuilder.setPlanKey(PlanKey planKey)
           
 void MutableBuildKeyResultsSummary.setPlanKey(PlanKey planKey)
           
 void AbstractResultsSummary.setPlanKey(PlanKey planKey)
           
 

Constructors in com.atlassian.bamboo.resultsummary with parameters of type PlanKey
PlanKeyResultDeletionSQLAdapter(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.resultsummary.search
 

Methods in com.atlassian.bamboo.resultsummary.search with parameters of type PlanKey
 org.apache.lucene.document.Document IndexedBuildResultsSearcher.findBuildResultByNumberAndKey(PlanKey planKey, int buildNumber)
          Find document identified by plan key and build result.
 org.apache.lucene.document.Document IndexedBuildResultsSearcherImpl.findBuildResultByNumberAndKey(PlanKey planKey, int buildNumber)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanKey
 long TestResultsHibernateDao.countTestClassResults(PlanKey planKey)
           
 long TestResultsDao.countTestClassResults(PlanKey planKey)
          Count TestClassResults for a Plan
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestCaseHibernateDao.getTopBrokenTests(PlanKey planKey, BuildResultsFilter filter)
           
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManager.getTopBrokenTests(PlanKey planKey, BuildResultsFilter filter)
          Returns a pai of the top 10 tests that's broken + the count for a given filter period
 java.util.List<Pair<java.lang.Long,java.lang.Integer>> TestCaseDao.getTopBrokenTests(PlanKey planKey, BuildResultsFilter filter)
           
 java.util.List<Pair<TestCase,java.lang.Integer>> TestsManagerImpl.getTopBrokenTests(PlanKey planKey, BuildResultsFilter filter)
           
 int TestsManager.removeResultsByPlan(PlanKey planKey)
          Remove all TestClassResult objects referenced by ResultsSummary objects identified by planKey
 int TestsManagerImpl.removeResultsByPlan(PlanKey planKey)
           
 int TestResultsHibernateDao.removeTestClassResultsByPlan(PlanKey planKey)
           
 int TestResultsDao.removeTestClassResultsByPlan(PlanKey planKey)
          Remove all TestClassResult objects referenced by ResultsSummary objects identified by planKey
 

Uses of PlanKey in com.atlassian.bamboo.resultsummary.vcs
 

Methods in com.atlassian.bamboo.resultsummary.vcs with parameters of type PlanKey
 java.util.List<RepositoryChangeset> RepositoryChangesetHibernateDao.getChangesetsForBuildNumberRange(PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
           
 java.util.List<RepositoryChangeset> RepositoryChangesetDao.getChangesetsForBuildNumberRange(PlanKey planKey, int firstBuildNumber, int lastBuildNumber)
          Finds and returns all repository change sets related with build results from specified range.
 

Uses of PlanKey in com.atlassian.bamboo.security
 

Methods in com.atlassian.bamboo.security with parameters of type PlanKey
 java.util.Collection<org.acegisecurity.acls.Permission> BambooPermissionManager.getPermissionsForPlan(PlanKey planKey)
           
 java.util.Collection<org.acegisecurity.acls.Permission> BambooPermissionManagerImpl.getPermissionsForPlan(PlanKey planKey)
           
 boolean BambooPermissionManager.hasPlanPermission(org.acegisecurity.acls.Permission permission, PlanKey planKey)
           
 boolean BambooPermissionManagerImpl.hasPlanPermission(org.acegisecurity.acls.Permission permission, PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task with parameters of type PlanKey
 TaskDefinition TaskConfigurationService.createTask(PlanKey planKey, TaskModuleDescriptor taskDescriptor, java.lang.String userDescription, boolean isEnabled, java.util.Map<java.lang.String,java.lang.String> configuration, TaskRootDirectorySelector taskRootDirectorySelector)
          Create a task Definition and save it against the plan
 TaskDefinition TaskConfigurationServiceImpl.createTask(PlanKey planKey, TaskModuleDescriptor taskDescriptor, java.lang.String userDescription, boolean isEnabled, java.util.Map<java.lang.String,java.lang.String> configuration, TaskRootDirectorySelector taskRootDirectorySelector)
           
 void TaskConfigurationService.createTaskList(PlanKey planKey, java.util.List<TaskDefinition> taskDefinitions)
          Initializes task list of a plan with the provided list.
 void TaskConfigurationServiceImpl.createTaskList(PlanKey planKey, java.util.List<TaskDefinition> taskDefinitions)
           
 void TaskConfigurationService.deleteTask(PlanKey planKey, long taskId)
          Delete a given taskDefinition
 void TaskConfigurationServiceImpl.deleteTask(PlanKey planKey, long taskId)
           
 TaskDefinition TaskConfigurationService.editTask(PlanKey planKey, long taskId, java.lang.String userDescription, boolean isEnabled, java.util.Map<java.lang.String,java.lang.String> taskConfigurationMap, TaskRootDirectorySelector taskRootDirectorySelector)
          Update the details of specific taskDefinition
 TaskDefinition TaskConfigurationServiceImpl.editTask(PlanKey planKey, long taskId, java.lang.String userDescription, boolean isEnabled, java.util.Map<java.lang.String,java.lang.String> taskConfigurationMap, TaskRootDirectorySelector taskRootDirectorySelector)
           
 java.util.Collection<Requirement> TaskConfigurationService.getTasksRequirements(PlanKey planKey)
          Return Requirements for all tasks of Plan represented by PlanKey
 java.util.Collection<Requirement> TaskConfigurationServiceImpl.getTasksRequirements(PlanKey planKey)
           
 void TaskConfigurationService.moveFinalBar(PlanKey planKey, long beforeId, long afterId)
          Moves the final Bar to a specific location in the list.
 void TaskConfigurationServiceImpl.moveFinalBar(PlanKey planKey, long beforeId, long afterId)
           
 void TaskConfigurationService.moveTask(PlanKey planKey, long taskId, long beforeId, long afterId, boolean isFinal)
          Move a taskDefinition from one spot in its list, to another.
 void TaskConfigurationServiceImpl.moveTask(PlanKey planKey, long taskId, long beforeId, long afterId, boolean isFinal)
           
 TaskDefinition TaskConfigurationService.setTaskState(PlanKey planKey, long taskId, boolean isEnabled)
          Update the disable state of specific taskDefinition
 TaskDefinition TaskConfigurationServiceImpl.setTaskState(PlanKey planKey, long taskId, boolean disabled)
           
 

Uses of PlanKey in com.atlassian.bamboo.testutils
 

Methods in com.atlassian.bamboo.testutils that return PlanKey
 PlanKey TestBuildDetails.getPlanKey()
           
 

Methods in com.atlassian.bamboo.testutils with parameters of type PlanKey
 TestBuildDetails TestBuildDetails.getJob(PlanKey jobKey)
           
 TestBuildDetails TestBuildDetails.getJob(TestStageDetails stage, PlanKey jobKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.testutils.backdoor
 

Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type PlanKey
 RestPlan PlansControl.clonePlan(PlanKey planKeyToClone, PlanKey newPlanKey)
          Clone plan
 void PlansControl.deletePlan(PlanKey planKey)
          Delete plan
 void PlansControl.enablePlan(PlanKey planKey)
          Enable plan
 RestBranches PlansControl.getAllBranches(PlanKey key)
          Get all branches for chain
 RestPlanBranch PlansControl.getBranchByName(PlanKey key, java.lang.String branchName)
          Get branches with given name for chain
 Result PlansControl.getBuildResult(PlanKey planKey, int buildNumber)
          Get build result
 void PermissionsControl.setPlanPermission(PlanKey planKey, BambooTestPermission permission)
          Set plan permission
 void PlansControl.triggerBuild(PlanKey planKey)
          Trigger build
 com.jayway.restassured.path.json.JsonPath PlansControl.waitForCompletedBuild(PlanKey planKey, int buildNumber)
           
 void PlansControl.waitForSuccessfulBuild(PlanKey planKey, int buildNumber)
           
 

Uses of PlanKey in com.atlassian.bamboo.testutils.build.logger
 

Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type PlanKey
 BuildLogger BuildLoggerManagerForTesting.getBuildLogger(PlanKey key)
           
 void BuildLoggerManagerForTesting.removeBuildLogger(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.trigger
 

Methods in com.atlassian.bamboo.trigger that return PlanKey
 PlanKey TriggerableInternalKey.getPlanKey()
          Returns a PlanKey associated with this key if the source is actually a Plan
 

Uses of PlanKey in com.atlassian.bamboo.util
 

Methods in com.atlassian.bamboo.util with parameters of type PlanKey
static java.lang.String UrlUtils.replacePlanResultKeyInUrl(java.lang.String url, PlanKey planKey, int newBuildNumber)
           
 

Uses of PlanKey in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build with parameters of type PlanKey
 void ConfigurablePlugin.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
          Extension point for adding/customizing requirements when editing a build's builder configuration.
 void BaseConfigurablePlugin.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 void ConfigurablePlugin.removeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
          Extension point for removing requirements when given plugin is excluded from build's builder configuration.
 void BaseConfigurablePlugin.removeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 

Uses of PlanKey in com.atlassian.bamboo.v2.build.agent.remote
 

Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type PlanKey
 BuildLogger RemoteBuildLoggerManager.getBuildLogger(PlanKey key)
           
 void RemoteBuildLoggerManager.removeBuildLogger(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.v2.build.events
 

Methods in com.atlassian.bamboo.v2.build.events that return PlanKey
 PlanKey BuildContextEvent.getPlanKey()
          Get the PlanKey of the Plan
 

Uses of PlanKey in com.atlassian.bamboo.v2.build.queue
 

Methods in com.atlassian.bamboo.v2.build.queue with parameters of type PlanKey
 void BuildQueueManager.removeAllBuildsForPlanFromQueue(PlanKey planKey)
          Deprecated. since 5.5 use QueueManagerUtils.removeFromQueue(BuildQueueManager, com.atlassian.bamboo.Key)
 void BuildQueueManagerImpl.removeAllBuildsForPlanFromQueue(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.v2.build.repository
 

Methods in com.atlassian.bamboo.v2.build.repository with parameters of type PlanKey
 java.io.File RepositoryV2.getSourceCodeDirectory(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 PlanKey
 ImmutableRequirement RequirementService.addRequirement(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Add new requirement to a job.
 ImmutableRequirement RequirementServiceImpl.addRequirement(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ExecutableAgentsMatrix RequirementService.getExecutableAgentMatrixForJob(PlanKey jobKey)
          retrieve all executable agents for a particular job.
 ExecutableAgentsMatrix RequirementServiceImpl.getExecutableAgentMatrixForJob(PlanKey jobKey)
           
 ImmutableRequirement RequirementService.getRequirementForJob(PlanKey jobKey, long requirementId)
          Get a single requirement for a job.
 ImmutableRequirement RequirementServiceImpl.getRequirementForJob(PlanKey jobKey, long requirementId)
           
 java.util.List<? extends ImmutableRequirement> RequirementService.getRequirementsForJob(PlanKey jobKey)
          Get all requirements for jobs.
 java.util.List<? extends ImmutableRequirement> RequirementServiceImpl.getRequirementsForJob(PlanKey jobKey)
           
 void RequirementService.removeRequirement(PlanKey jobKey, long requirementId)
          Remove a specific requirement
 void RequirementServiceImpl.removeRequirement(PlanKey jobKey, long requirementId)
           
 ImmutableRequirement RequirementService.updateRequirement(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Update an existing requirement.
 ImmutableRequirement RequirementServiceImpl.updateRequirement(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ErrorCollection RequirementService.validateRequirementForAdd(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Validate requirement details.
 ErrorCollection RequirementServiceImpl.validateRequirementForAdd(PlanKey jobKey, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 ErrorCollection RequirementService.validateRequirementForUpdate(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
          Validate requirement details
 ErrorCollection RequirementServiceImpl.validateRequirementForUpdate(PlanKey jobKey, long requirementId, java.lang.String key, ImmutableRequirement.MatchType matchType, java.lang.String matchValue)
           
 

Uses of PlanKey in com.atlassian.bamboo.v2.build.trigger
 

Methods in com.atlassian.bamboo.v2.build.trigger with parameters of type PlanKey
 boolean DependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey)
          Checks if build should be blocked, and executes any parent builds if required.
 boolean DefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey)
           
 boolean DependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey, java.util.Set<? extends ImmutablePlan> siblings)
          Checks if build should be blocked, and executes any parent builds if required.
 boolean DefaultDependencyBlockingManager.isBlockedFromBuilding(PlanKey planKey, java.util.Set<? extends ImmutablePlan> plansBeingTriggered)
           
 

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

Fields in com.atlassian.bamboo.v2.trigger declared as PlanKey
protected  PlanKey AbstractDependentDetectionAction.planKey
           
 

Methods in com.atlassian.bamboo.v2.trigger with parameters of type PlanKey
protected  BuildDetectionAction ChangeDetectionListener.getChangeDetectionAction(PlanKey planKey, java.util.Set<java.lang.Long> triggeringRepositories, java.util.Map<java.lang.String,java.lang.String> triggerConditionsConfiguration)
           
protected  BuildDetectionAction ChangeDetectionListener.getChangeDetectionAction(PlanKey planKey, java.util.Set<java.lang.Long> triggeringRepositories, java.util.Map<java.lang.String,java.lang.String> triggerConditionsConfiguration, boolean logIfNoChanges)
           
 

Constructors in com.atlassian.bamboo.v2.trigger with parameters of type PlanKey
ChangeDetectionListenerAction(PlanKey planKey, java.util.Set<java.lang.Long> triggeringRepositories, java.util.Map<java.lang.String,java.lang.String> triggerConditionsConfiguration)
           
ChangeDetectionListenerAction(PlanKey planKey, java.util.Set<java.lang.Long> triggeringRepositories, java.util.Map<java.lang.String,java.lang.String> triggerConditionsConfiguration, boolean logIfNoChanges)
           
 

Uses of PlanKey in com.atlassian.bamboo.ww2
 

Methods in com.atlassian.bamboo.ww2 with parameters of type PlanKey
 boolean BambooActionSupport.hasLinkedDeployments(PlanKey planKey)
           
 

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

Methods in com.atlassian.bamboo.ww2.actions that return PlanKey
 PlanKey PlanActionSupport.getTypedPlanKey()
           
 

Methods in com.atlassian.bamboo.ww2.actions with parameters of type PlanKey
 java.util.Collection<? extends ExecutionStatus> PlanActionSupport.getCurrentlyBuildingPlans(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.ww2.actions.plan
 

Methods in com.atlassian.bamboo.ww2.actions.plan with parameters of type PlanKey
 int DeletePlan.getNumberOfExecutions(PlanKey planKey)
           
 

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

Methods in com.atlassian.bamboo.ww2.beans that return PlanKey
 PlanKey DecoratedPlan.getPlanKey()
           
 



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