|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DefaultBuildDefinitionManager.getBuildDefinition(PlanKey planKey)
|
BuildDefinition |
CachedBuildDefinitionManagerImpl.getBuildDefinition(PlanKey planKey)
|
BuildDefinition |
BuildDefinitionManager.getBuildDefinition(PlanKey planKey)
Returns a stateful version the build definition for the Plan . |
BuildLogger |
DefaultBuildExecutionManager.getBuildLogger(PlanKey planKey)
|
BuildLogger |
BuildLoggerManager.getBuildLogger(PlanKey planKey)
Returns a BuildLogger for the given plan |
void |
DefaultBuildExecutionManager.removeBuildLogger(PlanKey planKey)
|
void |
BuildLoggerManager.removeBuildLogger(PlanKey planKey)
Removes plan logger for given plan key. |
Method parameters in com.atlassian.bamboo.build with type arguments of type PlanKey | |
---|---|
void |
PlanDependencyManagerImpl.adjustChildDependencyList(java.lang.String dependencyKey,
Plan plan,
java.util.Set<PlanKey> newChildPlanKeys,
boolean overwriteExisting)
|
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.adjustParentDependencyList(java.lang.String dependencyKey,
Plan childPlan,
java.util.Set<PlanKey> newParentPlanKeys,
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. |
Uses of PlanKey in com.atlassian.bamboo.build.creation |
---|
Methods in com.atlassian.bamboo.build.creation with parameters of type PlanKey | |
---|---|
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)
|
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. |
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 | |
---|---|
BuildLogger |
BuildLoggerManagerForTesting.getBuildLogger(PlanKey planKey)
|
void |
BuildLoggerManagerForTesting.removeBuildLogger(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> |
ChainExecutionManagerImpl.getExecutingChains(PlanKey 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 |
boolean |
ChainExecutionManagerImpl.isActive(PlanKey planKey)
|
boolean |
ChainExecutionManager.isActive(PlanKey planKey)
Checks if the Chain represented by PlanKey has any executions |
boolean |
ChainExecutionManagerImpl.isExecuting(PlanKey planKey)
|
boolean |
ChainExecutionManager.isExecuting(PlanKey planKey)
Checks if the Chain represented by PlanKey has any executions that are currently in progress |
int |
ChainExecutionManagerImpl.numberOfChainsExecuting(PlanKey planKey)
|
int |
ChainExecutionManager.numberOfChainsExecuting(PlanKey planKey)
Determines the number of ChainExecution s are active for the given PlanKey |
void |
ChainExecutionManagerImpl.stop(PlanKey planKey)
|
void |
ChainExecutionManager.stop(PlanKey planKey)
Stops all executing instances of the Chain represented by 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.getResultArtifactDirectory(PlanKey planKey,
long 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.logger |
---|
Methods in com.atlassian.bamboo.logger with parameters of type PlanKey | |
---|---|
java.util.Collection<ErrorDetails> |
DefaultErrorHandler.getErrors(PlanKey planKey)
|
java.util.Collection<ErrorDetails> |
AggregatedChainErrorAccessor.getErrors(PlanKey planKey)
|
java.util.Collection<ErrorDetails> |
ErrorAccessor.getErrors(PlanKey planKey)
Obtain all the errors recorded against a specific plan |
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(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. |
Constructors in com.atlassian.bamboo.persister with parameters of type PlanKey | |
---|---|
AuditLogMessage(AuditLogEntry auditLogEntry,
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 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.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 |
AbstractPlan.getPlanKey()
|
PlanKey |
PlanResultKey.getPlanKey()
Returns the key component of this PlanResultKey |
PlanKey |
Plan.getPlanKey()
Get the PlanKey identifier for this Plan |
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> |
PlanParticleManagerImpl.getConsumersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
|
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(PlanKey planKey)
|
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.getProducersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
|
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(PlanKey planKey)
|
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.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)
|
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. |
Methods in com.atlassian.bamboo.plan with parameters of type PlanKey | ||
---|---|---|
void |
PlanParticleManagerImpl.adjustPlanParticles(PlanKey planKey,
java.util.Collection<? extends PlanParticle> consumedParticles,
java.util.Collection<? extends PlanParticle> producedParticles)
|
|
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. |
|
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 |
|
java.util.Set<PlanKey> |
PlanParticleManagerImpl.getConsumersPlanKeys(PlanKey planKey)
|
|
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.List<CurrentlyBuilding> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlan(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.Collection<? extends ExecutionStatus> |
PlanExecutionManagerImpl.getExecutionStatus(PlanKey planKey)
|
|
java.util.Collection<? extends ExecutionStatus> |
ExecutionStatusProviderImpl.getExecutionStatus(PlanKey planKey)
|
|
java.util.Collection<? extends ExecutionStatus> |
ExecutionStatusProvider.getExecutionStatus(PlanKey planKey)
Returns a collection of current ExecutionStatus s for 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 |
PlanManagerImpl.getPlanByKey(PlanKey planKey)
|
|
Plan |
PlanManager.getPlanByKey(PlanKey planKey)
Returns a Plan by its PlanKey |
|
|
PlanManagerImpl.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByKey(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its PlanKey and Class |
|
|
PlanManagerImpl.getPlanByKeyIfOfType(PlanKey planKey,
java.lang.Class<T> planType)
|
|
|
PlanManager.getPlanByKeyIfOfType(PlanKey planKey,
java.lang.Class<T> planType)
Returns a Plan by its planKey and if it's of the type Class . |
|
|
PlanHibernateDao.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
PlanManagerImpl.getPlanByPartialKeyAndName(PlanKey partialPlanKey,
java.lang.String planName,
java.lang.Class<T> planType)
|
|
|
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 |
|
|
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 |
|
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> |
PlanParticleManagerImpl.getProducersPlanKeys(PlanKey planKey)
|
|
java.util.Set<PlanKey> |
PlanParticleManager.getProducersPlanKeys(PlanKey planKey)
Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey |
|
static java.lang.String |
PlanKeys.getProjectKeyPart(PlanKey planKey)
Returns project key part for given PlanKey |
|
boolean |
PlanExecutionManagerImpl.isBusy(PlanKey planKey)
|
|
boolean |
PlanExecutionManager.isBusy(PlanKey planKey)
Tests if the Plan represented by PlanKey is busy starting |
|
boolean |
PlanExecutableAgentsHelperImpl.jobHasExecutableAgents(PlanKey planKey)
Checks if a Job can be built on any active agent. |
|
boolean |
PlanExecutableAgentsHelper.jobHasExecutableAgents(PlanKey planKey)
Checks if a Job can be built on any active agent. |
|
int |
PlanExecutionManagerImpl.numberOfExecutions(PlanKey planKey)
|
|
int |
ExecutionStatusProviderImpl.numberOfExecutions(PlanKey planKey)
|
|
int |
ExecutionStatusProvider.numberOfExecutions(PlanKey planKey)
Returns the number of current ExecutionStatus s available for PlanKey |
|
void |
PlanParticleManagerImpl.removePlanParticles(PlanKey planKey)
|
|
void |
PlanParticleManager.removePlanParticles(PlanKey planKey)
Removes all plan particles for a given plan. |
|
void |
PlanExecutionManagerImpl.stopPlan(PlanKey planKey,
boolean abandonResult,
java.lang.String userName)
|
|
void |
PlanExecutionManager.stopPlan(PlanKey planKey,
boolean abandonResult,
java.lang.String userName)
|
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)
|
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 |
BuildResultsSummaryManagerImpl.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. |
|
|
BuildResultsSummaryHibernateDao.findLastResultSummaryWithState(PlanKey planKey,
BuildState buildState,
java.lang.Class<T> aClass)
|
|
|
BuildResultsSummaryManagerImpl.findLastResultSummaryWithState(PlanKey planKey,
BuildState buildState,
java.lang.Class<T> aClass)
|
|
|
ResultsSummaryManager.findLastResultSummaryWithState(PlanKey planKey,
BuildState buildState,
java.lang.Class<T> aClass)
|
|
|
BuildResultsSummaryDao.findLastResultSummaryWithState(PlanKey planKey,
BuildState buildState,
java.lang.Class<T> aClass)
|
|
|
BuildResultsSummaryHibernateDao.getAllActiveResultSummariesForPlan(PlanKey planKey,
java.lang.Class<T> aClass)
|
|
|
BuildResultsSummaryManagerImpl.getAllActiveResultSummariesForPlan(PlanKey planKey,
java.lang.Class<T> aClass)
|
|
|
ResultsSummaryManager.getAllActiveResultSummariesForPlan(PlanKey planKey,
java.lang.Class<T> aClass)
Returns all the ResultsSummary in a LifeCycleState.IN_PROGRESS state |
|
|
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() |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.getLastSuccessfulResultSummary(PlanKey planKey)
|
|
ResultsSummary |
ResultsSummaryManager.getLastSuccessfulResultSummary(PlanKey planKey)
Get the last successful ResultsSummary for planKey |
|
int |
BuildResultsSummaryHibernateDao.getNumberOfConcurrentlyRunningBuilds(PlanKey planKey)
|
|
int |
BuildResultsSummaryManagerImpl.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 |
|
void |
BuildResultsSummaryManagerImpl.moveResultSummaries(PlanKey oldPlanKey,
PlanKey newPlanKey)
|
|
void |
ResultsSummaryManager.moveResultSummaries(PlanKey oldPlanKey,
PlanKey newPlanKey)
Reassigns plan key ResultsSummaries associated with selected plan key. |
|
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.utils |
---|
Methods in com.atlassian.bamboo.utils with parameters of type PlanKey | ||
---|---|---|
protected Plan |
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager,
PlanKey planKey)
|
|
protected
|
BambooMockitoTestCase.mockPlanAndStubPlanManager(PlanManager planManager,
PlanKey planKey,
java.lang.Class<T> planClass)
|
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)
|
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 |
BuildQueueManagerImpl.queueContains(PlanKey planKey)
|
boolean |
BuildQueueManager.queueContains(PlanKey planKey)
Indicates whether a build of a given build plan is in the queue. |
void |
BuildQueueManagerImpl.removeAllBuildsForPlanFromQueue(PlanKey planKey)
|
void |
BuildQueueManager.removeAllBuildsForPlanFromQueue(PlanKey planKey)
Removes all the BuildContext associated with the planKey to be removed from the queue. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |