|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PlanResultKey in com.atlassian.bamboo.artifact |
|---|
| Methods in com.atlassian.bamboo.artifact that return PlanResultKey | |
|---|---|
PlanResultKey |
Artifact.getPlanResultKey()
Get key of ResultsSummary that owns this Artifact. |
PlanResultKey |
MutableArtifactImpl.getPlanResultKey()
|
PlanResultKey |
ArtifactImpl.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.artifact with parameters of type PlanResultKey | |
|---|---|
java.util.List<MutableArtifact> |
ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
|
java.util.List<MutableArtifact> |
ArtifactDao.findPlanResultArtifactsReferencedByVersion(PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version. |
void |
ArtifactHibernateDao.removeByPlanResultKey(PlanResultKey planResultKey)
|
void |
ArtifactDao.removeByPlanResultKey(PlanResultKey planResultKey)
Remove all artifacts that belong to a build result and are not part of a deployment version. |
void |
MutableArtifact.setPlanResultKey(PlanResultKey planResultKey)
|
void |
MutableArtifactImpl.setPlanResultKey(PlanResultKey planResultKey)
|
| Constructors in com.atlassian.bamboo.artifact with parameters of type PlanResultKey | |
|---|---|
MutableArtifactImpl(java.lang.String label,
PlanResultKey planResultKey,
java.lang.String linkType,
boolean sharedArtifact)
|
|
MutableArtifactImpl(java.lang.String label,
PlanResultKey planResultKey,
java.lang.String linkType,
boolean sharedArtifact,
java.lang.Long persistedSize)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.brokenbuildtracker.notifications |
|---|
| Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return PlanResultKey | |
|---|---|
PlanResultKey |
UserResponsibilityEvent.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey | |
|---|---|
void |
UserResponsibilityEvent.setPlanResultKey(PlanResultKey planResultKey)
|
| Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey | |
|---|---|
UserRespAddedEvent(java.lang.Object source,
PlanResultKey resultKey,
java.lang.String userResponsible,
java.lang.String userWhoUpdated,
TrackingEntry trackingEntry)
|
|
UserResponsibilityEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.lang.String userResponsible,
java.lang.String userWhoUpdated,
TrackingEntry trackingEntry)
|
|
UserRespRemovedEvent(java.lang.Object source,
PlanResultKey resultKey,
java.lang.String userResponsible,
java.lang.String userWhoUpdated,
TrackingEntry trackingEntry)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.build |
|---|
| Methods in com.atlassian.bamboo.build that return PlanResultKey | |
|---|---|
PlanResultKey |
BuildRequestResultImpl.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.build with parameters of type PlanResultKey | |
|---|---|
void |
DefaultStopBuildManager.cancelBuild(PlanResultKey planResultKey,
boolean abandonResult)
|
void |
StopBuildManager.cancelBuild(PlanResultKey planResultKey,
boolean abandonResult)
Cancel a running build optionally abandoning the result |
void |
BuildExecutionManager.finishBuild(PlanResultKey planResultKey)
Calls removeCurrentlyBuilding & finishProcess |
void |
DefaultBuildExecutionManager.finishBuild(PlanResultKey planResultKey)
|
void |
BuildExecutionManager.finishBuildWithCleanState(PlanResultKey planResultKey)
Calls removeCurrentlyBuilding & finishProcess. |
void |
DefaultBuildExecutionManager.finishBuildWithCleanState(PlanResultKey planResultKey)
|
BuildLogger |
BuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
Deprecated. since 5.0 use $ BuildLoggerManager.getLogger(com.atlassian.bamboo.ResultKey) instead |
BuildLogger |
DefaultBuildExecutionManager.getBuildLogger(PlanResultKey resultKey)
Deprecated. since 5.0 use respective method from BuildLoggerManager |
ExecutionStatus |
ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey)
|
void |
BuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
Removes buildLogger for finished build process. |
void |
DefaultBuildExecutionManager.removeBuildLogger(PlanResultKey buildResultKey)
Deprecated. since 5.0 use respective method from BuildLoggerManager |
CurrentlyBuilding |
CurrentlyBuildingContainer.startBuildingOnAgent(PlanResultKey planResultKey,
long agentId)
|
| Uses of PlanResultKey in com.atlassian.bamboo.build.artifact |
|---|
| Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanResultKey | |
|---|---|
static java.lang.String |
TrampolineUrlArtifactLinkDataProvider.createTrampolineUrl(PlanResultKey planResultKey,
java.lang.String artifactName,
java.lang.String tag)
|
protected java.io.File |
AbstractLocalArtifactHandler.getArtifactStorageDirectory(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
protected void |
LocalArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.lang.String artifactLinkType)
|
protected abstract void |
AbstractArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.lang.String linkType)
|
boolean |
ArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
java.io.File baseDirectory,
ArtifactDefinitionContext artifact,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
int minExpectedFilesCnt)
Deprecated. since 4.4 use $ ArtifactManager.publish(BuildLogger, PlanResultKey, File, ArtifactDefinitionContext, Map, Set,
int) |
boolean |
AbstractArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
java.io.File baseDirectory,
ArtifactDefinitionContext artifact,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
int minExpectedFilesCnt)
|
boolean |
ArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
java.io.File baseDirectory,
ArtifactDefinitionContext artifact,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
java.util.Set<java.lang.String> successfulPublishers,
int minExpectedFilesCnt)
Request copy of artifacts from a designated location to artifact storage. |
boolean |
AbstractArtifactManager.publish(BuildLogger buildLogger,
PlanResultKey planResultKey,
java.io.File baseDirectory,
ArtifactDefinitionContext artifact,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
java.util.Set<java.lang.String> successfulPublishers,
int minExpectedFilesCnt)
|
boolean |
S3ArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig)
|
boolean |
BambooRemoteArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig)
|
boolean |
ArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig)
|
boolean |
AbstractLocalArtifactHandler.publish(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
ArtifactPublishingConfig artifactPublishingConfig)
|
protected boolean |
AbstractArtifactManager.publishFileSet(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact,
org.apache.tools.ant.types.FileSet sourceFileSet,
java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration,
java.util.Set<java.lang.String> publishers,
BuildLogger buildLogger)
|
static void |
LocalArtifactManager.removeArtifactFiles(PlanResultKey planResultKey)
Deprecated. since 4.4 use the non-static variant of this method |
void |
ArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
Deprecated. since 5.5 use ArtifactManager.removeArtifactFromStorage(Artifact) |
void |
LocalArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
|
void |
AbstractArtifactManager.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
|
void |
S3ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
void |
BambooRemoteArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
void |
ArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single artifact. |
void |
AbstractLocalArtifactHandler.removeArtifactFromStorage(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
void |
ArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
Removes artifact files for a single plan result. |
void |
LocalArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
|
void |
AbstractArtifactManager.removeArtifactsFromStorage(PlanResultKey planResultKey)
|
void |
S3ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
void |
BambooRemoteArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
void |
ArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
Removes artifact files for a single plan result. |
void |
AbstractLocalArtifactHandler.removeArtifactsFromStorage(PlanResultKey planResultKey,
ArtifactHandlerConfigProvider artifactHandlerConfigProvider)
|
static void |
LocalArtifactManager.removeSingleArtifactFiles(PlanResultKey planResultKey,
ArtifactLink artifactLink)
Deprecated. since 4.2 use the non-static variant of this method |
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
java.io.File buildWorkingDirectory)
Retrieves a plan artifact from artifact storage. |
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration,
java.io.File buildWorkingDirectory)
|
boolean |
ArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactDefinitionContext artifactDefinitionContext,
java.lang.String destinationPath,
java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration,
java.io.File buildWorkingDirectory,
java.util.Map<java.lang.String,Artifact> versionArtifacts)
Retrieves an artifact from artifact storage. |
boolean |
AbstractArtifactManager.retrieve(BuildLogger buildLogger,
PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactDefinitionContext artifactDefinitionContext,
java.lang.String destinationPath,
java.util.Map<java.lang.String,java.lang.String> artifactHandlersConfiguration,
java.io.File buildWorkingDirectory,
java.util.Map<java.lang.String,Artifact> versionArtifacts)
|
ArtifactRetrievalStatus |
S3ArtifactHandler.retrieve(PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig)
|
ArtifactRetrievalStatus |
BambooRemoteArtifactHandler.retrieve(PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig)
|
ArtifactRetrievalStatus |
ArtifactHandler.retrieve(PlanResultKey planResultKey,
ResultKey clientKey,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig)
Retrieve plan artifact. |
ArtifactRetrievalStatus |
AbstractLocalArtifactHandler.retrieve(PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactSubscriptionContext artifactSubscription,
ArtifactRetrievalConfig artifactRetrievalConfig)
|
void |
TrampolineUrlArtifactLinkDataProvider.setPlanResultKey(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.build.logger |
|---|
| Methods in com.atlassian.bamboo.build.logger with parameters of type PlanResultKey | |
|---|---|
BuildLogger |
DefaultBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
|
void |
DefaultBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
|
void |
SimpleBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
|
void |
BuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
Deprecated. since 5.0 not needed anymore |
void |
NullBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
|
void |
BuildLoggerImpl.startStreamingBuildLogs(PlanResultKey planResultKey)
Deprecated. |
abstract void |
AbstractBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
Deprecated. |
| Uses of PlanResultKey in com.atlassian.bamboo.build.monitoring |
|---|
| Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanResultKey | |
|---|---|
static java.lang.String |
BuildStopDelayedJob.getJobName(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.chains |
|---|
| Methods in com.atlassian.bamboo.chains that return PlanResultKey | |
|---|---|
PlanResultKey |
ChainState.getPlanResultKey()
PlanResultKey for the the Chain execution |
PlanResultKey |
ChainExecution.getPlanResultKey()
Get the result key |
PlanResultKey |
BuildExecution.getPlanResultKey()
|
PlanResultKey |
ChainStateCreationRequestResultImpl.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.chains with parameters of type PlanResultKey | |
|---|---|
com.atlassian.bamboo.chains.ChainBuildState |
StageState.get(PlanResultKey planResultKey)
Gets the Build State given the build result key |
java.lang.Long |
ChainStateResult.getAverageDuration(PlanResultKey planResultKey)
Lookup the ImmutablePlan.getAverageBuildDuration() of a Job by its PlanResultKey |
BuildContext |
ChainStateResult.getBuildContext(PlanResultKey planResultKey)
Lookup a BuildContext of a Job by its PlanResultKey |
com.atlassian.bamboo.chains.ChainBuildState |
ChainState.getChainBuildState(PlanResultKey planResultKey)
Gets the build state for the given buildResultKey |
ChainExecution |
ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
Get the state of the single ChainExecution |
ChainExecution |
ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
|
BuildExecution |
ChainExecutionManager.getJobExecution(PlanResultKey planResultKey)
Get the state of a single Job being executed |
BuildExecution |
ChainExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
|
boolean |
ChainExecutionManager.isExecuting(PlanResultKey planResultKey)
Checks of BuildResultsSummary represented by PlanResultKey is currently building (ie started on an agent_ |
boolean |
ChainExecutionManagerImpl.isExecuting(PlanResultKey planResultKey)
|
boolean |
JobExecutionManager.requestStop(PlanResultKey planResultKey)
Stops the build represented by its PlanResultKey and does not abandon the result
If the ImmutableResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN |
boolean |
JobExecutionManagerImpl.requestStop(PlanResultKey planResultKey)
|
void |
ChainExecutionManager.stop(PlanResultKey planResultKey)
Stops the executing instance of the Chain represented by PlanResultKey |
void |
ChainExecutionManagerImpl.stop(PlanResultKey planResultKey)
|
void |
ChainResultManager.updateStateToInProgress(PlanResultKey chainResultKey,
java.util.Date startDate)
|
void |
ChainResultManagerImpl.updateStateToInProgress(PlanResultKey chainResultKey,
java.util.Date startDate)
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.environments.index |
|---|
| Methods in com.atlassian.bamboo.deployments.environments.index that return PlanResultKey | |
|---|---|
PlanResultKey |
IndexedEnvironmentImpl.getCurrentVersionPlanResultKey()
|
PlanResultKey |
IndexedEnvironment.getCurrentVersionPlanResultKey()
|
| Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type PlanResultKey | |
|---|---|
IndexedEnvironmentImpl(InternalDeploymentProject project,
InternalEnvironment environment,
DeploymentResult latestResult,
PlanResultKey latestVersionPlanResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.actions that return PlanResultKey | |
|---|---|
PlanResultKey |
AvailableResult.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.triggering |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.triggering that return PlanResultKey | |
|---|---|
PlanResultKey |
EnvironmentTriggeringResultImpl.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey | |
|---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey)
|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment,
PlanResultKey planResultKey)
Creates EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
| Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey | |
|---|---|
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
TriggerManager triggerManager)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions |
|---|
| Methods in com.atlassian.bamboo.deployments.versions that return PlanResultKey | |
|---|---|
PlanResultKey |
ArtifactDeploymentVersionItemImpl.getPlanResultKey()
|
PlanResultKey |
InternalArtifactDeploymentVersionItem.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.actions |
|---|
| Fields in com.atlassian.bamboo.deployments.versions.actions declared as PlanResultKey | |
|---|---|
protected PlanResultKey |
AbstractDeploymentVersionHistoryAction.planResultKey
|
| Methods in com.atlassian.bamboo.deployments.versions.actions that return PlanResultKey | |
|---|---|
PlanResultKey |
CreateDeploymentVersion.getLastVersionPlanResultKey()
|
PlanResultKey |
AbstractDeploymentVersionHistoryAction.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type PlanResultKey | |
|---|---|
protected Pair<DeploymentVersion,PlanResultKey> |
AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey(PlanKey sourcePlanKey,
long deploymentProjectId)
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.index |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.index that return PlanResultKey | |
|---|---|
PlanResultKey |
IndexedVersionImpl.getPlanResultKey()
|
PlanResultKey |
IndexedVersion.getPlanResultKey()
|
| Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type PlanResultKey | |
|---|---|
IndexedVersionImpl(DeploymentVersion deploymentVersion,
DeploymentProject deploymentProject,
PlanResultKey planResultKey,
java.util.List<DeploymentVersionLinkedJiraIssue> issues)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence |
|---|
| Fields in com.atlassian.bamboo.deployments.versions.persistence with type parameters of type PlanResultKey | |
|---|---|
static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey> |
DeploymentVersionPlanResultKey.toPlanResultKey
|
| Methods in com.atlassian.bamboo.deployments.versions.persistence that return PlanResultKey | |
|---|---|
PlanResultKey |
DeploymentVersionPlanResultKey.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type PlanResultKey | |
|---|---|
java.util.Set<PlanResultKey> |
DeploymentVersionDaoImpl.getRelatedPlanResultKeys(long deploymentVersionId)
|
java.util.Set<PlanResultKey> |
DeploymentVersionDao.getRelatedPlanResultKeys(long deploymentVersionId)
|
| Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey | |
|---|---|
DeploymentVersionPlanResultKey |
DeploymentVersionPlanResultKey.FromPlanResultKey.apply(PlanResultKey planResultKey)
|
MutableDeploymentVersion |
DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
|
MutableDeploymentVersion |
DeploymentVersionDao.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
Find the first version that is created from a result which is later than current result (not taking custom revision into account) |
MutableDeploymentVersion |
DeploymentVersionDaoImpl.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
MutableDeploymentVersion |
DeploymentVersionDao.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Find latest version of a deployment project that is related to specific plan result. |
void |
DeploymentVersionPlanResultKey.setPlanResultKey(PlanResultKey planResultKey)
|
| Method parameters in com.atlassian.bamboo.deployments.versions.persistence with type arguments of type PlanResultKey | |
|---|---|
void |
MutableDeploymentVersionImpl.setRelatedPlanResultKeys(java.util.Set<PlanResultKey> relatedPlanResultKeys)
|
| Constructors in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey | |
|---|---|
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion,
PlanResultKey planResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence.items |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return PlanResultKey | |
|---|---|
PlanResultKey |
MutableArtifactDeploymentVersionItemImpl.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type PlanResultKey | |
|---|---|
void |
MutableArtifactDeploymentVersionItemImpl.setPlanResultKey(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.service |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type PlanResultKey | |
|---|---|
java.util.Set<PlanResultKey> |
DeploymentVersionServiceImpl.getRelatedPlanResultKeys(long deploymentVersionId)
|
java.util.Set<PlanResultKey> |
DeploymentVersionService.getRelatedPlanResultKeys(long deploymentVersionId)
|
| Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type PlanResultKey | |
|---|---|
void |
DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion mutableDeploymentVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db. |
void |
DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion mutableDeploymentVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions and saves them to the db. |
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Deprecated. since 5.6 use DeploymentVersionService.getOrCreateDeploymentVersion(long, PlanResultKey) |
DeploymentVersion |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
java.lang.String versionName,
java.lang.String nextVersionName)
|
DeploymentVersion |
DeploymentVersionService.createDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
com.atlassian.user.User user,
java.lang.String versionName,
java.lang.String nextVersionName)
Create a deployment version with a specific name. |
Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions. |
Pair<java.util.List<MutableDeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions. |
Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions. |
Pair<java.util.List<DeploymentVersionVcsChangeset>,java.util.List<InternalLinkedJiraIssue>> |
DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId,
MutableDeploymentVersion newVersion,
PlanResultKey planResultKey)
Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions. |
DeploymentVersion |
DeploymentVersionServiceImpl.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.findNextVersionContainingResult(long deploymentProjectId,
PlanResultKey planResultKey)
Find the first version that is created from a result which is later than current result (not taking custom revision into account) |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
Finds the changesets if a new version would be created from planResultKey. |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits,
DeploymentVersion version)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits,
DeploymentVersion version)
Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey. |
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Finds the relevant jira issues if a new version would be created from planResultKey. |
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
|
java.util.List<InternalLinkedJiraIssue> |
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
DeploymentVersion previousVersion)
Same as above, but gets all issues between a specific version and the planResultKey. |
DeploymentVersion |
DeploymentVersionServiceImpl.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.getOrCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Given a build result, find a deployment version that matches it, or create it if it doesn't exist. |
java.util.Map<java.lang.String,VariableDefinitionContext> |
DeploymentVersionServiceImpl.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable)
|
java.util.Map<java.lang.String,VariableDefinitionContext> |
DeploymentVersionService.getPossibleVersionVariables(ImmutablePlan linkedPlan,
PlanResultKey planResultKey,
boolean includeUndeterminable)
Provides a map of variables which might show up on a version. |
DeploymentVersion |
DeploymentVersionServiceImpl.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
|
DeploymentVersion |
DeploymentVersionService.getRelatedVersion(long deploymentProjectId,
PlanResultKey planResultKey)
Find latest version of a deployment project that is related to specific plan result. |
ErrorCollection |
DeploymentVersionServiceImpl.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
java.lang.String name,
java.lang.String nextVersionName)
|
ErrorCollection |
DeploymentVersionService.validateCreateDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
java.lang.String name,
java.lang.String nextVersionName)
Validates values to be used for creating a new version. |
| Uses of PlanResultKey in com.atlassian.bamboo.event |
|---|
| Fields in com.atlassian.bamboo.event declared as PlanResultKey | |
|---|---|
protected PlanResultKey |
ResultsSummaryUpdatedEvent.planResultKey
|
protected PlanResultKey |
BuildResultEvent.planResultKey
|
| Methods in com.atlassian.bamboo.event that return PlanResultKey | |
|---|---|
PlanResultKey |
ResultsSummaryUpdatedEvent.getPlanResultKey()
|
PlanResultKey |
PlanResultEvent.getPlanResultKey()
Get the PlanResultKey for the ResultsSummary |
PlanResultKey |
ChainResultEvent.getPlanResultKey()
Get the PlanResultKey for the ChainResultsSummary |
PlanResultKey |
BuildResultEvent.getPlanResultKey()
Gets the PlanResultKey |
| Constructors in com.atlassian.bamboo.event with parameters of type PlanResultKey | |
|---|---|
BuildCommentDeletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
Comment comment)
|
|
BuildCommentedEvent(java.lang.Object source,
PlanResultKey planResultKey,
Comment comment)
|
|
BuildCompletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState)
|
|
BuildFinishedEvent(java.lang.Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState)
|
|
BuildResultDeletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
long id)
|
|
BuildResultEvent(java.lang.Object source,
PlanResultKey planResultKey)
|
|
BuildStateResultEvent(java.lang.Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState)
|
|
ChainResultDeletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
long id)
|
|
ChainResultEvent(java.lang.Object source,
PlanResultKey planResultKey)
|
|
JobCompletedEvent(java.lang.Object source,
PlanResultKey planResultKey,
BuildState buildState,
LifeCycleState lifeCycleState,
int numberOfPreviouslyFailedJobs)
|
|
ResultLabelAddedEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.lang.String label,
com.atlassian.user.User user)
|
|
ResultLabelEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.lang.String label,
com.atlassian.user.User user)
|
|
ResultLabelRemovedEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.lang.String label,
com.atlassian.user.User user)
|
|
ResultsSummaryUpdatedEvent(java.lang.Object source,
PlanResultKey planResultKey)
|
|
ResultsSummaryUpdatedEvent(java.lang.Object source,
PlanResultKey planResultKey,
java.util.Set<java.lang.String> affectedJiraIssuesKeys)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.fileserver |
|---|
| Methods in com.atlassian.bamboo.fileserver with parameters of type PlanResultKey | |
|---|---|
static java.io.File |
SystemDirectory.getArtifactDestinationDirectory(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact)
Deprecated. since 4.2 use an appropriate method on $ SystemDirectory.getArtifactStorage() |
java.io.File |
ArtifactStorage.getArtifactDestinationDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
|
java.lang.String |
ArtifactPaths.getArtifactDestinationDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
|
static java.io.File |
SystemDirectory.getArtifactDirectory(PlanResultKey planResultKey)
Deprecated. since 4.2 use an appropriate method on $ SystemDirectory.getArtifactStorage() |
java.io.File |
ArtifactStorage.getArtifactDirectory(PlanResultKey planResultKey)
|
java.lang.String |
ArtifactPaths.getArtifactDirectory(PlanResultKey planResultKey)
|
static java.lang.String |
SystemDirectory.getArtifactPathSuffix(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact)
Deprecated. since 4.2 use an appropriate method on $ SystemDirectory.getArtifactStorage() |
static java.lang.String |
ArtifactStorage.getArtifactPathSuffix(PlanResultKey planResultKey,
ArtifactDefinitionContext artifact)
Deprecated. since 4.4 use $ ArtifactPaths.getArtifactPathSuffix() |
static java.lang.String |
ArtifactPaths.getArtifactPathSuffix(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
_CHAIN_KEY_ / _JOB_KEY_|"shared" / _BUILD_NUMBER_ (/ artifact-name) |
static java.lang.String |
ArtifactPaths.getArtifactPathSuffix(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact,
char separatorChar)
_CHAIN_KEY_ / _JOB_KEY_|"shared" / _BUILD_NUMBER_ (/ artifact-name) |
| Uses of PlanResultKey in com.atlassian.bamboo.index.buildresult.events |
|---|
| Methods in com.atlassian.bamboo.index.buildresult.events that return PlanResultKey | |
|---|---|
PlanResultKey |
ChainResultUpdateIndexedEvent.getPlanResultKey()
|
PlanResultKey |
ChainResultIndexedEvent.getPlanResultKey()
|
PlanResultKey |
ChainResultDeindexedEvent.getPlanResultKey()
|
| Constructors in com.atlassian.bamboo.index.buildresult.events with parameters of type PlanResultKey | |
|---|---|
ChainResultDeindexedEvent(Indexer source,
PlanResultKey planResultKey,
java.util.Set<java.lang.String> jiraIssueKeys)
|
|
ChainResultIndexedEvent(Indexer source,
PlanResultKey planResultKey)
|
|
ChainResultUpdateIndexedEvent(Indexer source,
PlanResultKey planResultKey,
java.util.Set<java.lang.String> jiraIssueKeys)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.index.fields |
|---|
| Methods in com.atlassian.bamboo.index.fields that return PlanResultKey | |
|---|---|
protected PlanResultKey |
IndexedEntityPlanResultKeyFieldImpl.valueFromField(org.apache.lucene.index.IndexableField field)
|
| Methods in com.atlassian.bamboo.index.fields with parameters of type PlanResultKey | |
|---|---|
protected org.apache.lucene.index.IndexableField |
IndexedEntityPlanResultKeyFieldImpl.valueToField(PlanResultKey value)
|
| Uses of PlanResultKey in com.atlassian.bamboo.js |
|---|
| Constructors in com.atlassian.bamboo.js with parameters of type PlanResultKey | |
|---|---|
PlanDecorator(ImmutableTopLevelPlan plan,
java.lang.Long currentTime,
boolean favourite,
com.opensymphony.xwork2.TextProvider textProvider,
PlanExecutionManager planExecutionManager,
PlanResultKey lastResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.labels |
|---|
| Methods in com.atlassian.bamboo.labels with parameters of type PlanResultKey | |
|---|---|
int |
LabelManager.addLabel(java.lang.String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
Add a label against a build result. |
int |
LabelManagerImpl.addLabel(java.lang.String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
|
protected int |
LabelManagerImpl.addLabel(java.lang.String labelName,
java.lang.String namespace,
Project project,
Plan plan,
PlanResultKey planResultKey,
java.lang.String userName)
|
int |
LabelManager.removeLabel(java.lang.String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
Removes a label against a build result. |
int |
LabelManagerImpl.removeLabel(java.lang.String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
|
protected int |
LabelManagerImpl.removeLabel(java.lang.String labelName,
java.lang.String namespace,
Project project,
ImmutablePlan plan,
PlanResultKey planResultKey,
java.lang.String userName)
|
| Uses of PlanResultKey in com.atlassian.bamboo.migration.beans |
|---|
| Methods in com.atlassian.bamboo.migration.beans with parameters of type PlanResultKey | |
|---|---|
BuildResultsSummary |
DummyResultsSummaryCache.get(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.migration.stream |
|---|
| Methods in com.atlassian.bamboo.migration.stream that return PlanResultKey | |
|---|---|
protected PlanResultKey |
PlanResultKeyListMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
| Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanResultKey | |
|---|---|
protected void |
PlanResultKeyListMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
PlanResultKey planResultKey,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
| Uses of PlanResultKey in com.atlassian.bamboo.migration.utils |
|---|
| Methods in com.atlassian.bamboo.migration.utils that return PlanResultKey | |
|---|---|
PlanResultKey |
BuildResultKeyHolder.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.elements.deployments.versions |
|---|
| Fields in com.atlassian.bamboo.pageobjects.elements.deployments.versions with type parameters of type PlanResultKey | |
|---|---|
static com.google.common.base.Function<CreateVersionBuildResultElement,PlanResultKey> |
CreateVersionBuildResultElement.toPlanResultKey
|
| Methods in com.atlassian.bamboo.pageobjects.elements.deployments.versions that return PlanResultKey | |
|---|---|
PlanResultKey |
CreateVersionBuildResultElement.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.helpers |
|---|
| Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type PlanResultKey | |
|---|---|
void |
PlanHelper.runPlanAndWaitForSuccessfulResult(PlanResultKey planResultKey)
|
void |
PlanHelper.waitForSuccessfulResult(PlanResultKey planResultKey)
TODO replace this with some REST based polling |
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.helpers.deployments |
|---|
| Methods in com.atlassian.bamboo.pageobjects.helpers.deployments with parameters of type PlanResultKey | |
|---|---|
void |
DeploymentsHelper.assertReleaseArtifactProviders(java.lang.String environmentId,
PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.deployment |
|---|
| Methods in com.atlassian.bamboo.pageobjects.pages.deployment that return types with arguments of type PlanResultKey | |
|---|---|
java.lang.Iterable<PlanResultKey> |
CreateVersionPage.allBuildResultKeys()
|
| Methods in com.atlassian.bamboo.pageobjects.pages.deployment with parameters of type PlanResultKey | |
|---|---|
DeploymentResultPage |
DeploymentResultPage.assertLastResultTriggerReasonIsChildOf(PlanResultKey resultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.deployment.versions |
|---|
| Methods in com.atlassian.bamboo.pageobjects.pages.deployment.versions that return types with arguments of type PlanResultKey | |
|---|---|
java.util.Set<PlanResultKey> |
VersionDetailsComponent.getArtifactProviders()
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.plan |
|---|
| Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanResultKey | |
|---|---|
ResultSummaryPage(PlanResultKey planResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.plan.result |
|---|
| Constructors in com.atlassian.bamboo.pageobjects.pages.plan.result with parameters of type PlanResultKey | |
|---|---|
JobResultViewLogs(PlanResultKey planResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.plan |
|---|
| Methods in com.atlassian.bamboo.plan that return PlanResultKey | |
|---|---|
PlanResultKey |
PlanResultKeyUserType.fromString(java.lang.String key)
|
static PlanResultKey |
PlanKeys.getChainResultKey(PlanResultKey planResultKey)
Creates a chain result key from job result key. |
PlanResultKey |
AbstractChain.getLastResultKey()
|
PlanResultKey |
ExecutionRequestResult.getPlanResultKey()
The PlanResultKey of the executing Plan |
static PlanResultKey |
PlanKeys.getPlanResultKey(PlanKey planKey,
int buildNumber)
Creates a PlanResultKey from the given PlanKey and buildNumber |
static PlanResultKey |
PlanKeys.getPlanResultKey(java.lang.String planResultKey)
Creates a PlanResultKey from its string form 'BAM-BOO-123' |
static PlanResultKey |
PlanKeys.getPlanResultKey(java.lang.String planKey,
int buildNumber)
Creates a PlanResultKey from the given planKey and buildNumber |
PlanResultKey |
PlanExecutionConfig.getResultToRerun()
PlanResultKey of build to start again |
PlanResultKey |
PlanExecutionConfigImpl.getResultToRerun()
|
| Methods in com.atlassian.bamboo.plan that return types with arguments of type PlanResultKey | |
|---|---|
static com.google.common.base.Function<PlanResultKey,PlanKey> |
PlanKeys.planKeyFromPlanResultKey()
|
static com.google.common.base.Function<PlanResultKey,java.lang.String> |
PlanKeys.planKeyStringFromPlanResultKey()
|
| Methods in com.atlassian.bamboo.plan with parameters of type PlanResultKey | ||
|---|---|---|
static PlanResultKey |
PlanKeys.getChainResultKey(PlanResultKey planResultKey)
Creates a chain result key from job result key. |
|
java.util.List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
Returns all CurrentlyBuilding for specified PlanResultKey In case plan is a Chain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list
(effectively CurrentlyBuilding for all chain's children jobs will be returned) |
|
java.util.List<CurrentlyBuilding> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey)
|
|
ExecutionStatus |
ExecutionStatusProvider.getExecutionStatus(PlanResultKey planResultKey)
Returns a ExecutionStatus for the given PlanResultKey |
|
ExecutionStatus |
PlanExecutionManagerImpl.getExecutionStatus(PlanResultKey planResultKey)
|
|
ExecutionStatus |
ExecutionStatusProviderImpl.getExecutionStatus(PlanResultKey planResultKey)
|
|
BuildExecution |
ExecutionStatusProvider.getJobExecution(PlanResultKey planResultKey)
Get the state of a single Job being executed |
|
BuildExecution |
PlanExecutionManagerImpl.getJobExecution(PlanResultKey planResultKey)
|
|
BuildExecution |
ExecutionStatusProviderImpl.getJobExecution(PlanResultKey planResultKey)
|
|
Plan |
PlanManager.getPlanByResultKey(PlanResultKey planResultKey)
Deprecated. |
|
Plan |
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey)
|
|
|
PlanManager.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
Deprecated. |
|
|
PlanManagerImpl.getPlanByResultKey(PlanResultKey planResultKey,
java.lang.Class<T> planType)
|
|
static java.lang.String |
PlanKeys.getPlanKeyPart(PlanResultKey planResultKey)
Returns plan key part for given PlanResultKey |
|
static java.lang.String |
PlanKeys.getProjectKeyPart(PlanResultKey planResultKey)
Returns project key part for given PlanResultKey |
|
boolean |
ExecutableAgentsHelper.planHasExecutableAgents(PlanResultKey planResultKey)
Checks if a Buildable can be built on any active agent. |
|
boolean |
ExecutableAgentsHelperImpl.planHasExecutableAgents(PlanResultKey planResultKey)
Checks if a Job can be built on any active agent. |
|
void |
PlanStatePersisterServiceImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
|
|
void |
PlanStatePersisterService.saveNotBuiltBuildResult(PlanResultKey planResultKey)
Saves results of not build results identified by PlanResultKey. |
|
void |
PlanStatePersisterImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey)
|
|
void |
PlanStatePersister.saveNotBuiltBuildResult(PlanResultKey planResultKey)
Handles results of not built job. |
|
void |
PlanExecutionManager.stopPlan(PlanResultKey planResultKey,
boolean abandonResult,
java.lang.String userName)
|
|
void |
PlanExecutionManagerImpl.stopPlan(PlanResultKey planResultKey,
boolean abandonResult,
java.lang.String userName)
|
|
java.lang.String |
PlanResultKeyUserType.toString(PlanResultKey planResultKey)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.plan.artifact |
|---|
| Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanResultKey | |
|---|---|
java.util.List<ArtifactDefinitionContext> |
ArtifactSubscriptionManager.prepareArtifactDefinitionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
Helps prepare the artifact definitions |
java.util.List<ArtifactDefinitionContext> |
ArtifactSubscriptionManagerImpl.prepareArtifactDefinitionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManager.prepareSubscriptionContexts(ImmutableJob job,
PlanResultKey planResultKey)
|
java.util.List<ArtifactSubscriptionContext> |
ArtifactSubscriptionManagerImpl.prepareSubscriptionContexts(ImmutableJob job,
PlanResultKey chainResultKey)
|
void |
ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey)
Deprecated. since 4.4 use $ ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext, com.atlassian.bamboo.plan.PlanResultKey, String) |
void |
ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey)
|
void |
ArtifactSubscriptionManager.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey,
java.lang.String artifactLinkType)
Store consumed subscription. |
void |
ArtifactSubscriptionManagerImpl.saveConsumedSubscription(ArtifactSubscriptionContext artifactSubscription,
PlanResultKey planResultKey,
java.lang.String artifactLinkType)
|
| Uses of PlanResultKey in com.atlassian.bamboo.plan.cache |
|---|
| Methods in com.atlassian.bamboo.plan.cache that return PlanResultKey | |
|---|---|
PlanResultKey |
ImmutableChain.getLastResultKey()
Get the latest result key including active (not finished) results |
PlanResultKey |
AbstractImmutableChain.getLastResultKey()
|
| Methods in com.atlassian.bamboo.plan.cache with parameters of type PlanResultKey | |
|---|---|
ChainResultDetails |
ImmutablePlanManager.getChainResultDetails(PlanResultKey planResultKey)
|
ChainResultDetails |
ImmutablePlanManagerImpl.getChainResultDetails(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.plan.trigger |
|---|
| Methods in com.atlassian.bamboo.plan.trigger with parameters of type PlanResultKey | |
|---|---|
PlanTriggerResult |
PlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys)
|
| Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.release |
|---|
| Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type PlanResultKey | |
|---|---|
PlanTriggerResult |
JIRAReleasePlanTrigger.triggerPlan(TriggerReason triggerReason,
PlanResultKey planResultKey,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.Map<java.lang.String,java.lang.String> customVariables,
PlanVcsRevisionDataSet lastVcsRevisionKeys)
|
| Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.rest.model.build |
|---|
| Method parameters in com.atlassian.bamboo.plugins.jira.rest.model.build with type arguments of type PlanResultKey | |
|---|---|
static com.google.common.base.Function<com.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummaryDocument>,PlanSummary> |
PlanSummary.createPlanSummary(ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
static com.google.common.base.Function<com.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummaryDocument>,PlanSummary> |
PlanSummary.createPlanSummary(ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
| Constructor parameters in com.atlassian.bamboo.plugins.jira.rest.model.build with type arguments of type PlanResultKey | |
|---|---|
BuildStatusSummary(ChainResultsSummaryDocument chainResultsSummaryDocument,
ArtifactLinkManager artifactLinkManager,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
|
BuildStatusSummary(ChainResultsSummaryDocument chainResultsSummaryDocument,
ArtifactLinkManager artifactLinkManager,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
|
PlanSummary(ImmutableChain chain,
ChainResultsSummaryDocument chainResultsSummaryDocument,
ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
|
PlanSummary(ImmutableChain chain,
ChainResultsSummaryDocument chainResultsSummaryDocument,
ArtifactLinkManager artifactLinkManager,
CustomVariableContext customVariableContext,
java.util.Map<PlanResultKey,PlanResultKey> buildFixesBuildMap,
java.lang.String baseUrl)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.plugins.testutils.deployments |
|---|
| Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type PlanResultKey | |
|---|---|
DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(DeploymentProject deploymentProject,
PlanResultKey resultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.plugins.vcs.task |
|---|
| Methods in com.atlassian.bamboo.plugins.vcs.task that return PlanResultKey | |
|---|---|
PlanResultKey |
DeploymentRepositoryBuildContext.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.rest.adapter |
|---|
| Methods in com.atlassian.bamboo.rest.adapter that return PlanResultKey | |
|---|---|
PlanResultKey |
PlanResultKeyAdapter.unmarshal(java.lang.String planResultKey)
|
| Methods in com.atlassian.bamboo.rest.adapter with parameters of type PlanResultKey | |
|---|---|
java.lang.String |
PlanResultKeyAdapter.marshal(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.resultsummary |
|---|
| Methods in com.atlassian.bamboo.resultsummary that return PlanResultKey | |
|---|---|
PlanResultKey |
ImmutableResultsSummary.getPlanResultKey()
Gets the PlanResultKey for this ImmutableResultsSummary |
PlanResultKey |
BaseResultSummary.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.resultsummary with parameters of type PlanResultKey | ||
|---|---|---|
|
ResultsSummaryManager.findFirstResultAfter(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
Finds the first ResultsSummary after a specified build which is either FINISHED or can be FINISHED, i.e. |
|
|
BuildResultsSummaryManagerImpl.findFirstResultAfter(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
|
|
ResultsSummary |
ResultsSummaryManager.findFirstSuccessfulBuildResultAfter(PlanResultKey planResultKey)
Finds the last successful ResultsSummary after buildNumber |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findFirstSuccessfulBuildResultAfter(PlanResultKey planResultKey)
|
|
|
BuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
|
|
|
ResultsSummaryManager.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last successful or failing BuildResultsSummary before buildNumber |
|
|
BuildResultsSummaryDao.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
|
|
|
BuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
|
|
|
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
Finds the last successful or failing ResultsSummary before planResultKey.getBuildNumber |
|
|
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
|
|
|
ResultsSummaryManager.findLastResultBefore(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last ResultsSummary before planResultKey.getBuildNumber |
|
|
BuildResultsSummaryManagerImpl.findLastResultBefore(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
boolean includeOnceOffBuilds)
|
|
ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey)
Finds the last successful ResultsSummary before build |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(PlanResultKey planResultKey)
|
|
ResultsSummary |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey)
Lookup the ResultsSummary by PlanResultKey |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey)
|
|
|
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
|
|
|
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
Lookup ResultsSummary by PlanResultKey and expected type |
|
|
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
Lookup ResultsSummary by PlanResultKey and expected type |
|
|
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass)
|
|
|
BuildResultsSummaryHibernateDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
|
|
|
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
Lookup ResultsSummary by PlanResultKey and expected type. |
|
|
BuildResultsSummaryDao.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
Lookup ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read |
|
|
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> aClass,
ResultDataRead dataRead)
|
|
ResultsSummary |
ResultsSummaryManager.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead)
Lookup the ResultsSummary by PlanResultKey. |
|
ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(PlanResultKey planResultKey,
ResultDataRead dataRead)
|
|
java.lang.Long |
BuildResultsSummaryHibernateDao.getResultsSummaryId(PlanResultKey planResultKey)
|
|
java.lang.Long |
BuildResultsSummaryDao.getResultsSummaryId(PlanResultKey planResultKey)
Return ResultsSummary's database id. |
|
static
|
ResultSummaryTestHelper.mockResultsSummary(PlanResultKey planResultKey,
java.lang.Class<T> summaryClass)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.resultsummary.tests |
|---|
| Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanResultKey | |
|---|---|
java.util.List<TestClassResult> |
TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey)
|
java.util.List<TestClassResult> |
TestsManager.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary |
java.util.List<TestClassResult> |
TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary |
java.util.List<TestClassResult> |
TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor |
|---|
| Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type PlanResultKey | |
|---|---|
com.jayway.restassured.path.json.JsonPath |
PlansControl.waitForCompletedBuild(PlanResultKey key)
|
| Uses of PlanResultKey in com.atlassian.bamboo.testutils.build.logger |
|---|
| Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type PlanResultKey | |
|---|---|
BuildLogger |
BuildLoggerManagerForTesting.getBuildLogger(PlanResultKey resultKey)
|
void |
BuildLoggerManagerForTesting.removeBuildLogger(PlanResultKey buildResultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.utils |
|---|
| Methods in com.atlassian.bamboo.utils that return types with arguments of type PlanResultKey | |
|---|---|
static com.google.common.collect.Ordering<PlanResultKey> |
Comparators.getPlanResultKeyOrdering()
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build |
|---|
| Methods in com.atlassian.bamboo.v2.build that return PlanResultKey | |
|---|---|
PlanResultKey |
BuildIdentifier.getPlanResultKey()
Gets the PlanResultKey for the current BuildIdentifier |
PlanResultKey |
CurrentlyBuildingImpl.getPlanResultKey()
|
PlanResultKey |
BuildIdentifierImpl.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent with parameters of type PlanResultKey | |
|---|---|
void |
LocalBuildResultProcessor.terminateBuild(PlanResultKey resultKey)
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.messages |
|---|
| Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type PlanResultKey | |
|---|---|
ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription)
Deprecated. |
|
ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.lang.String artifactLinkType)
|
|
ArtifactPublishMessage(org.apache.tools.ant.types.FileSet sourceFileSet,
PlanResultKey planResultKey,
ArtifactDefinitionContext artifact)
|
|
ArtifactRequestMessage(PlanResultKey planResultKey,
ResultKey resultKey,
ArtifactSubscriptionContext artifactSubscriptionContext,
java.io.File baseDestinationPath)
|
|
StartStreamingBuildLogs(PlanResultKey planResultKey)
Deprecated. |
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.remote |
|---|
| Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type PlanResultKey | |
|---|---|
BuildLogger |
RemoteBuildLoggerManager.getBuildLogger(PlanResultKey resultKey)
|
protected void |
RemoteArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
java.lang.String artifactLinkType)
|
void |
RemoteBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
|
void |
RemoteBuildLogger.startStreamingBuildLogs(PlanResultKey planResultKey)
Deprecated. |
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.events |
|---|
| Methods in com.atlassian.bamboo.v2.build.events that return PlanResultKey | |
|---|---|
PlanResultKey |
BuildContextEvent.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.timing |
|---|
| Methods in com.atlassian.bamboo.v2.build.timing that return PlanResultKey | |
|---|---|
PlanResultKey |
BuildTimingPoint.getPlanResultKey()
|
PlanResultKey |
AbstractBuildTimingPoint.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey | |
|---|---|
static BuildTimingPoints.AgentAssigned |
BuildTimingPoints.agentAssigned(PlanResultKey planResultKey,
java.util.Date date,
long agentId)
|
static BuildTimingPoints.ExecutionCancelled |
BuildTimingPoints.executionCancelled(PlanResultKey planResultKey,
java.util.Date date,
boolean buildActuallyCancelled)
|
static BuildTimingPoints.ExecutionFinished |
BuildTimingPoints.executionFinished(PlanResultKey planResultKey,
java.util.Date date)
|
| Constructors in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey | |
|---|---|
AbstractBuildTimingPoint(PlanResultKey planResultKey,
java.util.Date date)
|
|
BuildTimingPoints.AgentAssigned(PlanResultKey planResultKey,
java.util.Date date,
long agentId)
|
|
BuildTimingPoints.ExecutionCancelled(PlanResultKey planResultKey,
java.util.Date date,
boolean buildActuallyCancelled)
|
|
BuildTimingPoints.ExecutionFinished(PlanResultKey planResultKey,
java.util.Date date)
|
|
| Uses of PlanResultKey in com.atlassian.bamboo.v2.build.trigger |
|---|
| Methods in com.atlassian.bamboo.v2.build.trigger that return PlanResultKey | |
|---|---|
PlanResultKey |
ScheduledTriggerReason.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions |
|---|
| Methods in com.atlassian.bamboo.ww2.actions that return PlanResultKey | |
|---|---|
PlanResultKey |
PlanActionSupport.getTypedPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.ww2.beans |
|---|
| Methods in com.atlassian.bamboo.ww2.beans that return PlanResultKey | |
|---|---|
PlanResultKey |
DecoratedResult.getPlanResultKey()
|
| Uses of PlanResultKey in com.atlassian.bamboo.xmpp.commands |
|---|
| Methods in com.atlassian.bamboo.xmpp.commands that return PlanResultKey | |
|---|---|
PlanResultKey |
AbstractSmackCommand.getPlanResultKey()
|
| Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanResultKey | |
|---|---|
void |
AbstractSmackCommand.setPlanResultKey(PlanResultKey planResultKey)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||