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

Packages that use PlanKey
com.atlassian.bamboo   
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.creation   
com.atlassian.bamboo.build.fileserver   
com.atlassian.bamboo.build.logger   
com.atlassian.bamboo.builder   
com.atlassian.bamboo.builder.coverage   
com.atlassian.bamboo.caching   
com.atlassian.bamboo.chains   
com.atlassian.bamboo.container   
com.atlassian.bamboo.event   
com.atlassian.bamboo.fileserver   
com.atlassian.bamboo.filter   
com.atlassian.bamboo.logger   
com.atlassian.bamboo.persister   
com.atlassian.bamboo.plan   
com.atlassian.bamboo.plan.artifact   
com.atlassian.bamboo.plugins.rest.service   
com.atlassian.bamboo.repository   
com.atlassian.bamboo.resultsummary   
com.atlassian.bamboo.resultsummary.tests   
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.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 Bamboo.getErrorMessages(PlanKey planKey)
          Obtain all of the system logged error messages
 

Uses of PlanKey in com.atlassian.bamboo.build
 

Methods in com.atlassian.bamboo.build that return PlanKey
 PlanKey BuildObjectForTests.getPlanKey()
           
 

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 DefaultBuildDefinitionManager.getBuildDefinition(PlanKey planKey)
           
 BuildDefinition CachedBuildDefinitionManagerImpl.getBuildDefinition(PlanKey planKey)
           
 BuildLogger BuildLoggerManager.getBuildLogger(PlanKey planKey)
          Returns a BuildLogger for the given plan
 BuildLogger DefaultBuildExecutionManager.getBuildLogger(PlanKey planKey)
           
 void BuildLoggerManager.removeBuildLogger(PlanKey planKey)
          Removes plan logger for given plan key.
 void DefaultBuildExecutionManager.removeBuildLogger(PlanKey planKey)
           
 

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)
           
 

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

Methods in com.atlassian.bamboo.build.creation with parameters of type PlanKey
 void BuilderConfigHelper.addNewRequirementForBuilder(PlanKey planKey, BuildConfiguration buildConfiguration, java.lang.String selectedLabel, Builder selectedBuilder, RequirementSet requirementSet)
           
 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 JobCreationService.triggerCreationCompleteEvents(PlanKey planKey)
           
 void ChainCreationService.triggerCreationCompleteEvents(PlanKey planKey)
           
 void BuildCreationService.triggerCreationCompleteEvents(PlanKey planKey)
           
 

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

Methods in com.atlassian.bamboo.build.fileserver with parameters of type PlanKey
 java.io.File BuildDirectoryManager.getBuildWorkingDirectory(PlanKey planKey)
           
 java.io.File DefaultBuildDirectoryManager.getBuildWorkingDirectory(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 planKey)
           
 void DefaultBuildLoggerManager.removeBuildLogger(PlanKey planKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.builder
 

Methods in com.atlassian.bamboo.builder with parameters of type PlanKey
 void AbstractBuilder.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 BuildLogger BuildLoggerManagerForTesting.getBuildLogger(PlanKey planKey)
           
 void BuildLoggerManagerForTesting.removeBuildLogger(PlanKey planKey)
           
 void AbstractBuilder.removeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 

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

Methods in com.atlassian.bamboo.caching with parameters of type PlanKey
 TopLevelPlan DashboardCachingManager.getPlan(PlanKey planKey)
          Returns the cached plan for a given planKey
 TopLevelPlan 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)
           
 

Uses of PlanKey in com.atlassian.bamboo.chains
 

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 represented by PlanKey has any executions
 boolean ChainExecutionManagerImpl.isActive(PlanKey planKey)
           
 boolean ChainExecutionManager.isExecuting(PlanKey planKey)
          Checks if the Chain represented by PlanKey has any executions that are currently in progress
 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)
           
 

Uses of PlanKey in com.atlassian.bamboo.container
 

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

Uses of PlanKey in com.atlassian.bamboo.event
 

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

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

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)
           
ChainEvent(java.lang.Object source, PlanKey chainKey)
           
ChainUpdatedEvent(java.lang.Object source, PlanKey planKey)
           
 

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)
           
 

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

Methods in com.atlassian.bamboo.logger with parameters of type PlanKey
 java.util.Collection<ErrorDetails> ErrorAccessor.getErrors(PlanKey planKey)
          Obtain all the errors recorded against a specific plan
 java.util.Collection<ErrorDetails> DefaultErrorHandler.getErrors(PlanKey planKey)
           
 java.util.Collection<ErrorDetails> AggregatedChainErrorAccessor.getErrors(PlanKey planKey)
           
 void ErrorUpdateHandler.recordError(PlanKey planKey, java.lang.String context)
           
 void AbstractErrorUpdateHandler.recordError(PlanKey planKey, java.lang.String context)
           
 void ErrorUpdateHandler.recordError(PlanKey planKey, java.lang.String context, java.lang.Throwable throwable)
           
 void AbstractErrorUpdateHandler.recordError(PlanKey planKey, java.lang.String context, java.lang.Throwable throwable)
           
 

Uses of PlanKey in com.atlassian.bamboo.persister
 

Methods in com.atlassian.bamboo.persister with parameters of type PlanKey
 void DefaultAuditLogService.log(java.util.Collection<AuditLogService.FieldChange> changes, PlanKey plan)
           
 void AuditLogService.log(java.util.Collection<AuditLogService.FieldChange> changes, PlanKey plan)
          Add 'field change' messages to the system audit log.
 void DefaultAuditLogService.log(java.lang.String msg, PlanKey planKey)
           
 void AuditLogService.log(java.lang.String msg, PlanKey plan)
          Add a message to the plans audit log.
 void DefaultAuditLogService.log(java.lang.String username, java.lang.String msg, PlanKey planKey)
           
 void DefaultAuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, PlanKey plan)
           
 void AuditLogService.log(java.lang.String fieldName, java.lang.String oldValue, java.lang.String newValue, PlanKey plan)
          Add 'field change' message to the system audit log.
 void DefaultAuditLogService.log(com.atlassian.user.User user, java.lang.String msg, PlanKey planKey)
           
 void AuditLogService.log(com.atlassian.user.User user, java.lang.String msg, PlanKey plan)
          Add a message to the plans audit log.
 

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
           
 

Methods in com.atlassian.bamboo.plan that return 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
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()
           
 PlanKey Plan.getPlanKey()
          Get the PlanKey identifier for this Plan
 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.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> PlanManager.movePlanToProject(Plan plan, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
          Moves plan to a selected project.
 java.util.Map<PlanKey,PlanKey> PlanManager.movePlanToProject(Plan plan, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
          Moves plan to a selected project.
 java.util.Map<PlanKey,PlanKey> PlanManagerImpl.movePlanToProject(Plan plan, Project project, java.lang.String newPlanKey, java.lang.String newBuildName)
           
 java.util.Map<PlanKey,PlanKey> PlanManagerImpl.movePlanToProject(Plan plan, 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)
           
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
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
PlanManager.getPlanByKey(PlanKey planKey, java.lang.Class<T> planType)
          Returns a Plan by its PlanKey and Class
<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)
          Returns a Plan that matches the start of the given PlanKey and the full plan name
<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)
           
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
 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
 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 PlanExecutableAgentsHelper.planHasExecutableAgents(PlanKey planKey, boolean includeDisabled)
          Checks if a Buildable can be built on any defined agent.
 boolean PlanExecutableAgentsHelperImpl.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 PlanExecutionManager.stopPlan(PlanKey planKey, boolean abandonResult, java.lang.String userName)
           
 void PlanExecutionManagerImpl.stopPlan(PlanKey planKey, boolean abandonResult, java.lang.String userName)
           
 

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

Methods in com.atlassian.bamboo.plan.artifact that return PlanKey
 PlanKey ArtifactDefinitionContext.getProducerJobKey()
          PlanKey for producer job of the artifact
 PlanKey ArtifactDefinitionContextImpl.getProducerJobKey()
           
 

Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanKey
 void ArtifactDefinitionContextImpl.setProducerJobKey(PlanKey producerJobKey)
           
 

Uses of PlanKey in com.atlassian.bamboo.plugins.rest.service
 

Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type PlanKey
protected  ResultsSummary ResultServiceImpl.getBuildResultSummary(PlanKey planKey, java.lang.String buildNumber, javax.ws.rs.core.UriInfo uriInfo)
           
 

Uses of PlanKey in com.atlassian.bamboo.repository
 

Methods in com.atlassian.bamboo.repository with parameters of type PlanKey
 void AbstractRepository.customizeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 void AbstractRepository.removeBuildRequirements(PlanKey planKey, BuildConfiguration buildConfiguration, RequirementSet requirementSet)
           
 

Uses of PlanKey in com.atlassian.bamboo.resultsummary
 

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 ResultsSummary.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)
           
 ResultsSummary ResultsSummaryManager.getLastSuccessfulResultSummary(PlanKey planKey)
          Get the last successful ResultsSummary for planKey
 ResultsSummary BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary(PlanKey planKey)
           
 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)
           
 void ResultsSummaryManager.moveResultSummaries(PlanKey oldPlanKey, PlanKey newPlanKey)
          Reassigns plan key ResultsSummaries associated with selected plan key.
 void BuildResultsSummaryManagerImpl.moveResultSummaries(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)
           
 

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
 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.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 RemoteBuildExecutionUpdateManager.getBuildLogger(PlanKey planKey)
           
 java.io.File RemoteBuildDirectoryManager.getBuildWorkingDirectory(PlanKey planKey)
           
 void RemoteBuildExecutionUpdateManager.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.ww2.actions
 

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 © 2011 Atlassian. All Rights Reserved.