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   
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.container   
com.atlassian.bamboo.core   
com.atlassian.bamboo.deletion   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.cache   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.persistence   
com.atlassian.bamboo.deployments.projects.service   
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.jira.issuelink   
com.atlassian.bamboo.labels   
com.atlassian.bamboo.mock   
com.atlassian.bamboo.pageobjects.pages.plan   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plan.cache   
com.atlassian.bamboo.plan.vcsRevision   
com.atlassian.bamboo.plugins.hg   
com.atlassian.bamboo.plugins.maven   
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.tests   
com.atlassian.bamboo.resultsummary.vcs   
com.atlassian.bamboo.security   
com.atlassian.bamboo.task   
com.atlassian.bamboo.testutils   
com.atlassian.bamboo.trigger   
com.atlassian.bamboo.util   
com.atlassian.bamboo.utils   
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.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
 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
 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 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)
           
 void AfterSuccessfulPlanTrigger.setTriggeringPlan(PlanKey triggeringPlan)
           
 

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
 

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

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.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.getRelatedDeployments(PlanKey planKey)
           
 java.util.List<LinkedDeploymentProject> LinkedDeploymentProjectCacheService.getRelatedDeployments(PlanKey planKey)
           
 

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()
          Not really used by anything except UI
 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)
           
 

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<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectServiceImpl.getDeploymentProjectsWithStatusesRelatedToPlan(PlanKey planKey)
           
 java.util.List<DeploymentProjectWithEnvironmentStatuses> DeploymentProjectService.getDeploymentProjectsWithStatusesRelatedToPlan(PlanKey planKey)
          Retrieve the deployment projects that are linked to a specific plan.
 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)
 

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

Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanKey
 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
 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 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)
           
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.Collection<TopLevelPlan> movedBuilds, java.util.Map<PlanKey,PlanKey> planKeyChangesMap)
           
BuildsMovedEvent(java.lang.Object object, java.util.Collection<TopLevelPlan> movedBuilds, 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.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.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.pages.plan
 

Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanKey
PlanSummaryPage(PlanKey planKey)
           
 

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<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
           
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
 PlanKey PlanResultKey.getPlanKey()
          Returns the key component of this PlanResultKey
 PlanKey PlanPermissionSkeleton.getPlanKey()
          Deprecated.  
 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
 

Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanKey
 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
<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<ImmutablePlan,PlanKey> PlanKeys.planKeyFromPlan()
           
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.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)
           
 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 Chain>
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)
           
 

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, 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, 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)
           
 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
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)
           
 java.util.List<ImmutableChainBranch> ImmutablePlanCacheService.getBranchesForChain(PlanKey planKey)
          Returns a list of branches for given chain
 java.util.List<ImmutableChainBranch> ImmutablePlanCacheServiceImpl.getBranchesForChain(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 ImmutablePlanCacheService.getMasterOfJob(PlanKey jobKey, PlanKey masterChainKey)
           
 ImmutableJob ImmutablePlanCacheServiceImpl.getMasterOfJob(PlanKey jobKey, PlanKey masterChainKey)
           
 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)
          Returns a Plan skeleton skeleton providing ONLY id and key, that matches the given key This method should be used only for permission checking using Acegi

If Job key is provided as a parameter, parent Chain will be returned anyway, as Acegi assertions are defined only for TopLevelPlans

 PlanIdentifier ImmutablePlanCacheServiceImpl.getPlanIdentifierForPermissionCheckingByKey(PlanKey planKey)
           
 void ImmutablePlanCacheService.invalidate(PlanKey planKey)
          Removes the cached Plan.
 void ImmutablePlanCacheServiceImpl.invalidate(PlanKey planKey)
           
 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.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.
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryService.getLastVcsRevisionKeysBeforeBuildNumber(PlanKey planKey, int buildNumber)
          Deprecated. since 3.3 we should no longer do change detection on Jobs
 PlanVcsRevisionDataSet PlanVcsRevisionHistoryServiceImpl.getLastVcsRevisionKeysBeforeBuildNumber(PlanKey planKey, int buildNumber)
           
 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 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.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.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.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
 

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)
           
<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
 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.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()
           
 

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.utils
 

Methods in com.atlassian.bamboo.utils with parameters of type PlanKey
protected  Plan BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey)
           
protected
<T extends Plan>
T
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager, PlanKey planKey, java.lang.Class<T> planClass)
           
 

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
 boolean BuildQueueManager.queueContains(PlanKey planKey)
          Indicates whether a build of a given build plan is in the queue.
 boolean BuildQueueManagerImpl.queueContains(PlanKey planKey)
           
 void BuildQueueManager.removeAllBuildsForPlanFromQueue(PlanKey planKey)
          Removes all the BuildContext associated with the planKey to be removed from the queue.
 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.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
 

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 © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.