Uses of Class
com.atlassian.bamboo.plan.PlanResultKey
-
-
Uses of PlanResultKey in com.atlassian.bamboo.artifact
Fields in com.atlassian.bamboo.artifact with type parameters of type PlanResultKey Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,PlanResultKey>
MutableArtifactImpl_. planResultKey
Methods in com.atlassian.bamboo.artifact that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
Artifact. getPlanResultKey()
Get key ofResultsSummary
that owns thisArtifact
.@NotNull PlanResultKey
ArtifactImpl. getPlanResultKey()
@NotNull PlanResultKey
MutableArtifactImpl. getPlanResultKey()
Methods in com.atlassian.bamboo.artifact with parameters of type PlanResultKey Modifier and Type Method Description List<MutableArtifact>
ArtifactDao. findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version.List<MutableArtifact>
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)
Constructors in com.atlassian.bamboo.artifact with parameters of type PlanResultKey Constructor Description MutableArtifactImpl(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
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications that return PlanResultKey Modifier and Type Method Description PlanResultKey
UserResponsibilityEvent. getPlanResultKey()
Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey Modifier and Type Method Description void
UserResponsibilityEvent. setPlanResultKey(PlanResultKey planResultKey)
Constructors in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type PlanResultKey Constructor Description UserRespAddedEvent(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
Methods in com.atlassian.bamboo.build that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
BuildRequestResultImpl. getPlanResultKey()
Methods in com.atlassian.bamboo.build with parameters of type PlanResultKey Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.build with type arguments of type PlanResultKey Modifier and Type Method Description Set<ResultKey>
CurrentlyBuildingContainer. restoreState(Set<PlanResultKey> pendingBuildKeys, ExecutorService executorService)
-
Uses of PlanResultKey in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type PlanResultKey Modifier and Type Method Description static 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)
@NotNull com.google.common.collect.Multimap<String,Artifact>
ArtifactLinkManager. findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey)
Gets all theArtifact
s for the givenPlanResultKey
@NotNull com.google.common.collect.Multimap<String,Artifact>
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)
ArtifactPublishingResult
AbstractArtifactManager. publish(@Nullable BuildLogger buildLogger, @NotNull PlanResultKey resultKey, @NotNull File baseDirectory, @NotNull ArtifactDefinitionContext artifact, @NotNull Map<String,String> artifactHandlerConfiguration, int minExpectedFilesCnt)
ArtifactPublishingResult
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 com.google.common.collect.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 com.google.common.collect.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 com.google.common.collect.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 com.google.common.collect.Multimap<String,Artifact> availableArtifacts)
Retrieves an artifact from artifact storage. -
Uses of PlanResultKey in com.atlassian.bamboo.build.logger
Methods in com.atlassian.bamboo.build.logger with parameters of type PlanResultKey Modifier and Type Method Description void
DefaultBuildLoggerManager. removeBuildLogger(PlanResultKey buildResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type PlanResultKey Modifier and Type Method Description static @NotNull String
BuildStopDelayedJob. getJobName(@NotNull PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.build.warning
Methods in com.atlassian.bamboo.build.warning that return PlanResultKey Modifier and Type Method Description PlanResultKey
BuildWarning. getChainResultKey()
PlanResultKey
BuildWarning.Artifact. getJobResultKey()
Constructors in com.atlassian.bamboo.build.warning with parameters of type PlanResultKey Constructor Description Artifact(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
Methods in com.atlassian.bamboo.chains that return PlanResultKey Modifier and Type Method Description @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
executionPlanResultKey
ChainStateCreationRequestResultImpl. getPlanResultKey()
Methods in com.atlassian.bamboo.chains that return types with arguments of type PlanResultKey Modifier and Type Method Description @NotNull Map<PlanResultKey,ChainResultManager.JobResultInfoForRerun>
ChainResultManager. cleanForRerunBuild(@NotNull BuildContext chainBuildContext)
Removes all job and stage results.@NotNull Map<PlanResultKey,ChainResultManager.JobResultInfoForRerun>
ChainResultManagerImpl. cleanForRerunBuild(@NotNull BuildContext chainBuildContext)
Set<PlanResultKey>
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.Set<PlanResultKey>
ChainExecutionManagerImpl. restoreState(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey,BuildResultsSummary> jobsInProgress, ExecutorService executorService)
Methods in com.atlassian.bamboo.chains with parameters of type PlanResultKey Modifier and Type Method Description @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)
Method parameters in com.atlassian.bamboo.chains with type arguments of type PlanResultKey Modifier and Type Method Description Set<PlanResultKey>
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.Set<PlanResultKey>
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.Set<PlanResultKey>
ChainExecutionManagerImpl. restoreState(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey,BuildResultsSummary> jobsInProgress, ExecutorService executorService)
Set<PlanResultKey>
ChainExecutionManagerImpl. restoreState(Set<PlanResultKey> chainResultsToRestore, Map<PlanResultKey,BuildResultsSummary> jobsInProgress, ExecutorService executorService)
-
Uses of PlanResultKey in com.atlassian.bamboo.chains.execution
Methods in com.atlassian.bamboo.chains.execution that return types with arguments of type PlanResultKey Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.chains.execution with parameters of type PlanResultKey Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.chains.execution with type arguments of type PlanResultKey Modifier and Type Method Description @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)
Constructors in com.atlassian.bamboo.chains.execution with parameters of type PlanResultKey Constructor Description AbstractBuildStateJournalEntry(@NotNull PlanResultKey jobResultKey)
JobDispatched(@NotNull PlanResultKey jobResultKey)
JobFinalized(@NotNull PlanResultKey jobResultKey, BuildState buildState)
-
Uses of PlanResultKey in com.atlassian.bamboo.clover.builder.coverage
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type PlanResultKey Modifier and Type Method Description void
CloverXmlFileValidator. validateCloverXmlFile(@NotNull File cloverXmlFile, long taskStartTime, @NotNull PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.cluster.event.plan
Methods in com.atlassian.bamboo.cluster.event.plan with parameters of type PlanResultKey Modifier and Type Method Description static InvalidateLatestResultSummaryEvent.InvalidateLatestResultSummaryEntry
InvalidateLatestResultSummaryEvent.InvalidateLatestResultSummaryEntry. of(@NotNull PlanResultKey planResultKey, boolean resetAverageBuildDuration)
-
Uses of PlanResultKey in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external with parameters of type PlanResultKey Modifier and Type Method Description @Nullable RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor
RepositoryStoredSpecsLogService. getBambooSpecsExecutionLogAccessor(@NotNull PlanResultKey planResultKey)
Provides log file accessor for build result.@Nullable RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor
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
Methods in com.atlassian.bamboo.deployments.environments.index that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
IndexedEnvironment. getCurrentVersionPlanResultKey()
Deprecated.PlanResultKey
IndexedEnvironmentImpl. getCurrentVersionPlanResultKey()
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type PlanResultKey Constructor Description IndexedEnvironmentImpl(@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
Methods in com.atlassian.bamboo.deployments.execution.actions that return PlanResultKey Modifier and Type Method Description PlanResultKey
AvailableResult. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
EnvironmentTriggeringResultImpl. getPlanResultKey()
Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey Modifier and Type Method Description EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type PlanResultKey Constructor Description 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 Modifier and Type Method Description @NotNull PlanResultKey
ArtifactDeploymentVersionItemImpl. getPlanResultKey()
@NotNull PlanResultKey
InternalArtifactDeploymentVersionItem. getPlanResultKey()
Constructors in com.atlassian.bamboo.deployments.versions with parameters of type PlanResultKey Constructor Description ArtifactDeploymentVersionItemImpl(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
Fields in com.atlassian.bamboo.deployments.versions.actions declared as PlanResultKey Modifier and Type Field Description protected PlanResultKey
AbstractDeploymentVersionHistoryAction. planResultKey
Methods in com.atlassian.bamboo.deployments.versions.actions that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
CreateDeploymentVersion. getLastVersionPlanResultKey()
PlanResultKey
AbstractDeploymentVersionHistoryAction. getPlanResultKey()
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type PlanResultKey Modifier and Type Method Description List<PlanResultKey>
ViewDeploymentVersion. 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
Methods in com.atlassian.bamboo.deployments.versions.index that return PlanResultKey Modifier and Type Method Description PlanResultKey
IndexedVersion. getPlanResultKey()
Deprecated.PlanResultKey
IndexedVersionImpl. getPlanResultKey()
Constructors in com.atlassian.bamboo.deployments.versions.index with parameters of type PlanResultKey Constructor Description IndexedVersionImpl(@NotNull DeploymentVersion deploymentVersion, @Nullable PlanResultKey planResultKey, @NotNull 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 Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<DeploymentVersionPlanResultKey,PlanResultKey>
DeploymentVersionPlanResultKey_. planResultKey
static com.google.common.base.Function<DeploymentVersionPlanResultKey,PlanResultKey>
DeploymentVersionPlanResultKey. toPlanResultKey
Deprecated.since 5.10 use method pointer directlyMethods in com.atlassian.bamboo.deployments.versions.persistence that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
DeploymentVersionPlanResultKey. getPlanResultKey()
@NotNull PlanResultKey
DeploymentVersionPlanResultKeyDto. getPlanResultKey()
Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type PlanResultKey Modifier and Type Method Description com.google.common.collect.Multimap<MutableDeploymentProject,Pair<Long,PlanResultKey>>
DeploymentVersionDao. 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.com.google.common.collect.Multimap<MutableDeploymentProject,Pair<Long,PlanResultKey>>
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)
Methods in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey Modifier and Type Method Description DeploymentVersionPlanResultKey
DeploymentVersionPlanResultKey.FromPlanResultKey. apply(@Nullable PlanResultKey planResultKey)
Deprecated.@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)MutableDeploymentVersion
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)
Method parameters in com.atlassian.bamboo.deployments.versions.persistence with type arguments of type PlanResultKey Modifier and Type Method Description void
MutableDeploymentVersionImpl. setRelatedPlanResultKeys(@NotNull Set<PlanResultKey> relatedPlanResultKeys)
Constructors in com.atlassian.bamboo.deployments.versions.persistence with parameters of type PlanResultKey Constructor Description DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion, @NotNull PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.deployments.versions.persistence.items
Fields in com.atlassian.bamboo.deployments.versions.persistence.items with type parameters of type PlanResultKey Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<MutableArtifactDeploymentVersionItemImpl,PlanResultKey>
MutableArtifactDeploymentVersionItemImpl_. planResultKey
Methods in com.atlassian.bamboo.deployments.versions.persistence.items that return PlanResultKey Modifier and Type Method Description PlanResultKey
ArtifactDeploymentVersionItemDto. getPlanResultKey()
@NotNull PlanResultKey
MutableArtifactDeploymentVersionItemImpl. getPlanResultKey()
Methods in com.atlassian.bamboo.deployments.versions.persistence.items with parameters of type PlanResultKey Modifier and Type Method Description 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 Modifier and Type Method Description @NotNull com.google.common.collect.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 com.google.common.collect.Multimap<DeploymentProject,Pair<Long,PlanResultKey>>
DeploymentVersionServiceImpl. findVersionIdentifiersAssociatedWithJiraIssue(@NotNull String issueKey)
Set<PlanResultKey>
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)
Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type PlanResultKey Modifier and Type Method Description void
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)
@NotNull Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>>
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.@NotNull Pair<List<MutableDeploymentVersionVcsChangeset>,List<InternalLinkedJiraIssue>>
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.DeploymentVersion
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)DeploymentVersion
DeploymentVersionServiceImpl. findNextVersionContainingResult(long deploymentProjectId, @NotNull PlanResultKey planResultKey)
@NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetService. getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits)
Finds the changesets if a new version would be created from planResultKey.@NotNull DeploymentVersionCommitsComparisonResult
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.@NotNull DeploymentVersionCommitsComparisonResult
DeploymentVersionVcsChangesetServiceImpl. getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits)
@NotNull DeploymentVersionCommitsComparisonResult
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
Fields in com.atlassian.bamboo.event declared as PlanResultKey Modifier and Type Field Description protected PlanResultKey
BuildResultEvent. planResultKey
protected PlanResultKey
ResultsSummaryUpdatedEvent. planResultKey
Methods in com.atlassian.bamboo.event that return PlanResultKey Modifier and Type Method Description PlanResultKey
BuildHungEvent. getPlanResultKey()
PlanResultKey
BuildResultEvent. getPlanResultKey()
Gets thePlanResultKey
PlanResultKey
ChainAbandonedEvent. getPlanResultKey()
@NotNull PlanResultKey
ChainResultEvent. getPlanResultKey()
Get thePlanResultKey
for theChainResultsSummary
PlanResultKey
ChainStartedEvent. getPlanResultKey()
PlanResultKey
PlanResultEvent. getPlanResultKey()
Get thePlanResultKey
for theResultsSummary
PlanResultKey
ResultsSummaryUpdatedEvent. getPlanResultKey()
Constructors in com.atlassian.bamboo.event with parameters of type PlanResultKey Constructor Description BuildCommentDeletedEvent(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)
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
Methods in com.atlassian.bamboo.event.analytics that return PlanResultKey Modifier and Type Method Description PlanResultKey
RssPlanSavedEvent. getPlanResultKey()
Constructors in com.atlassian.bamboo.event.analytics with parameters of type PlanResultKey Constructor Description RssPlanSavedEvent(PlanResultKey planResultKey, SpecsType specsType)
-
Uses of PlanResultKey in com.atlassian.bamboo.fileserver
Methods in com.atlassian.bamboo.fileserver with parameters of type PlanResultKey Modifier and Type Method Description File
ArtifactStorage. getArtifactDestinationDirectory(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifact)
Deprecated.File
ArtifactStorage. getArtifactDirectory(PlanResultKey planResultKey)
Deprecated. -
Uses of PlanResultKey in com.atlassian.bamboo.js
Constructors in com.atlassian.bamboo.js with parameters of type PlanResultKey Constructor Description PlanDecorator(ImmutableTopLevelPlan plan, Long currentTime, boolean favourite, ChainExecutionManager chainExecutionManager, PlanExecutionManager planExecutionManager, @Nullable PlanResultKey lastResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.labels
Methods in com.atlassian.bamboo.labels with parameters of type PlanResultKey Modifier and Type Method Description int
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
Methods in com.atlassian.bamboo.matcher with parameters of type PlanResultKey Modifier and Type Method Description static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>BambooTestMatchers. hasPlanResultKey(PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.matcher.plan
Methods in com.atlassian.bamboo.matcher.plan with parameters of type PlanResultKey Modifier and Type Method Description static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher. hasPlanResultKey(PlanResultKey planResultKey)
Method parameters in com.atlassian.bamboo.matcher.plan with type arguments of type PlanResultKey Modifier and Type Method Description static <T extends PlanResultKeyProvider>
org.hamcrest.Matcher<T>PlanResultKeyMatcher. hasPlanResultKey(org.hamcrest.Matcher<PlanResultKey> textMatcher)
-
Uses of PlanResultKey in com.atlassian.bamboo.migration.beans
Methods in com.atlassian.bamboo.migration.beans with parameters of type PlanResultKey Modifier and Type Method Description @Nullable BuildResultsSummary
DummyResultsSummaryCache. get(@NotNull PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.migration.stream
Methods in com.atlassian.bamboo.migration.stream that return PlanResultKey Modifier and Type Method Description protected @NotNull PlanResultKey
PlanResultKeyListMapper. createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
Methods in com.atlassian.bamboo.migration.stream with parameters of type PlanResultKey Modifier and Type Method Description protected 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
Methods in com.atlassian.bamboo.migration.utils that return PlanResultKey Modifier and Type Method Description PlanResultKey
BuildResultKeyHolder. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type PlanResultKey Modifier and Type Method Description protected ResultsSummary
AbstractNotificationEventListener. fetchResultSummaryIfRequiredByNotificationRules(@NotNull PlanResultKey planResultKey, @NotNull Iterable<NotificationRule> notificationRules)
-
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 Modifier and Type Field Description static com.google.common.base.Function<CreateVersionBuildResultElement,PlanResultKey>
CreateVersionBuildResultElement. toPlanResultKey
Methods in com.atlassian.bamboo.pageobjects.elements.deployments.versions that return PlanResultKey Modifier and Type Method Description PlanResultKey
CreateVersionBuildResultElement. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.helpers
Methods in com.atlassian.bamboo.pageobjects.helpers with parameters of type PlanResultKey Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.pageobjects.helpers.deployments with parameters of type PlanResultKey Modifier and Type Method Description void
DeploymentsHelper. assertReleaseArtifactProviders(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 Modifier and Type Method Description Iterable<PlanResultKey>
CreateVersionPage. allBuildResultKeys()
Methods in com.atlassian.bamboo.pageobjects.pages.deployment with parameters of type PlanResultKey Modifier and Type Method Description DeploymentResultPage
DeploymentResultPage. assertLastResultTriggerReasonIsChildOf(@NotNull 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 Modifier and Type Method Description Set<PlanResultKey>
VersionDetailsComponent. getArtifactProviders()
Set<PlanResultKey>
VersionDetailsComponent. getRemovedArtifactProviders()
-
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.global
Methods in com.atlassian.bamboo.pageobjects.pages.global with parameters of type PlanResultKey Modifier and Type Method Description void
CurrentBuildQueuePage. dragResultAfter(PlanResultKey dragResult, PlanResultKey afterResult)
-
Uses of PlanResultKey in com.atlassian.bamboo.pageobjects.pages.plan
Constructors in com.atlassian.bamboo.pageobjects.pages.plan with parameters of type PlanResultKey Constructor Description JobResultSummaryPage(PlanResultKey jobResultKey)
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 Constructor Description EphemeralJobResultSummaryPage(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
Subclasses of PlanResultKey in com.atlassian.bamboo.plan Modifier and Type Class Description class
DeploymentResultKeyAsPlanResultKey
Deprecated.since 5.12 with not replacement.Fields in com.atlassian.bamboo.plan with type parameters of type PlanResultKey Modifier and Type Field Description static @NotNull com.google.common.base.Function<PlanResultKeyProvider,PlanResultKey>
PlanResultKeyProvider. getPlanKey
Deprecated.since 5.10, use PlanResultKeyProvider::getPlanResultKeystatic com.google.common.base.Function<? super PlanResultKey,? extends PlanResultKey>
PlanKeys. REMOVE_DELETION_MARKER
static com.google.common.base.Function<? super PlanResultKey,? extends PlanResultKey>
PlanKeys. REMOVE_DELETION_MARKER
Methods in com.atlassian.bamboo.plan that return PlanResultKey Modifier and Type Method Description static @NotNull PlanResultKey
PlanKeys. getChainResultKey(@NotNull PlanResultKey planResultKey)
Creates a chain result key from job result key.PlanResultKey
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()
Methods in com.atlassian.bamboo.plan with parameters of type PlanResultKey Modifier and Type Method Description static @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)
BuildExecution
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
Methods in com.atlassian.bamboo.plan.analytics with parameters of type PlanResultKey Modifier and Type Method Description void
ActivePlansDeploymentsAnalyticsService. onChainExecuted(PlanResultKey planResultKey)
handles situation when chain is executedvoid
ActivePlansDeploymentsAnalyticsServiceImpl. onChainExecuted(PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.plan.artifact
Methods in com.atlassian.bamboo.plan.artifact with parameters of type PlanResultKey Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.plan.branch with parameters of type PlanResultKey Modifier and Type Method Description protected 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
Methods in com.atlassian.bamboo.plan.cache that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
AbstractImmutableChain. getLastResultKey()
@Nullable PlanResultKey
ImmutableChain. getLastResultKey()
Get the latest result key including active (not finished) resultsMethods in com.atlassian.bamboo.plan.cache with parameters of type PlanResultKey Modifier and Type Method Description @Nullable ChainResultDetails
ImmutablePlanManager. getChainResultDetails(PlanResultKey planResultKey)
ChainResultDetails
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
Methods in com.atlassian.bamboo.plan.execution with parameters of type PlanResultKey Modifier and Type Method Description protected boolean
UniqueRunPerKeyPlanExecutionPermitter. isPermittedToExecuteImpl(@NotNull ImmutableChain chain, @Nullable PlanResultKey resultKey, @NotNull ErrorCollection errorCollection)
-
Uses of PlanResultKey in com.atlassian.bamboo.plan.trigger
Methods in com.atlassian.bamboo.plan.trigger with parameters of type PlanResultKey Modifier and Type Method Description @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
Constructors in com.atlassian.bamboo.plugins.bitbucket.rest.entity.buildstatus with parameters of type PlanResultKey Constructor Description RestBuildStatus(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
Methods in com.atlassian.bamboo.plugins.jira.release with parameters of type PlanResultKey Modifier and Type Method Description @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
Method parameters in com.atlassian.bamboo.plugins.jira.rest.model.build with type arguments of type PlanResultKey Modifier and Type Method Description 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)
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)
Constructor parameters in com.atlassian.bamboo.plugins.jira.rest.model.build with type arguments of type PlanResultKey Constructor Description BuildStatusSummary(@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
Method parameters in com.atlassian.bamboo.plugins.jira.summary.deployment with type arguments of type PlanResultKey Modifier and Type Method Description @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
Fields in com.atlassian.bamboo.plugins.rest.model.build declared as PlanResultKey Modifier and Type Field Description protected PlanResultKey
Result. planResultKey
Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type PlanResultKey Modifier and Type Method Description void
Result. setPlanResultKey(PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.build.artifact
Methods in com.atlassian.bamboo.plugins.rest.model.build.artifact with parameters of type PlanResultKey Modifier and Type Method Description void
RestBuildArtifact. setProducerJobKey(PlanResultKey producerJobKey)
Constructors in com.atlassian.bamboo.plugins.rest.model.build.artifact with parameters of type PlanResultKey Constructor Description RestBuildArtifact(@Nullable Long id, String name, PlanResultKey producerJobKey, boolean isShared, Long size, String prettySizeDescription, com.atlassian.plugins.rest.common.Link link)
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.plan.branch
Constructors in com.atlassian.bamboo.plugins.rest.model.plan.branch with parameters of type PlanResultKey Constructor Description RestBranchLatestActive(PlanResultKey planResultKey, LifeCycleState lifeCycleState)
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.rest.model.queue
Constructors in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type PlanResultKey Constructor Description RestQueuedBuild(@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
Methods in com.atlassian.bamboo.plugins.stash.warning with parameters of type PlanResultKey Modifier and Type Method Description @NotNull String
BuildWarningsStashClientConverter. generateReportKey(@NotNull PlanResultKey resultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.testutils.builds
Constructor parameters in com.atlassian.bamboo.plugins.testutils.builds with type arguments of type PlanResultKey Constructor Description PlanGroupExecutionListener(Queue<PlanResultKey> planResultKeysQueue)
-
Uses of PlanResultKey in com.atlassian.bamboo.plugins.testutils.deployments
Methods in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type PlanResultKey Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.plugins.web.conditions that return types with arguments of type PlanResultKey Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.rest.adapter that return PlanResultKey Modifier and Type Method Description PlanResultKey
PlanResultKeyAdapter. unmarshal(@Nullable String planResultKey)
Methods in com.atlassian.bamboo.rest.adapter with parameters of type PlanResultKey Modifier and Type Method Description String
PlanResultKeyAdapter. marshal(@Nullable PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.rest.common.utils
Methods in com.atlassian.bamboo.rest.common.utils with parameters of type PlanResultKey Modifier and Type Method Description static 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
Methods in com.atlassian.bamboo.rest.model.adapters that return PlanResultKey Modifier and Type Method Description PlanResultKey
PlanResultKeyRestResultKeyAdaptor. unmarshal(RestResultKey restKey)
Methods in com.atlassian.bamboo.rest.model.adapters with parameters of type PlanResultKey Modifier and Type Method Description RestResultKey
PlanResultKeyRestResultKeyAdaptor. marshal(PlanResultKey key)
-
Uses of PlanResultKey in com.atlassian.bamboo.rest.model.artifact
Methods in com.atlassian.bamboo.rest.model.artifact that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
RestArtifact. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.rest.model.deployments.versions
Methods in com.atlassian.bamboo.rest.model.deployments.versions that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
RestArtifactDeploymentVersionItem. getPlanResultKey()
@Nullable PlanResultKey
RestDeploymentVersionAndPlanResult. getPlanResultKey()
Constructors in com.atlassian.bamboo.rest.model.deployments.versions with parameters of type PlanResultKey Constructor Description RestDeploymentVersionAndPlanResult(RestDeploymentVersion deploymentVersion, PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
BaseResultSummary. getPlanResultKey()
@NotNull PlanResultKey
ImmutableResultsSummary. getPlanResultKey()
Gets thePlanResultKey
for thisImmutableResultsSummary
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type PlanResultKey Modifier and Type Method Description @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 onlyMethods in com.atlassian.bamboo.resultsummary with parameters of type PlanResultKey Modifier and Type Method Description void
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.Long
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.tests
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type PlanResultKey Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.resultsummary.variables with parameters of type PlanResultKey Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.storage with parameters of type PlanResultKey Modifier and Type Method Description File
ArtifactDirectoryBuilder. 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.String
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.File
ArtifactDirectoryBuilder. getPlanOrientedArtifactDirectory(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifactDefinition)
Always returns a plan-oriented directory, never a global storage directory.String
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
Methods in com.atlassian.bamboo.storage.event that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
ArtifactStorageHardLimitExceededEvent. getCause()
Constructors in com.atlassian.bamboo.storage.event with parameters of type PlanResultKey Constructor Description ArtifactStorageHardLimitExceededEvent(@NotNull StorageLimits storageLimits, @Nullable PlanResultKey cause)
-
Uses of PlanResultKey in com.atlassian.bamboo.storage.location
Methods in com.atlassian.bamboo.storage.location with parameters of type PlanResultKey Modifier and Type Method Description File
ArtifactDirectoryBuilderImpl. getBuildDirectory(PlanResultKey planResultKey)
String
ArtifactPathBuilderImpl. getBuildPath(PlanResultKey planResultKey)
File
ArtifactDirectoryBuilderImpl. getPlanOrientedArtifactDirectory(PlanResultKey planResultKey, ImmutableArtifactDefinitionBase artifactDefinition)
String
ArtifactPathBuilderImpl. getPlanOrientedArtifactPath(PlanResultKey planResultKey, @Nullable ImmutableArtifactDefinitionBase artifactDefinition)
-
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor
Methods in com.atlassian.bamboo.testutils.backdoor that return types with arguments of type PlanResultKey Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedQuery<List<PlanResultKey>>
QueueControl. getResultKeysInQueue(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts)
Methods in com.atlassian.bamboo.testutils.backdoor with parameters of type PlanResultKey Modifier and Type Method Description static 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.Result
PlansControl. getBuildResult(PlanResultKey planResultKey)
Get build resultResult
PlansControl. getBuildResultWithArtifacts(PlanResultKey planResultKey)
Get build result@NotNull Map<String,String>
BuildResultsControl. getMetadata(@NotNull PlanResultKey planResultKey)
@NotNull ResultDetails
BuildResultsControl. getResultDetails(@NotNull PlanResultKey planResultKey)
RestBuildLabels
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
PlansControl. waitForCompletedBuild(PlanResultKey key)
Wait for a build to completePlansControl
PlansControl. waitForCompletedBuild(PlanResultKey key, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
PlansControl
PlansControl. waitForFailedBuild(@NotNull PlanResultKey planResultKey)
PlansControl
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
PlansControl. waitForSuccessfulBuild(@NotNull PlanResultKey planResultKey)
PlansControl
PlansControl. waitForSuccessfulBuild(@NotNull PlanResultKey planResultKey, com.atlassian.pageobjects.elements.query.Poller.WaitTimeout timeout)
-
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor.artifact
Methods in com.atlassian.bamboo.testutils.backdoor.artifact with parameters of type PlanResultKey Modifier and Type Method Description String
ArtifactsControl. getFileContent(PlanResultKey planResultKey, String jobKey, String artifactName, String artifactFileName)
String
ArtifactsControl. getFileContentForSharedArtifact(PlanResultKey planResultKey, String artifactName, String artifactFileName)
-
Uses of PlanResultKey in com.atlassian.bamboo.testutils.backdoor.deployments
Methods in com.atlassian.bamboo.testutils.backdoor.deployments with parameters of type PlanResultKey Modifier and Type Method Description RestDeploymentVersion
DeploymentsControl. createVersion(long deploymentProjectId, @NotNull PlanResultKey planResultKey, @NotNull String name)
-
Uses of PlanResultKey in com.atlassian.bamboo.testutils.build.logger
Methods in com.atlassian.bamboo.testutils.build.logger with parameters of type PlanResultKey Modifier and Type Method Description void
BuildLoggerManagerForTesting. removeBuildLogger(PlanResultKey buildResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.testutils.resultsummary
Methods in com.atlassian.bamboo.testutils.resultsummary with parameters of type PlanResultKey Modifier and Type Method Description static <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
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type PlanResultKey Constructor Description AfterSuccessfulStageTriggeringAction(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
Methods in com.atlassian.bamboo.utils that return types with arguments of type PlanResultKey Modifier and Type Method Description static @NotNull 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 Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.v2.build.agent with parameters of type PlanResultKey Modifier and Type Method Description 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 Constructor Description ArtifactAckMessage(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType)
ManageHungBuildMessage(PlanResultKey planResultKey)
-
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 Modifier and Type Method Description protected void
RemoteArtifactManager. markSubscriptionAsConsumed(PlanResultKey planResultKey, ArtifactSubscriptionContext artifactSubscription, String artifactLinkType)
void
RemoteBuildLoggerManager. removeBuildLogger(PlanResultKey buildResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.events
Methods in com.atlassian.bamboo.v2.build.events that return PlanResultKey Modifier and Type Method Description PlanResultKey
BuildContextEvent. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.build.timing
Methods in com.atlassian.bamboo.v2.build.timing that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
AbstractBuildTimingPoint. getPlanResultKey()
@NotNull PlanResultKey
BuildTimingPoint. getPlanResultKey()
Methods in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey Modifier and Type Method Description static BuildTimingPoints.AgentAssigned
BuildTimingPoints. agentAssigned(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId)
static BuildTimingPoints.ExecutionCancelled
BuildTimingPoints. executionCancelled(@NotNull PlanResultKey planResultKey, @NotNull Date date, boolean buildActuallyCancelled)
static BuildTimingPoints.ExecutionFinished
BuildTimingPoints. executionFinished(@NotNull PlanResultKey planResultKey, @NotNull Date date)
static BuildTimingPoints.ExecutionStarted
BuildTimingPoints. executionStarted(@NotNull PlanResultKey planResultKey, @NotNull Date date)
static BuildTimingPoints.SentToAgent
BuildTimingPoints. sentToAgent(@NotNull PlanResultKey planResultKey, @NotNull Date date, long agentId)
static BuildTimingPoints.VcsSyncStarted
BuildTimingPoints. vcsSyncStarted(@NotNull PlanResultKey planResultKey, @NotNull Date date)
Deprecated.since 9.3 not really related to actual VCS operationsConstructors in com.atlassian.bamboo.v2.build.timing with parameters of type PlanResultKey Constructor Description 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
Methods in com.atlassian.bamboo.v2.build.trigger that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
ScheduledTriggerReason. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.v2.ww2.build
Methods in com.atlassian.bamboo.v2.ww2.build with parameters of type PlanResultKey Modifier and Type Method Description protected @NotNull String
TriggerManualBuild. processResult(ExecutionRequestResult result, PlanResultKey planResultKey)
-
Uses of PlanResultKey in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return PlanResultKey Modifier and Type Method Description @NotNull PlanResultKey
DeploymentRepositoryBuildContext. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
PlanActionSupport. getTypedPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.actions.build
Methods in com.atlassian.bamboo.ww2.actions.build that return PlanResultKey Modifier and Type Method Description @Nullable PlanResultKey
BuildQueueItemViewForJsonDecorator. getChainResultKey()
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type PlanResultKey Constructor Description BuildQueueItemViewForJsonDecorator(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
Fields in com.atlassian.bamboo.ww2.actions.jira declared as PlanResultKey Modifier and Type Field Description protected PlanResultKey
AbstractJiraIssueAction. planResultKey
Methods in com.atlassian.bamboo.ww2.actions.jira that return PlanResultKey Modifier and Type Method Description PlanResultKey
AbstractJiraIssueAction. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.ww2.beans
Methods in com.atlassian.bamboo.ww2.beans that return PlanResultKey Modifier and Type Method Description PlanResultKey
DecoratedResult. getPlanResultKey()
-
Uses of PlanResultKey in com.atlassian.bamboo.xmpp.commands
Methods in com.atlassian.bamboo.xmpp.commands that return PlanResultKey Modifier and Type Method Description PlanResultKey
AbstractSmackCommand. getPlanResultKey()
Methods in com.atlassian.bamboo.xmpp.commands with parameters of type PlanResultKey Modifier and Type Method Description void
AbstractSmackCommand. setPlanResultKey(PlanResultKey planResultKey)
-
Uses of PlanResultKey in it.com.atlassian.bamboo.deployments.versions.service
Fields in it.com.atlassian.bamboo.deployments.versions.service declared as PlanResultKey Modifier and Type Field Description static PlanResultKey
DeploymentVersionServiceWiredTest. PLAN_RESULT_KEY_1
static PlanResultKey
DeploymentVersionServiceWiredTest. PLAN_RESULT_KEY_2
-