Uses of Class
com.atlassian.bamboo.plan.PlanResultKey
Package
Description
-
Uses of PlanResultKey in com.atlassian.bamboo.artifact
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,
PlanResultKey> MutableArtifactImpl_.planResultKey
Modifier and TypeMethodDescription@NotNull PlanResultKey
Artifact.getPlanResultKey()
Get key ofResultsSummary
that owns thisArtifact
.@NotNull PlanResultKey
ArtifactImpl.getPlanResultKey()
@NotNull PlanResultKey
MutableArtifactImpl.getPlanResultKey()
Modifier and TypeMethodDescriptionArtifactDao.findPlanResultArtifactsReferencedByVersion
(@NotNull PlanResultKey planResultKey) Find all artifacts that belong to a build result are part of a deployment version.ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion
(@NotNull PlanResultKey planResultKey) void
ArtifactDao.removeByPlanResultKey
(@NotNull PlanResultKey planResultKey) Remove all artifacts that belong to a build result and are not part of a deployment version.void
ArtifactHibernateDao.removeByPlanResultKey
(@NotNull PlanResultKey planResultKey) void
MutableArtifact.setPlanResultKey
(@NotNull PlanResultKey planResultKey) void
MutableArtifactImpl.setPlanResultKey
(PlanResultKey planResultKey) ModifierConstructorDescriptionMutableArtifactImpl
(String label, PlanResultKey planResultKey, String linkType, boolean sharedArtifact) MutableArtifactImpl
(String label, PlanResultKey planResultKey, String linkType, boolean sharedArtifact, Long persistedSize) -
Uses of PlanResultKey in com.atlassian.bamboo.brokenbuildtracker.notifications
Modifier and TypeMethodDescriptionvoid
UserResponsibilityEvent.setPlanResultKey
(PlanResultKey planResultKey) ModifierConstructorDescriptionUserRespAddedEvent
(Object source, PlanResultKey resultKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) UserResponsibilityEvent
(Object source, PlanResultKey planResultKey, String userResponsible, @Nullable String userWhoUpdated, @NotNull TrackingEntry trackingEntry) UserRespRemovedEvent
(Object source, PlanResultKey resultKey, String userResponsible, @Nullable String userWhoUpdated, TrackingEntry trackingEntry) -
Uses of PlanResultKey in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable PlanResultKey
BuildRequestResultImpl.getPlanResultKey()
Modifier and TypeMethodDescriptionvoid
DefaultStopBuildManager.cancelBuild
(@NotNull PlanResultKey planResultKey, boolean abandonResult) void
StopBuildManager.cancelBuild
(@NotNull PlanResultKey planResultKey, boolean abandonResult) Cancel a running build optionally abandoning the resultvoid
BuildExecutionManager.finishBuild
(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds) Calls removeCurrentlyBuilding and finishProcessvoid
DefaultBuildExecutionManager.finishBuild
(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds) void
BuildExecutionManager.finishBuildWithCleanState
(@NotNull PlanResultKey planResultKey, @NotNull BuildContext buildContext) Calls removeCurrentlyBuilding and finishProcess.void
DefaultBuildExecutionManager.finishBuildWithCleanState
(@NotNull PlanResultKey planResultKey, @NotNull BuildContext buildContext) @Nullable ExecutionStatus
ChainResultsAction.getExecutionStatus
(PlanResultKey planResultKey) void
BuildLoggerManager.removeBuildLogger
(PlanResultKey buildResultKey) Removes buildLogger for finished build process.@Nullable CurrentlyBuilding
CurrentlyBuildingContainer.startBuildingOnAgent
(@NotNull PlanResultKey planResultKey, long agentId, Date sentToAgentTimestamp) Modifier and TypeMethodDescriptionCurrentlyBuildingContainer.restoreState
(Set<PlanResultKey> pendingBuildKeys, ExecutorService executorService) -
Uses of PlanResultKey in com.atlassian.bamboo.build.artifact
Modifier and TypeMethodDescriptionstatic String
TrampolineUrlArtifactLinkDataProvider.createTrampolineUrl
(PlanResultKey planResultKey, String artifactName, @Nullable String tag) @NotNull Collection<ArtifactLink>
ArtifactLinkManager.findArtifactLinksByChainResultKey
(@NotNull PlanResultKey chainResultKey) @NotNull Collection<ArtifactLink>
DefaultArtifactLinkManager.findArtifactLinksByChainResultKey
(@NotNull PlanResultKey chainResultKey) @NotNull Collection<ArtifactLink>
ArtifactLinkDao.findArtifactsByChainResultKey
(@NotNull PlanResultKey chainResultKey) Gets all theArtifactLink
s for the givenPlanResultKey
@NotNull Collection<ArtifactLink>
ArtifactLinkHibernateDao.findArtifactsByChainResultKey
(@NotNull PlanResultKey chainResultKey) ArtifactLinkManager.findArtifactsByChainResultKey
(@NotNull PlanResultKey chainResultKey) Gets all theArtifact
s for the givenPlanResultKey
DefaultArtifactLinkManager.findArtifactsByChainResultKey
(@NotNull PlanResultKey chainResultKey) protected abstract void
AbstractArtifactManager.markSubscriptionAsConsumed
(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String linkType) protected void
LocalArtifactManager.markSubscriptionAsConsumed
(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType) AbstractArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) ArtifactManager.publish
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String, String> artifactHandlerConfiguration, int minExpectedFilesCnt) Request copy of artifacts from a designated location to artifact storage.void
AbstractLocalArtifactHandler.removeArtifactFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ImmutableArtifactDefinitionBase artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
ArtifactHandler.removeArtifactFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ImmutableArtifactDefinitionBase artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Removes artifact files for a single artifact.void
ArtifactHandlerDecoratorSupport.removeArtifactFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ImmutableArtifactDefinitionBase artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
BambooRemoteArtifactHandler.removeArtifactFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ImmutableArtifactDefinitionBase artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
S3ArtifactHandler.removeArtifactFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ImmutableArtifactDefinitionBase artifact, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
AbstractLocalArtifactHandler.removeArtifactsFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
ArtifactHandler.removeArtifactsFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) Removes artifact files for a single plan result.void
ArtifactHandlerDecoratorSupport.removeArtifactsFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
BambooRemoteArtifactHandler.removeArtifactsFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) void
S3ArtifactHandler.removeArtifactsFromStorage
(@NotNull PlanResultKey planResultKey, @NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) boolean
AbstractArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) boolean
AbstractArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ResultKey resultKey, @NotNull ArtifactDefinitionContext artifactDefinitionContext, @NotNull String destinationPath, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) boolean
ArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) Retrieves a plan artifact from artifact storage.boolean
ArtifactManager.retrieve
(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey planResultKey, @NotNull ResultKey clientKey, @NotNull ArtifactDefinitionContext artifactDefinitionContext, @NotNull String destinationPath, @NotNull Map<String, String> artifactHandlersConfiguration, @NotNull File buildWorkingDirectory, @NotNull Multimap<String, Artifact> availableArtifacts) Retrieves an artifact from artifact storage. -
Uses of PlanResultKey in com.atlassian.bamboo.build.logger
Modifier and TypeMethodDescriptionvoid
DefaultBuildLoggerManager.removeBuildLogger
(PlanResultKey buildResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.build.monitoring
Modifier and TypeMethodDescriptionstatic @NotNull String
BuildStopDelayedJob.getJobName
(@NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.build.warning
Modifier and TypeMethodDescriptionBuildWarning.getChainResultKey()
BuildWarning.Artifact.getJobResultKey()
ModifierConstructorDescriptionArtifact
(PlanResultKey jobResultKey, String artifactLabel) BuildWarning
(@NotNull PlanResultKey chainResultKey, boolean rebuild, @NotNull Collection<BuildWarningSummary> chainWarningSummaries, @NotNull Collection<BuildWarning.RepositoryChangeset> affectedChangesets, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull Collection<BuildWarning.Artifact> artifacts) -
Uses of PlanResultKey in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@NotNull PlanResultKey
BuildExecution.getPlanResultKey()
@NotNull PlanResultKey
ChainBuildState.getPlanResultKey()
PlanResultKey
for the currentChain
@NotNull PlanResultKey
ChainExecution.getPlanResultKey()
Get the result key@NotNull PlanResultKey
ChainState.getPlanResultKey()
PlanResultKey
for the theChain
executionChainStateCreationRequestResultImpl.getPlanResultKey()
Modifier and TypeMethodDescriptionChainResultManager.cleanForRerunBuild
(@NotNull BuildContext chainBuildContext) Removes all job and stage results.ChainResultManagerImpl.cleanForRerunBuild
(@NotNull BuildContext chainBuildContext) ChainExecutionManager.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) Restores the state of running chains after server restart on custom-provided executor service.ChainExecutionManagerImpl.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) Modifier and TypeMethodDescription@Nullable ChainBuildState
StageState.get
(@NotNull PlanResultKey planResultKey) Gets the Build State given the build result key@Nullable Long
ChainStateResult.getAverageDuration
(@NotNull PlanResultKey planResultKey) @Nullable BuildContext
ChainStateResult.getBuildContext
(@NotNull PlanResultKey planResultKey) Lookup aBuildContext
of a Job by itsPlanResultKey
@Nullable ChainBuildState
ChainState.getChainBuildState
(@NotNull PlanResultKey planResultKey) Gets the build state for the given buildResultKey@Nullable ChainExecution
ChainExecutionAccessor.getChainExecution
(@NotNull PlanResultKey planResultKey) Get the state of the single ChainExecution@Nullable ChainExecution
ChainExecutionManagerImpl.getChainExecution
(@NotNull PlanResultKey planResultKey) @Nullable BuildExecution
ChainExecutionAccessor.getJobExecution
(@NotNull PlanResultKey planResultKey) Get the state of a single Job being executed@Nullable BuildExecution
ChainExecutionManagerImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) boolean
ChainExecutionAccessor.isExecuting
(@NotNull PlanResultKey planResultKey) Checks ofBuildResultsSummary
represented byPlanResultKey
is currently building (ie started on an agent_boolean
ChainExecutionManagerImpl.isExecuting
(@NotNull PlanResultKey planResultKey) boolean
JobExecutionManager.requestStop
(@NotNull PlanResultKey planResultKey) Stops the build represented by itsPlanResultKey
and does not abandon the result If theImmutableResultsSummary.getLifeCycleState()
is notLifeCycleState.QUEUED
orLifeCycleState.IN_PROGRESS
the result will be transitioned toLifeCycleState.NOT_BUILT
andBuildState.UNKNOWN
boolean
JobExecutionManagerImpl.requestStop
(@NotNull PlanResultKey planResultKey) void
ChainExecutionManager.stop
(@NotNull PlanResultKey planResultKey) Stops the executing instance of theChain
represented byPlanResultKey
void
ChainExecutionManagerImpl.stop
(@NotNull PlanResultKey planResultKey) void
ChainResultManager.updateStateToInProgress
(@NotNull PlanResultKey chainResultKey, @NotNull Date startDate) void
ChainResultManagerImpl.updateStateToInProgress
(@NotNull PlanResultKey chainResultKey, @NotNull Date startDate) Modifier and TypeMethodDescriptionChainExecutionManager.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) Restores the state of running chains after server restart on custom-provided executor service.ChainExecutionManager.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) Restores the state of running chains after server restart on custom-provided executor service.ChainExecutionManagerImpl.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) ChainExecutionManagerImpl.restoreState
(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey, BuildResultsSummary> jobsInProgress, ExecutorService executorService) -
Uses of PlanResultKey in com.atlassian.bamboo.chains.execution
Modifier and TypeMethodDescription@NotNull List<Pair<PlanResultKey,
ChainState>> ChainStatePersister.loadAndReplayAll
(@NotNull Set<PlanResultKey> chainResultsToRestore) Loads stored objects matching provided keys and replays the journal on them.@NotNull List<Pair<PlanResultKey,
ChainState>> ChainStatePersisterImpl.loadAndReplayAll
(@NotNull Set<PlanResultKey> chainResultsToRestore) Modifier and TypeMethodDescriptionvoid
ChainStatePersister.appendToJournal
(@NotNull PlanResultKey key, @NotNull ChainStateJournalEntry journalEntry) Append to journal for a key.void
ChainStatePersisterImpl.appendToJournal
(@NotNull PlanResultKey key, @NotNull ChainStateJournalEntry journalEntry) void
ChainStatePersister.remove
(@NotNull PlanResultKey key) RemoveChainState
from the storage.void
ChainStatePersisterImpl.remove
(@NotNull PlanResultKey key) Modifier and TypeMethodDescription@NotNull List<Pair<PlanResultKey,
ChainState>> ChainStatePersister.loadAndReplayAll
(@NotNull Set<PlanResultKey> chainResultsToRestore) Loads stored objects matching provided keys and replays the journal on them.@NotNull List<Pair<PlanResultKey,
ChainState>> ChainStatePersisterImpl.loadAndReplayAll
(@NotNull Set<PlanResultKey> chainResultsToRestore) ModifierConstructorDescriptionAbstractBuildStateJournalEntry
(@NotNull PlanResultKey jobResultKey) JobDispatched
(@NotNull PlanResultKey jobResultKey) JobFinalized
(@NotNull PlanResultKey jobResultKey, BuildState buildState) -
Uses of PlanResultKey in com.atlassian.bamboo.clover.builder.coverage
Modifier and TypeMethodDescriptionvoid
CloverXmlFileValidator.validateCloverXmlFile
(@NotNull File cloverXmlFile, long taskStartTime, @NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.cluster.event.bamboo.plan
Modifier and TypeMethodDescriptionInvalidateLatestResultSummaryEvent.InvalidateLatestResultSummaryEntry.of
(@NotNull PlanResultKey planResultKey, boolean resetAverageBuildDuration) -
Uses of PlanResultKey in com.atlassian.bamboo.configuration.external
Modifier and TypeMethodDescriptionRepositoryStoredSpecsLogService.getBambooSpecsExecutionLogAccessor
(@NotNull PlanResultKey planResultKey) Provides log file accessor for build result.RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogAccessor
(@NotNull PlanResultKey planResultKey) @Nullable Path
RepositoryStoredSpecsLogService.getBambooSpecsExecutionLogFile
(@NotNull PlanResultKey planResultKey) @Nullable Path
RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogFile
(@NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.environments.index
Modifier and TypeMethodDescription@Nullable PlanResultKey
IndexedEnvironment.getCurrentVersionPlanResultKey()
Deprecated.IndexedEnvironmentImpl.getCurrentVersionPlanResultKey()
ModifierConstructorDescriptionIndexedEnvironmentImpl
(@NotNull InternalDeploymentProject internalDeploymentProject, @NotNull EnvironmentStatus environmentStatus, @Nullable PlanResultKey latestVersionPlanResultKey) IndexedEnvironmentImpl
(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.actions
-
Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.triggering
Modifier and TypeMethodDescription@Nullable PlanResultKey
EnvironmentTriggeringResultImpl.getPlanResultKey()
Modifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) ModifierConstructorDescriptionAfterSuccessfulPlanEnvironmentTriggeringAction
(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
Modifier and TypeMethodDescription@NotNull PlanResultKey
ArtifactDeploymentVersionItemImpl.getPlanResultKey()
@NotNull PlanResultKey
InternalArtifactDeploymentVersionItem.getPlanResultKey()
ModifierConstructorDescriptionArtifactDeploymentVersionItemImpl
(long id, @NotNull PlanResultKey planResultKey, @NotNull Artifact artifact) ArtifactDeploymentVersionItemImpl
(long id, @Nullable String name, @Nullable ProjectItemType type, @NotNull PlanResultKey planResultKey, @NotNull Artifact artifact) Deprecated.since 9.5, name and type parameters are not used -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.actions
Modifier and TypeFieldDescriptionprotected PlanResultKey
AbstractDeploymentVersionHistoryAction.planResultKey
Modifier and TypeMethodDescription@Nullable PlanResultKey
CreateDeploymentVersion.getLastVersionPlanResultKey()
AbstractDeploymentVersionHistoryAction.getPlanResultKey()
Modifier and TypeMethodDescriptionViewDeploymentVersion.getCreatedFromRemovedResults()
Get list of keys for non existing Result Summary objects that are source of artifactsprotected @NotNull Pair<DeploymentVersion,
PlanResultKey> AbstractCreateDeploymentVersion.getLatestVersionWithPlanResultKey
(@NotNull PlanKey sourcePlanKey, long deploymentProjectId) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.index
Modifier and TypeMethodDescriptionIndexedVersion.getPlanResultKey()
Deprecated.IndexedVersionImpl.getPlanResultKey()
ModifierConstructorDescriptionIndexedVersionImpl
(@NotNull DeploymentVersion deploymentVersion, @Nullable PlanResultKey planResultKey, @NotNull List<DeploymentVersionLinkedJiraIssue> issues) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<DeploymentVersionPlanResultKey,
PlanResultKey> DeploymentVersionPlanResultKey_.planResultKey
Modifier and TypeMethodDescription@NotNull PlanResultKey
DeploymentVersionPlanResultKey.getPlanResultKey()
@NotNull PlanResultKey
DeploymentVersionPlanResultKeyDto.getPlanResultKey()
Modifier and TypeMethodDescriptionDeploymentVersionDao.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProject
Note: this API is in its intermittent form and is subject to change.DeploymentVersionDaoImpl.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) @NotNull Set<PlanResultKey>
DeploymentVersionDao.getRelatedPlanResultKeys
(long deploymentVersionId) @NotNull Map<Long,
PlanResultKey> DeploymentVersionDao.getRelatedPlanResultKeys
(Set<Long> deploymentVersionIds) Retrieve the PlanResultKeys of ResultSummaries related to a particular DeploymentVersions@NotNull Set<PlanResultKey>
DeploymentVersionDaoImpl.getRelatedPlanResultKeys
(long deploymentVersionId) @NotNull Map<Long,
PlanResultKey> DeploymentVersionDaoImpl.getRelatedPlanResultKeys
(Set<Long> deploymentVersionIds) Modifier and TypeMethodDescription@Nullable MutableDeploymentVersion
DeploymentVersionDao.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find the first version that is created from a result which is later than current result (not taking custom revision into account)DeploymentVersionDaoImpl.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @Nullable MutableDeploymentVersion
DeploymentVersionDao.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find latest version of a deployment project that is related to specific plan result.@Nullable MutableDeploymentVersion
DeploymentVersionDaoImpl.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @NotNull List<MutableDeploymentVersion>
DeploymentVersionDao.getRelatedVersions
(@NotNull PlanResultKey planResultKey) All versions project that are related to specific plan result.@NotNull List<MutableDeploymentVersion>
DeploymentVersionDaoImpl.getRelatedVersions
(@NotNull PlanResultKey planResultKey) void
DeploymentVersionPlanResultKey.setPlanResultKey
(@NotNull PlanResultKey planResultKey) Modifier and TypeMethodDescriptionvoid
MutableDeploymentVersionImpl.setRelatedPlanResultKeys
(@NotNull Set<PlanResultKey> relatedPlanResultKeys) ModifierConstructorDescriptionDeploymentVersionPlanResultKey
(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence.items
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<MutableArtifactDeploymentVersionItemImpl,
PlanResultKey> MutableArtifactDeploymentVersionItemImpl_.planResultKey
Modifier and TypeMethodDescriptionArtifactDeploymentVersionItemDto.getPlanResultKey()
@NotNull PlanResultKey
MutableArtifactDeploymentVersionItemImpl.getPlanResultKey()
Modifier and TypeMethodDescriptionvoid
MutableArtifactDeploymentVersionItemImpl.setPlanResultKey
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescription@NotNull Multimap<DeploymentProject,
Pair<Long, PlanResultKey>> DeploymentVersionService.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) Find all the version identifiers that are associated with a JIRA issue, grouped byDeploymentProject
Note: this API is in its intermittent form and is subject to change.@NotNull Multimap<DeploymentProject,
Pair<Long, PlanResultKey>> DeploymentVersionServiceImpl.findVersionIdentifiersAssociatedWithJiraIssue
(@NotNull String issueKey) DeploymentVersionService.getRelatedPlanResultKeys
(long deploymentVersionId) Retrieve the PlanResultKeys of ResultSummaries related to a particular DeploymentVersion@NotNull Map<Long,
PlanResultKey> DeploymentVersionService.getRelatedPlanResultKeys
(@NotNull Set<Long> deploymentVersionIds) Retrieve the PlanResultKeys of ResultSummaries related to a particular DeploymentVersions@NotNull Set<PlanResultKey>
DeploymentVersionServiceImpl.getRelatedPlanResultKeys
(long deploymentVersionId) @NotNull Map<Long,
PlanResultKey> DeploymentVersionServiceImpl.getRelatedPlanResultKeys
(@NotNull Set<Long> deploymentVersionIds) Modifier and TypeMethodDescriptionvoid
DeploymentVersionChainResultDataCollector.createChangesetsAndJiraIssues
(long deploymentProjectId, @NotNull MutableDeploymentVersion mutableDeploymentVersion, @NotNull 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
DeploymentVersionChainResultDataCollectorImpl.createChangesetsAndJiraIssues
(long deploymentProjectId, @NotNull MutableDeploymentVersion mutableDeploymentVersion, @NotNull 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.@NotNull DeploymentVersion
DeploymentVersionService.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Deprecated.@NotNull DeploymentVersion
DeploymentVersionService.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable com.atlassian.user.User user, @Nullable String versionName, @Nullable String nextVersionName) Create a deployment version with a specific name.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @NotNull DeploymentVersion
DeploymentVersionServiceImpl.createDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable com.atlassian.user.User user, @Nullable String versionName, @Nullable String nextVersionName) DeploymentVersionChainResultDataCollector.findChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.DeploymentVersionChainResultDataCollectorImpl.findChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,
List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.@NotNull Pair<List<DeploymentVersionVcsChangeset>,
List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues
(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull 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.DeploymentVersionService.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find the first version that is created from a result which is later than current result (not taking custom revision into account)DeploymentVersionServiceImpl.findNextVersionContainingResult
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits) Finds the changesets if a new version would be created from planResultKey.DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey.DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits) DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) @NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey) Finds the relevant jira issues if a new version would be created from planResultKey.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesService.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) Same as above, but gets all issues between a specific version and the planResultKey.@NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey) @NotNull List<InternalLinkedJiraIssue>
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, DeploymentVersion previousVersion) @NotNull DeploymentVersion
DeploymentVersionService.getOrCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Given a build result, find a deployment version that matches it, or create it if it doesn't exist.@NotNull DeploymentVersion
DeploymentVersionServiceImpl.getOrCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) @NotNull Map<String,
VariableDefinitionContext> DeploymentVersionService.getPossibleVersionVariables
(@NotNull ImmutablePlan linkedPlan, @Nullable PlanResultKey planResultKey, boolean includeUndeterminable) Provides a map of variables which might show up on a version.@NotNull Map<String,
VariableDefinitionContext> DeploymentVersionServiceImpl.getPossibleVersionVariables
(@NotNull ImmutablePlan linkedPlan, @Nullable PlanResultKey planResultKey, boolean includeUndeterminable) @Nullable DeploymentVersion
DeploymentVersionService.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) Find latest version of a deployment project that is related to specific plan result.@Nullable DeploymentVersion
DeploymentVersionServiceImpl.getRelatedVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey) void
DeploymentVersionService.updateVersionsForResult
(@NotNull PlanResultKey planResultKey) Update related versions data (artifacts and variables) after a chain stage has been completed.void
DeploymentVersionServiceImpl.updateVersionsForResult
(@NotNull PlanResultKey planResultKey) @NotNull ErrorCollection
DeploymentVersionService.validateCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) Validates values to be used for creating a new version.@NotNull ErrorCollection
DeploymentVersionServiceImpl.validateCreateDeploymentVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @Nullable String name, @Nullable String nextVersionName) -
Uses of PlanResultKey in com.atlassian.bamboo.event
Modifier and TypeFieldDescriptionprotected final PlanResultKey
BuildResultEvent.planResultKey
protected final PlanResultKey
ResultsSummaryUpdatedEvent.planResultKey
Modifier and TypeMethodDescriptionBuildHungEvent.getPlanResultKey()
BuildResultEvent.getPlanResultKey()
Gets thePlanResultKey
ChainAbandonedEvent.getPlanResultKey()
@NotNull PlanResultKey
ChainResultEvent.getPlanResultKey()
Get thePlanResultKey
for theChainResultsSummary
ChainStartedEvent.getPlanResultKey()
PlanResultEvent.getPlanResultKey()
Get thePlanResultKey
for theResultsSummary
ResultsSummaryUpdatedEvent.getPlanResultKey()
ModifierConstructorDescriptionBuildCommentDeletedEvent
(Object source, PlanResultKey planResultKey, Comment comment) BuildCommentedEvent
(Object source, PlanResultKey planResultKey, Comment comment) BuildCompletedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState) BuildFinishedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, @Nullable BuildContext buildContext) BuildFinishedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, @Nullable BuildContext buildContext, @NotNull Timestamp buildCompletionTimestamp) BuildResultDeletedEvent
(Object source, PlanResultKey planResultKey, long id) BuildResultEvent
(Object source, PlanResultKey planResultKey) protected
BuildStateResultEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState) ChainAbandonedEvent
(Object source, PlanResultKey planResultKey) ChainResultDeletedEvent
(Object source, PlanResultKey planResultKey, long id, Set<String> affectedJiraIssues) ChainResultEvent
(Object source, PlanResultKey planResultKey) ChainStartedEvent
(Object source, PlanResultKey planResultKey, BuildContext buildContext) JobCompletedEvent
(Object source, PlanResultKey planResultKey, BuildState buildState, LifeCycleState lifeCycleState, int numberOfPreviouslyFailedJobs) ResultLabelAddedEvent
(Object source, PlanResultKey planResultKey, String label, com.atlassian.user.User user) ResultLabelEvent
(Object source, PlanResultKey planResultKey, String label, com.atlassian.user.User user) ResultLabelRemovedEvent
(Object source, PlanResultKey planResultKey, String label, com.atlassian.user.User user) ResultsSummaryUpdatedEvent
(Object source, PlanResultKey planResultKey) ResultsSummaryUpdatedEvent
(Object source, PlanResultKey planResultKey, Set<String> affectedJiraIssuesKeys) -
Uses of PlanResultKey in com.atlassian.bamboo.event.analytics
ModifierConstructorDescriptionRssPlanSavedEvent
(PlanResultKey planResultKey, SpecsType specsType) -
Uses of PlanResultKey in com.atlassian.bamboo.fileserver
Modifier and TypeMethodDescriptionArtifactStorage.getArtifactDestinationDirectory
(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact) Deprecated.ArtifactStorage.getArtifactDirectory
(PlanResultKey planResultKey) Deprecated. -
Uses of PlanResultKey in com.atlassian.bamboo.js
ModifierConstructorDescriptionPlanDecorator
(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.labels
Modifier and TypeMethodDescriptionint
LabelManager.addLabel
(@Nullable String labelName, @Nullable PlanResultKey planResultKey, @Nullable com.atlassian.user.User user) Add a label against a build result.int
LabelManagerImpl.addLabel
(@Nullable String labelName, @Nullable PlanResultKey planResultKey, @Nullable com.atlassian.user.User user) int
LabelManager.removeLabel
(String labelName, PlanResultKey planResultKey, com.atlassian.user.User user) Removes a label against a build result.int
LabelManagerImpl.removeLabel
(String labelName, @Nullable PlanResultKey planResultKey, com.atlassian.user.User user) -
Uses of PlanResultKey in com.atlassian.bamboo.matcher
Modifier and TypeMethodDescriptionstatic <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>BambooTestMatchers.hasPlanResultKey
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.matcher.plan
Modifier and TypeMethodDescriptionstatic <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher.hasPlanResultKey
(PlanResultKey planResultKey) Modifier and TypeMethodDescriptionstatic <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher.hasPlanResultKey
(org.hamcrest.Matcher<PlanResultKey> textMatcher) -
Uses of PlanResultKey in com.atlassian.bamboo.migration.beans
Modifier and TypeMethodDescription@Nullable BuildResultsSummary
DummyResultsSummaryCache.get
(@NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull PlanResultKey
PlanResultKeyListMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected void
PlanResultKeyListMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull PlanResultKey planResultKey, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) -
Uses of PlanResultKey in com.atlassian.bamboo.migration.utils
-
Uses of PlanResultKey in com.atlassian.bamboo.notification
Modifier and TypeMethodDescriptionprotected ResultsSummary
AbstractNotificationEventListener.fetchResultSummaryIfRequiredByNotificationRules
(@NotNull PlanResultKey planResultKey, @NotNull Iterable<NotificationRule> notificationRules) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.elements.deployments.versions
Modifier and TypeFieldDescriptionstatic com.google.common.base.Function<CreateVersionBuildResultElement,
PlanResultKey> CreateVersionBuildResultElement.toPlanResultKey
-
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.helpers
Modifier and TypeMethodDescriptionvoid
PlanHelper.runPlanAndWaitForSuccessfulResult
(@NotNull PlanResultKey planResultKey) Deprecated.since 5.9, use backdoor.plans().triggerBuildAndAwaitSuccess(PlanKey)void
PlanHelper.waitForSuccessfulResult
(@NotNull PlanResultKey planResultKey) Deprecated.since 5.9, use backdoor.plans().waitForSuccessfulBuild(PlanKey, int) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.helpers.deployments
Modifier and TypeMethodDescriptionvoid
DeploymentsHelper.assertReleaseArtifactProviders
(String environmentId, PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.deployment
Modifier and TypeMethodDescriptionDeploymentResultPage.assertLastResultTriggerReasonIsChildOf
(@NotNull PlanResultKey resultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.deployment.versions
Modifier and TypeMethodDescriptionVersionDetailsComponent.getArtifactProviders()
VersionDetailsComponent.getRemovedArtifactProviders()
-
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.global
Modifier and TypeMethodDescriptionvoid
CurrentBuildQueuePage.dragResultAfter
(PlanResultKey dragResult, PlanResultKey afterResult) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.plan
ModifierConstructorDescriptionJobResultSummaryPage
(PlanResultKey jobResultKey) ResultSummaryPage
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.plan.result
ModifierConstructorDescriptionEphemeralJobResultSummaryPage
(PlanResultKey jobResultKey) JobResultViewLogs
(PlanResultKey planResultKey) PlanResultLogActivityPage
(PlanResultKey planResultKey) PlanResultTestsPage
(PlanResultKey planResultKey) ResultJobArtifactsPage
(PlanResultKey planResultKey) ResultJobArtifactsPage
(PlanResultKey planResultKey, String jobKey) ResultSummaryCommitsPage
(PlanResultKey planKey) ResultSummaryMetadataPage
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.plan
Modifier and TypeClassDescriptionclass
Deprecated.since 5.12 with not replacement.Modifier and TypeFieldDescriptionstatic Function<? super PlanResultKey,
? extends PlanResultKey> PlanKeys.REMOVE_DELETION_MARKER
static Function<? super PlanResultKey,
? extends PlanResultKey> PlanKeys.REMOVE_DELETION_MARKER
Modifier and TypeMethodDescriptionstatic @NotNull PlanResultKey
PlanKeys.getChainResultKey
(@NotNull PlanResultKey planResultKey) Creates a chain result key from job result key.AbstractChain.getLastResultKey()
@Nullable PlanResultKey
ExecutionRequestResult.getPlanResultKey()
ThePlanResultKey
of the executingPlan
static PlanResultKey
PlanKeys.getPlanResultKey
(@NotNull String planKey, int buildNumber) Creates aPlanResultKey
from the given planKey and buildNumberstatic PlanResultKey
PlanKeys.getPlanResultKey
(PlanKey planKey, int buildNumber) Creates aPlanResultKey
from the givenPlanKey
and buildNumberstatic PlanResultKey
PlanKeys.getPlanResultKey
(String planResultKey) Creates aPlanResultKey
from its string form 'BAM-BOO-123'@NotNull PlanResultKey
PlanResultKeyProvider.getPlanResultKey()
@NotNull PlanResultKey
PlanExecutionConfig.getResultToRerun()
PlanResultKey
of build to start again@NotNull PlanResultKey
PlanExecutionConfigImpl.getResultToRerun()
Modifier and TypeMethodDescriptionstatic @NotNull PlanResultKey
PlanKeys.getChainResultKey
(@NotNull PlanResultKey planResultKey) Creates a chain result key from job result key.@NotNull List<CurrentlyBuilding>
DelegatingPlanExecutionManager.getCurrentlyBuildingForPlanResult
(PlanResultKey planKey) @NotNull List<CurrentlyBuilding>
PlanExecutionManager.getCurrentlyBuildingForPlanResult
(PlanResultKey planKey) Returns allCurrentlyBuilding
for specifiedPlanResultKey
In case plan is aChain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list (effectivelyCurrentlyBuilding
for all chain's children jobs will be returned)@NotNull List<CurrentlyBuilding>
PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult
(PlanResultKey planResultKey) @Nullable ExecutionStatus
DelegatingPlanExecutionManager.getExecutionStatus
(@NotNull PlanResultKey planResultKey) @Nullable ExecutionStatus
ExecutionStatusProvider.getExecutionStatus
(@NotNull PlanResultKey planResultKey) Returns aExecutionStatus
for the givenPlanResultKey
@Nullable ExecutionStatus
ExecutionStatusProviderImpl.getExecutionStatus
(@NotNull PlanResultKey planResultKey) @Nullable ExecutionStatus
PlanExecutionManagerImpl.getExecutionStatus
(@NotNull PlanResultKey planResultKey) @Nullable BuildExecution
DelegatingPlanExecutionManager.getJobExecution
(@NotNull PlanResultKey planResultKey) @Nullable BuildExecution
ExecutionStatusProvider.getJobExecution
(@NotNull PlanResultKey planResultKey) Get the state of a single Job being executed@Nullable BuildExecution
ExecutionStatusProviderImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) PlanExecutionManagerImpl.getJobExecution
(@NotNull PlanResultKey planResultKey) static @Nullable String
PlanKeys.getPlanKeyPart
(@NotNull PlanResultKey planResultKey) Returns plan key part for givenPlanResultKey
static @Nullable String
PlanKeys.getProjectKeyPart
(@NotNull PlanResultKey planResultKey) Returns project key part for givenPlanResultKey
static boolean
PlanKeys.isJobResultKey
(@NotNull PlanResultKey planResultKey) Checks ifPlanResultKey
represents a result ofJob
boolean
AbstractPlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
PlanExecutionPermitter.isPermittedToExecute
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) Checks a condition in order to determine if the plan can be executed.protected abstract boolean
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) boolean
ExecutableAgentsHelper.planHasExecutableAgents
(@NotNull PlanResultKey planResultKey) Checks if a Buildable can be built on any active agent.boolean
ExecutableAgentsHelperImpl.planHasExecutableAgents
(@NotNull PlanResultKey planResultKey) Checks if a Job can be built on any active agent.void
PlanStatePersister.saveNotBuiltBuildResult
(PlanResultKey planResultKey, boolean updateFollowingBuilds) Handles results of not built job.void
PlanStatePersisterImpl.saveNotBuiltBuildResult
(PlanResultKey planResultKey, boolean updateFollowingBuilds) void
PlanStatePersisterService.saveNotBuiltBuildResult
(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds) Saves results of not build results identified by PlanResultKey.void
PlanStatePersisterServiceImpl.saveNotBuiltBuildResult
(@NotNull PlanResultKey planResultKey, boolean updateFollowingBuilds) void
DelegatingPlanExecutionManager.stopPlan
(@NotNull PlanResultKey planResultKey, boolean abandonResult, String userName) void
PlanExecutionManager.stopPlan
(@NotNull PlanResultKey planResultKey, boolean abandonResult, String userName) void
PlanExecutionManagerImpl.stopPlan
(@NotNull PlanResultKey planResultKey, boolean abandonResult, String userName) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.analytics
Modifier and TypeMethodDescriptionvoid
ActivePlansDeploymentsAnalyticsService.onChainExecuted
(PlanResultKey planResultKey) handles situation when chain is executedvoid
ActivePlansDeploymentsAnalyticsServiceImpl.onChainExecuted
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.artifact
Modifier and TypeMethodDescriptionvoid
ArtifactSubscriptionManager.saveConsumedSubscription
(@NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull PlanResultKey planResultKey, @NotNull String artifactLinkType) Store consumed subscription.void
ArtifactSubscriptionManagerImpl.saveConsumedSubscription
(@NotNull ArtifactSubscriptionContext artifactSubscription, @NotNull PlanResultKey planResultKey, @NotNull String artifactLinkType) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.branch
Modifier and TypeMethodDescriptionprotected boolean
BranchMetadataBuildPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) protected boolean
PluggablePlanExecutionPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.cache
Modifier and TypeMethodDescription@Nullable PlanResultKey
AbstractImmutableChain.getLastResultKey()
@Nullable PlanResultKey
ImmutableChain.getLastResultKey()
Get the latest result key including active (not finished) resultsModifier and TypeMethodDescription@Nullable ChainResultDetails
ImmutablePlanManager.getChainResultDetails
(PlanResultKey planResultKey) ImmutablePlanManagerImpl.getChainResultDetails
(PlanResultKey planResultKey) void
ImmutablePlanCacheService.invalidateLatestResultSummary
(PlanResultKey key, boolean resetAverageBuildDuration) Resets the latest build summary of a plan.void
ImmutablePlanCacheServiceImpl.invalidateLatestResultSummary
(PlanResultKey planResultKey, boolean resetAverageBuildDuration) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.execution
Modifier and TypeMethodDescriptionprotected boolean
UniqueRunPerKeyPlanExecutionPermitter.isPermittedToExecuteImpl
(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection) -
Uses of PlanResultKey in com.atlassian.bamboo.plan.trigger
Modifier and TypeMethodDescription@NotNull PlanTriggerResult
PlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) default @NotNull PlanTriggerResult
PlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.bitbucket.rest.entity.buildstatus
ModifierConstructorDescriptionRestBuildStatus
(PlanResultKey resultKey, String buildStatusKey, RestBuildStatus.State state, String name, javax.ws.rs.core.UriBuilder uriBuilder, String description) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.release
Modifier and TypeMethodDescription@NotNull PlanTriggerResult
JIRAReleasePlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) @NotNull PlanTriggerResult
JIRAReleasePlanTrigger.triggerPlan
(@NotNull TriggerReason triggerReason, @NotNull PlanResultKey planResultKey, @NotNull Map<String, String> params, @NotNull Map<String, String> customVariables, @Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.rest.model.build
Modifier and TypeMethodDescriptionstatic Function<io.atlassian.fugue.Pair<ImmutableChain,
ChainResultsSummary>, PlanSummary> PlanSummary.createPlanSummary
(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) static Function<io.atlassian.fugue.Pair<ImmutableChain,
ChainResultsSummary>, PlanSummary> PlanSummary.createPlanSummary
(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) ModifierConstructorDescriptionBuildStatusSummary
(@NotNull ChainResultsSummary chainResultSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) BuildStatusSummary
(@NotNull ChainResultsSummary chainResultSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) PlanSummary
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) PlanSummary
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey, PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.jira.summary.deployment
Modifier and TypeMethodDescription@NotNull Iterable<com.atlassian.linkaggregation.RemoteLinkAggregation>
DeploymentAggregator.aggregateForGlobalId
(@NotNull String issueKey, @NotNull Map<Long, PlanResultKey> versionPlanKeys, @NotNull Map<DeploymentProject, List<EnvironmentStatusForAggregation>> projects2StatusesMap) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.build
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.build.artifact
Modifier and TypeMethodDescriptionvoid
RestBuildArtifact.setProducerJobKey
(PlanResultKey producerJobKey) ModifierConstructorDescriptionRestBuildArtifact
(@Nullable Long id, String name, PlanResultKey producerJobKey, boolean isShared, Long size, String prettySizeDescription, com.atlassian.plugins.rest.api.model.Link link) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.plan.branch
ModifierConstructorDescriptionRestBranchLatestActive
(PlanResultKey planResultKey, LifeCycleState lifeCycleState) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.queue
ModifierConstructorDescriptionRestQueuedBuild
(@NotNull PlanResultKey planResultKey, @Nullable TriggerReason triggerReason, @NotNull List<? extends RepositoryChangeset> changesets, @Nullable javax.ws.rs.core.UriInfo uriInfo) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.stash.warning
Modifier and TypeMethodDescription@NotNull String
BuildWarningsStashClientConverter.generateReportKey
(@NotNull PlanResultKey resultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.testutils.builds
ModifierConstructorDescriptionPlanGroupExecutionListener
(Queue<PlanResultKey> planResultKeysQueue) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.testutils.deployments
Modifier and TypeMethodDescription@NotNull DeploymentVersion
DeploymentsTestService.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) @NotNull DeploymentVersion
DeploymentsTestServiceImpl.createDeploymentVersion
(@NotNull DeploymentProject deploymentProject, @NotNull PlanResultKey resultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.plugins.web.conditions
Modifier and TypeMethodDescriptionstatic Optional<PlanResultKey>
ConditionHelper.getPlanResultKey
(@NotNull Map<String, Object> context) Retrieve plan result key from Freemarker context -
Uses of PlanResultKey in com.atlassian.bamboo.rest.adapter
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionPlanResultKeyAdapter.marshal
(@Nullable PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.rest.common.utils
Modifier and TypeMethodDescriptionstatic URI
RestUrlUtils.getLogFileUri
(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @NotNull PlanResultKey planResultKey) static URI
RestUrlUtils.getLogFileUri
(@NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, @NotNull PlanResultKey planResultKey, @NotNull String fileName) -
Uses of PlanResultKey in com.atlassian.bamboo.rest.model.adapters
Modifier and TypeMethodDescriptionPlanResultKeyRestResultKeyAdaptor.unmarshal
(RestResultKey restKey) -
Uses of PlanResultKey in com.atlassian.bamboo.rest.model.artifact
-
Uses of PlanResultKey in com.atlassian.bamboo.rest.model.deployments.versions
Modifier and TypeMethodDescription@NotNull PlanResultKey
RestArtifactDeploymentVersionItem.getPlanResultKey()
@Nullable PlanResultKey
RestDeploymentVersionAndPlanResult.getPlanResultKey()
ModifierConstructorDescriptionRestDeploymentVersionAndPlanResult
(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.resultsummary
Modifier and TypeMethodDescription@NotNull PlanResultKey
BaseResultSummary.getPlanResultKey()
@NotNull PlanResultKey
ImmutableResultsSummary.getPlanResultKey()
Gets thePlanResultKey
for thisImmutableResultsSummary
Modifier and TypeMethodDescription@NotNull List<PlanResultKey>
BuildResultsSummaryDao.findChainResultsWithFormatVersionLessThan
(int formatVersion, int maxResults) Deprecated.internal use only@NotNull List<PlanResultKey>
BuildResultsSummaryHibernateDao.findChainResultsWithFormatVersionLessThan
(int formatVersion, int maxResults) @NotNull List<PlanResultKey>
BuildResultsSummaryManagerImpl.findChainResultsWithFormatVersionLessThan
(int formatVersion, int maxResults) @NotNull List<PlanResultKey>
ResultsSummaryManager.findChainResultsWithFormatVersionLessThan
(int formatVersion, int maxResults) Deprecated.internal use onlyModifier and TypeMethodDescriptionvoid
BuildResultsSummaryManagerImpl.cleanPendingLifeCycleState
(@NotNull PlanResultKey planResultKey) void
ResultsSummaryManager.cleanPendingLifeCycleState
(@NotNull PlanResultKey planResultKey) Cleans state of pending result.<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findFirstResultAfter
(@NotNull PlanResultKey planResultKey, Class<T> aClass) <T extends ResultsSummary>
TResultsSummaryManager.findFirstResultAfter
(@NotNull PlanResultKey planResultKey, Class<T> aClass) Finds the firstResultsSummary
after a specified build which is either FINISHED or can be FINISHED, i.e.@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findFirstSuccessfulBuildResultAfter
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
ResultsSummaryManager.findFirstSuccessfulBuildResultAfter
(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummary
after buildNumber<T extends ResultsSummary>
TBuildResultsSummaryDao.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TResultsSummaryManager.findLastBuildResultBeforeWithTests
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, boolean includeOnceOffBuilds) Finds the last successful or failingBuildResultsSummary
before buildNumber<T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass, boolean includeOnceOffBuilds) <T extends ResultsSummary>
TResultsSummaryManager.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass) Finds the last successful or failingResultsSummary
before planResultKey.getBuildNumber<T extends ResultsSummary>
TResultsSummaryManager.findLastResultBefore
(@NotNull PlanResultKey planResultKey, Class<T> aClass, boolean includeOnceOffBuilds) Finds the lastResultsSummary
before planResultKey.getBuildNumber@Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) @Nullable ResultsSummary
ResultsSummaryManager.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey) Finds the last successfulResultsSummary
before build@Nullable ResultsSummary
ResultsSummaryManager.findLastSuccessfulBuildResultBefore
(@NotNull PlanResultKey planResultKey, boolean includeOnceOffBuilds) Finds the last successfulResultsSummary
before build<T extends ResultsSummary>
TBuildResultsSummaryDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TBuildResultsSummaryDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummary
byPlanResultKey
and expected type, all lazy initialized collections can be eagerly read<T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryHibernateDao.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TBuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) @Nullable ResultsSummary
BuildResultsSummaryManagerImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) @Nullable ResultsSummary
ResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey
<T extends ResultsSummary>
TResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) LookupResultsSummary
byPlanResultKey
and expected type.@Nullable ResultsSummary
ResultsSummaryManager.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.@Nullable Long
BuildResultsSummaryDao.getResultsSummaryId
(@NotNull PlanResultKey planResultKey) ReturnResultsSummary
's database id.BuildResultsSummaryHibernateDao.getResultsSummaryId
(@NotNull PlanResultKey planResultKey) void
BuildResultsSummaryManagerImpl.invalidateLogSize
(@NotNull PlanResultKey planResultKey) void
ResultsSummaryManager.invalidateLogSize
(@NotNull PlanResultKey planResultKey) Invalidates the log size of aResultsSummary
with the givenPlanResultKey
.void
BuildResultsSummaryManagerImpl.removeResultSummary
(@NotNull PlanResultKey planResultKey) void
ResultsSummaryManager.removeResultSummary
(@NotNull PlanResultKey planResultKey) Remove plan result summary and all associated objects. -
Uses of PlanResultKey in com.atlassian.bamboo.resultsummary.accessor
Modifier and TypeMethodDescription<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) LookupResultsSummary
byPlanResultKey
and expected type<T extends ResultsSummary>
TInternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.@Nullable ResultsSummary
InternalResultsSummaryAccessor.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) Lookup the ResultsSummary byPlanResultKey
.@Nullable ResultsSummary
InternalResultsSummaryAccessor.getResultsSummary
(PlanResultKey planResultKey) Lookup the ResultsSummary byPlanResultKey
@Nullable ResultsSummary
InternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey) <T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass) <T extends ResultsSummary>
TInternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> aClass, ResultDataRead dataRead) @Nullable ResultsSummary
InternalResultsSummaryAccessorImpl.getResultsSummary
(@NotNull PlanResultKey planResultKey, ResultDataRead dataRead) -
Uses of PlanResultKey in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescription@NotNull List<TestClassResult>
TestResultsDao.getTestClassResults
(@NotNull PlanResultKey planResultKey) Retrieves a list of all testClassResults for a BuildResultSummary@NotNull List<TestClassResult>
TestResultsHibernateDao.getTestClassResults
(@NotNull PlanResultKey planResultKey) @NotNull List<TestClassResult>
TestsManager.getTestClassResults
(@NotNull PlanResultKey planResultKey) Retrieves a list of all testClassResults for a BuildResultSummary@NotNull List<TestClassResult>
TestsManagerImpl.getTestClassResults
(@NotNull PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.resultsummary.variables
Modifier and TypeMethodDescription@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessor.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey) Get state of variables at point when execution of the build stopped.@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessor.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey, StageIdentifier startingStage) Get state of variables at point when execution of the build stopped.@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey) @NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState
(@NotNull PlanResultKey chainResultKey, StageIdentifier startingStage) @NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessor.calculateInitialVariablesState
(@NotNull PlanResultKey chainResultKey) Get state of variables as recorded at the start of the build.@NotNull Map<String,
VariableDefinitionContext> ResultsSummaryVariableAccessorImpl.calculateInitialVariablesState
(@NotNull PlanResultKey chainResultKey) @Nullable VariableContextBaseline
ResultsSummaryVariableAccessor.safeGetVariableContextBaseline
(@NotNull PlanResultKey chainResultKey) @Nullable VariableContextBaseline
ResultsSummaryVariableAccessorImpl.safeGetVariableContextBaseline
(@NotNull PlanResultKey chainResultKey) void
ResultsSummaryVariableAccessor.upgradeVariableDataIfNeeded
(@NotNull PlanResultKey chainResultKey) Deprecated.internal use onlyvoid
ResultsSummaryVariableAccessorImpl.upgradeVariableDataIfNeeded
(@NotNull PlanResultKey chainResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.storage
Modifier and TypeMethodDescriptionArtifactDirectoryBuilder.getBuildDirectory
(PlanResultKey planResultKey) Returns [artifact-root] / [chain-part] / [job-part] / [build-part] [job-part] will be "shared" if the parameter points to a chain rather than a job.ArtifactPathBuilder.getBuildPath
(PlanResultKey planResultKey) Returns [artifact-root] / [chain-storage-tag] / [job-part] / [build-part] [job-part] will be "shared" if the parameter points to a chain rather than a job.ArtifactDirectoryBuilder.getPlanOrientedArtifactDirectory
(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifactDefinition) Always returns a plan-oriented directory, never a global storage directory.ArtifactPathBuilder.getPlanOrientedArtifactPath
(PlanResultKey planResultKey, @Nullable ImmutableArtifactDefinitionBase artifactDefinition) Always returns a plan-oriented path, never a global storage path.void
StorageCappingService.onArtifactUpdated
(@Nullable PlanResultKey cause, long artifactSizeDiff) Invalidate disk usage values, check soft/hard limit boundaries and send notifications.void
StorageCappingServiceImpl.onArtifactUpdated
(@Nullable PlanResultKey cause, long artifactSize) -
Uses of PlanResultKey in com.atlassian.bamboo.storage.event
Modifier and TypeMethodDescription@Nullable PlanResultKey
ArtifactStorageHardLimitExceededEvent.getCause()
ModifierConstructorDescriptionArtifactStorageHardLimitExceededEvent
(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause) -
Uses of PlanResultKey in com.atlassian.bamboo.storage.location
Modifier and TypeMethodDescriptionArtifactDirectoryBuilderImpl.getBuildDirectory
(PlanResultKey planResultKey) ArtifactPathBuilderImpl.getBuildPath
(PlanResultKey planResultKey) ArtifactDirectoryBuilderImpl.getPlanOrientedArtifactDirectory
(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifactDefinition) ArtifactPathBuilderImpl.getPlanOrientedArtifactPath
(PlanResultKey planResultKey, @Nullable ImmutableArtifactDefinitionBase artifactDefinition) -
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedQuery<List<PlanResultKey>>
QueueControl.getResultKeysInQueue
(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) Modifier and TypeMethodDescriptionstatic EventRegistry.EventMatcher
EventRegistry.chainCompletedEvent
(PlanResultKey planResultKey) void
BuildResultsControl.createBuildResultWarning
(PlanResultKey planResultKey, long repositoryId, long highPriority, long normalPriority, long lowPriority) void
PlansControl.deleteBuildResult
(@NotNull PlanResultKey planResultKey) void
RepositoryControl.deleteBuildWarnings
(@NotNull PlanResultKey resultKey, long repositoryId) Delete all build warnings from a repository for a build result.PlansControl.getBuildResult
(PlanResultKey planResultKey) Get build resultPlansControl.getBuildResultWithArtifacts
(PlanResultKey planResultKey) Get build resultBuildResultsControl.getMetadata
(@NotNull PlanResultKey planResultKey) @NotNull ResultDetails
BuildResultsControl.getResultDetails
(@NotNull PlanResultKey planResultKey) BuildResultsControl.getResultLabels
(PlanResultKey planResultKey) @NotNull List<RestTestResult>
BuildResultsControl.getResultTests
(@NotNull PlanResultKey jobResultKey) com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
QueueControl.isResultKeyInQueue
(PlanResultKey planResultKey, com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) void
PlansControl.rerun
(@NotNull PlanResultKey planResultKey) Rebuild completed build.void
PlansControl.rerunFailedJobs
(@NotNull PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssErrorEvent
(PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssPlanSavedEvent
(PlanResultKey planResultKey) static EventRegistry.EventMatcher
EventRegistry.rssSuccessfulEvent
(PlanResultKey planResultKey) boolean
RepositoryControl.sendBuildWarnings
(@NotNull PlanResultKey resultKey, long repositoryId, @NotNull RestBuildWarnings warnings) Manually send build warnings to a repository for a build result.io.restassured.path.json.JsonPath
PlansControl.waitForBuildWithResponse
(PlanResultKey key, org.hamcrest.Matcher<io.restassured.path.json.JsonPath> matcher, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) PlansControl.waitForCompletedBuild
(PlanResultKey key) Wait for a build to completePlansControl.waitForCompletedBuild
(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) PlansControl.waitForFailedBuild
(@NotNull PlanResultKey planResultKey) PlansControl.waitForFailedBuild
(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) @NotNull PlansControl
PlansControl.waitForQueuedBuild
(PlanResultKey key) @NotNull PlansControl
PlansControl.waitForQueuedBuild
(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) @NotNull PlansControl
PlansControl.waitForQueuedOrStartedBuild
(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) @NotNull PlansControl
PlansControl.waitForStartedBuild
(PlanResultKey key) @NotNull PlansControl
PlansControl.waitForStartedBuild
(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) PlansControl.waitForSuccessfulBuild
(@NotNull PlanResultKey planResultKey) PlansControl.waitForSuccessfulBuild
(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout) -
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor.artifact
Modifier and TypeMethodDescriptionArtifactsControl.getFileContent
(PlanResultKey planResultKey, String jobKey, String artifactName, String artifactFileName) ArtifactsControl.getFileContentForSharedArtifact
(PlanResultKey planResultKey, String artifactName, String artifactFileName) -
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor.deployments
Modifier and TypeMethodDescriptionDeploymentsControl.createVersion
(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @NotNull String name) -
Uses of PlanResultKey in com.atlassian.bamboo.testutils.build.logger
Modifier and TypeMethodDescriptionvoid
BuildLoggerManagerForTesting.removeBuildLogger
(PlanResultKey buildResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.testutils.resultsummary
Modifier and TypeMethodDescriptionstatic <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull PlanResultKey planResultKey, @NotNull Class<T> summaryClass, @NotNull LifeCycleState lifeCycleState, @NotNull BuildState buildState) static <T extends ImmutableResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull PlanResultKey planResultKey, Class<T> summaryClass) static <T extends ResultsSummary>
TResultsSummaryTestHelper.mockResultsSummary
(@NotNull ResultsSummaryManager mockResultsSummaryManager, @NotNull PlanResultKey planResultKey, Class<T> summaryClass) -
Uses of PlanResultKey in com.atlassian.bamboo.trigger.dependency
ModifierConstructorDescriptionAfterSuccessfulStageTriggeringAction
(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, String stageName) -
Uses of PlanResultKey in com.atlassian.bamboo.utils
Modifier and TypeMethodDescriptionstatic @NotNull com.google.common.collect.Ordering<PlanResultKey>
Comparators.getPlanResultKeyOrdering()
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.build
Modifier and TypeMethodDescription@NotNull PlanResultKey
BuildIdentifier.getPlanResultKey()
Gets thePlanResultKey
for the currentBuildIdentifier
@NotNull PlanResultKey
BuildIdentifierImpl.getPlanResultKey()
@NotNull PlanResultKey
CurrentlyBuildingImpl.getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent
Modifier and TypeMethodDescriptionvoid
LocalBuildResultProcessor.terminateBuild
(PlanResultKey resultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.messages
ModifierConstructorDescriptionArtifactAckMessage
(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType) ManageHungBuildMessage
(PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescriptionprotected void
RemoteArtifactManager.markSubscriptionAsConsumed
(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType) void
RemoteBuildLoggerManager.removeBuildLogger
(PlanResultKey buildResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.events
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.timing
Modifier and TypeMethodDescription@NotNull PlanResultKey
AbstractBuildTimingPoint.getPlanResultKey()
@NotNull PlanResultKey
BuildTimingPoint.getPlanResultKey()
Modifier and TypeMethodDescriptionBuildTimingPoints.agentAssigned
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) BuildTimingPoints.executionCancelled
(@NotNull PlanResultKey planResultKey, @NotNull Date date, boolean buildActuallyCancelled) BuildTimingPoints.executionFinished
(@NotNull PlanResultKey planResultKey, @NotNull Date date) BuildTimingPoints.executionStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) BuildTimingPoints.sentToAgent
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) BuildTimingPoints.vcsSyncStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) Deprecated.since 9.3 not really related to actual VCS operationsModifierConstructorDescriptionprotected
AbstractBuildTimingPoint
(@NotNull PlanResultKey planResultKey, @NotNull Date date) AgentAssigned
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) ExecutionCancelled
(@NotNull PlanResultKey planResultKey, @NotNull Date date, boolean buildActuallyCancelled) ExecutionFinished
(@NotNull PlanResultKey planResultKey, @NotNull Date date) ExecutionStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) SentToAgent
(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId) VcsSyncStarted
(@NotNull PlanResultKey planResultKey, @NotNull Date date) Deprecated. -
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.trigger
Modifier and TypeMethodDescription@Nullable PlanResultKey
ScheduledTriggerReason.getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.ww2.build
Modifier and TypeMethodDescriptionprotected @NotNull String
TriggerManualBuild.processResult
(ExecutionRequestResult result, PlanResultKey planResultKey) -
Uses of PlanResultKey in com.atlassian.bamboo.vcs.configuration.legacy
Modifier and TypeMethodDescription@NotNull PlanResultKey
DeploymentRepositoryBuildContext.getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions
Modifier and TypeMethodDescription@Nullable PlanResultKey
PlanActionSupport.getTypedPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions.build
Modifier and TypeMethodDescription@Nullable PlanResultKey
BuildQueueItemViewForJsonDecorator.getChainResultKey()
ModifierConstructorDescriptionBuildQueueItemViewForJsonDecorator
(PlanKey chainKey, @Nullable String projectName, String shortChainName, @Nullable String fullChainName, @Nullable PlanKey jobKey, @Nullable String jobName, @Nullable String jobOrChainResultKey, @Nullable PlanResultKey chainResultKey, int buildNumber, QueueItemViewForJsonDecorator.BuildStatus buildStatus, TriggerReason triggerReason, boolean isBranch, boolean isExpectingCustomDedicatedAgent) -
Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions.jira
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.beans
-
Uses of PlanResultKey in com.atlassian.bamboo.xmpp.commands
Modifier and TypeMethodDescriptionvoid
AbstractSmackCommand.setPlanResultKey
(PlanResultKey planResultKey) -
Uses of PlanResultKey in it.com.atlassian.bamboo.deployments.versions.service
Modifier and TypeFieldDescriptionstatic final PlanResultKey
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_1
static final PlanResultKey
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_2