Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableArtifactImpl,PlanResultKey> |
MutableArtifactImpl_.planResultKey |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
MutableArtifactImpl.getPlanResultKey() |
@NotNull PlanResultKey |
ArtifactImpl.getPlanResultKey() |
@NotNull PlanResultKey |
Artifact.getPlanResultKey()
Get key of
ResultsSummary that owns this Artifact . |
Modifier and Type | Method and Description |
---|---|
List<MutableArtifact> |
ArtifactHibernateDao.findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey) |
List<MutableArtifact> |
ArtifactDao.findPlanResultArtifactsReferencedByVersion(@NotNull PlanResultKey planResultKey)
Find all artifacts that belong to a build result are part of a deployment version.
|
void |
ArtifactHibernateDao.removeByPlanResultKey(@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 |
MutableArtifactImpl.setPlanResultKey(PlanResultKey planResultKey) |
void |
MutableArtifact.setPlanResultKey(@NotNull PlanResultKey planResultKey) |
Constructor and Description |
---|
MutableArtifactImpl(String label,
PlanResultKey planResultKey,
String linkType,
boolean sharedArtifact) |
MutableArtifactImpl(String label,
PlanResultKey planResultKey,
String linkType,
boolean sharedArtifact,
Long persistedSize) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
UserResponsibilityEvent.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
UserResponsibilityEvent.setPlanResultKey(PlanResultKey planResultKey) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
BuildRequestResultImpl.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
StopBuildManager.cancelBuild(@NotNull PlanResultKey planResultKey,
boolean abandonResult)
Cancel a running build optionally abandoning the result
|
void |
DefaultStopBuildManager.cancelBuild(@NotNull PlanResultKey planResultKey,
boolean abandonResult) |
void |
DefaultBuildExecutionManager.finishBuild(@NotNull PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
BuildExecutionManager.finishBuild(@NotNull PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Calls removeCurrentlyBuilding and finishProcess
|
void |
DefaultBuildExecutionManager.finishBuildWithCleanState(@NotNull PlanResultKey planResultKey,
@NotNull BuildContext buildContext) |
void |
BuildExecutionManager.finishBuildWithCleanState(@NotNull PlanResultKey planResultKey,
@NotNull BuildContext buildContext)
Calls removeCurrentlyBuilding and finishProcess.
|
@Nullable ExecutionStatus |
ChainResultsAction.getExecutionStatus(PlanResultKey planResultKey) |
void |
BuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey)
Removes buildLogger for finished build process.
|
Modifier and Type | Method and Description |
---|---|
Set<ResultKey> |
CurrentlyBuildingContainer.restoreState(Set<PlanResultKey> pendingBuildKeys) |
Modifier and Type | Method and Description |
---|---|
static String |
TrampolineUrlArtifactLinkDataProvider.createTrampolineUrl(PlanResultKey planResultKey,
String artifactName,
@Nullable String tag) |
@NotNull Collection<ArtifactLink> |
DefaultArtifactLinkManager.findArtifactLinksByChainResultKey(@NotNull PlanResultKey chainResultKey) |
@NotNull Collection<ArtifactLink> |
ArtifactLinkManager.findArtifactLinksByChainResultKey(@NotNull PlanResultKey chainResultKey) |
@NotNull Collection<ArtifactLink> |
ArtifactLinkHibernateDao.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey) |
@NotNull com.google.common.collect.Multimap<String,Artifact> |
DefaultArtifactLinkManager.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey) |
@NotNull com.google.common.collect.Multimap<String,Artifact> |
ArtifactLinkManager.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey)
Gets all the
Artifact s for the given PlanResultKey |
@NotNull Collection<ArtifactLink> |
ArtifactLinkDao.findArtifactsByChainResultKey(@NotNull PlanResultKey chainResultKey)
Gets all the
ArtifactLink s for the given PlanResultKey |
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 |
S3ArtifactHandler.removeArtifactFromStorage(@NotNull PlanResultKey planResultKey,
@NotNull ImmutableArtifactDefinitionBase artifact,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
BambooRemoteArtifactHandler.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 |
S3ArtifactHandler.removeArtifactsFromStorage(@NotNull PlanResultKey planResultKey,
@NotNull ArtifactHandlerConfigProvider artifactHandlerConfigProvider) |
void |
BambooRemoteArtifactHandler.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 |
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 |
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 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.
|
void |
TrampolineUrlArtifactLinkDataProvider.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
static @NotNull String |
BuildStopDelayedJob.getJobName(@NotNull PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildWarning.getChainResultKey() |
PlanResultKey |
BuildWarning.Artifact.getJobResultKey() |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ChainStateCreationRequestResultImpl.getPlanResultKey() |
@NotNull PlanResultKey |
BuildExecution.getPlanResultKey() |
@NotNull PlanResultKey |
ChainState.getPlanResultKey()
PlanResultKey for the the Chain execution |
@NotNull PlanResultKey |
ChainExecution.getPlanResultKey()
Get the result key
|
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
ChainExecutionManagerImpl.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress) |
Set<PlanResultKey> |
ChainExecutionManager.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress)
Restores state of running chains after server restart.
|
Modifier and Type | Method and Description |
---|---|
@Nullable com.atlassian.bamboo.chains.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 a
BuildContext of a Job by its PlanResultKey |
@Nullable com.atlassian.bamboo.chains.ChainBuildState |
ChainState.getChainBuildState(@NotNull PlanResultKey planResultKey)
Gets the build state for the given buildResultKey
|
@Nullable ChainExecution |
ChainExecutionManagerImpl.getChainExecution(@NotNull PlanResultKey planResultKey) |
@Nullable ChainExecution |
ChainExecutionAccessor.getChainExecution(@NotNull PlanResultKey planResultKey)
Get the state of the single ChainExecution
|
@Nullable BuildExecution |
ChainExecutionManagerImpl.getJobExecution(@NotNull PlanResultKey planResultKey) |
@Nullable BuildExecution |
ChainExecutionAccessor.getJobExecution(@NotNull PlanResultKey planResultKey)
Get the state of a single Job being executed
|
boolean |
ChainExecutionManagerImpl.isExecuting(@NotNull PlanResultKey planResultKey) |
boolean |
ChainExecutionAccessor.isExecuting(@NotNull PlanResultKey planResultKey)
Checks of
BuildResultsSummary represented by PlanResultKey is currently building (ie started on an agent_ |
boolean |
JobExecutionManagerImpl.requestStop(@NotNull PlanResultKey planResultKey) |
boolean |
JobExecutionManager.requestStop(@NotNull PlanResultKey planResultKey)
Stops the build represented by its
PlanResultKey and does not abandon the result
If the ImmutableResultsSummary.getLifeCycleState() is not LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
the result will be transitioned to LifeCycleState.NOT_BUILT and BuildState.UNKNOWN |
void |
ChainExecutionManagerImpl.stop(@NotNull PlanResultKey planResultKey) |
void |
ChainExecutionManager.stop(@NotNull PlanResultKey planResultKey)
Stops the executing instance of the
Chain represented by PlanResultKey |
void |
ChainResultManagerImpl.updateStateToInProgress(@NotNull PlanResultKey chainResultKey,
@NotNull Date startDate) |
void |
ChainResultManager.updateStateToInProgress(@NotNull PlanResultKey chainResultKey,
@NotNull Date startDate) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
ChainExecutionManagerImpl.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress) |
Set<PlanResultKey> |
ChainExecutionManagerImpl.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress) |
Set<PlanResultKey> |
ChainExecutionManager.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress)
Restores state of running chains after server restart.
|
Set<PlanResultKey> |
ChainExecutionManager.restoreState(Set<PlanResultKey> chainResultsToRestore,
Map<PlanResultKey,BuildResultsSummary> jobsInProgress)
Restores state of running chains after server restart.
|
Modifier and Type | Method and Description |
---|---|
@Nullable RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor |
RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogAccessor(@NotNull PlanResultKey planResultKey) |
@Nullable RepositoryStoredSpecsLogService.RepositoryStoredSpecsLogAccessor |
RepositoryStoredSpecsLogService.getBambooSpecsExecutionLogAccessor(@NotNull PlanResultKey planResultKey)
Provides log file accessor for build result.
|
@Nullable Path |
RepositoryStoredSpecsLogServiceImpl.getBambooSpecsExecutionLogFile(@NotNull PlanResultKey planResultKey) |
@Nullable Path |
RepositoryStoredSpecsLogService.getBambooSpecsExecutionLogFile(@NotNull PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
IndexedEnvironment.getCurrentVersionPlanResultKey()
Deprecated.
|
PlanResultKey |
IndexedEnvironmentImpl.getCurrentVersionPlanResultKey() |
Constructor and Description |
---|
IndexedEnvironmentImpl(@NotNull InternalDeploymentProject internalDeploymentProject,
@NotNull EnvironmentStatus environmentStatus,
@Nullable PlanResultKey latestVersionPlanResultKey) |
IndexedEnvironmentImpl(@NotNull InternalDeploymentProject project,
@NotNull InternalEnvironment environment,
@Nullable DeploymentResult latestResult,
@Nullable PlanResultKey latestVersionPlanResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AvailableResult.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
EnvironmentTriggeringResultImpl.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment,
@NotNull PlanResultKey planResultKey)
Creates
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
EnvironmentTriggeringAction |
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment,
@NotNull PlanResultKey planResultKey) |
Constructor and Description |
---|
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
TriggerManager triggerManager) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
InternalArtifactDeploymentVersionItem.getPlanResultKey() |
@NotNull PlanResultKey |
ArtifactDeploymentVersionItemImpl.getPlanResultKey() |
Constructor and Description |
---|
ArtifactDeploymentVersionItemImpl(long id,
String name,
ProjectItemType type,
PlanResultKey planResultKey,
Artifact artifact) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
AbstractDeploymentVersionHistoryAction.planResultKey |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
CreateDeploymentVersion.getLastVersionPlanResultKey() |
PlanResultKey |
AbstractDeploymentVersionHistoryAction.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
List<PlanResultKey> |
ViewDeploymentVersion.getCreatedFromRemovedResults()
Get list of keys for non existing Result Summary objects that are source of artifacts
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
IndexedVersion.getPlanResultKey()
Deprecated.
|
PlanResultKey |
IndexedVersionImpl.getPlanResultKey() |
Constructor and Description |
---|
IndexedVersionImpl(@NotNull DeploymentVersion deploymentVersion,
@Nullable PlanResultKey planResultKey,
@NotNull List<DeploymentVersionLinkedJiraIssue> issues) |
Modifier and Type | Field and 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 directly
|
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
DeploymentVersionPlanResultKey.getPlanResultKey() |
@NotNull PlanResultKey |
DeploymentVersionPlanResultKeyDto.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionPlanResultKey |
DeploymentVersionPlanResultKey.FromPlanResultKey.apply(@Nullable PlanResultKey planResultKey)
Deprecated.
|
MutableDeploymentVersion |
DeploymentVersionDaoImpl.findNextVersionContainingResult(long deploymentProjectId,
@NotNull PlanResultKey planResultKey) |
@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)
|
@Nullable MutableDeploymentVersion |
DeploymentVersionDaoImpl.getRelatedVersion(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.
|
@NotNull List<MutableDeploymentVersion> |
DeploymentVersionDaoImpl.getRelatedVersions(@NotNull PlanResultKey planResultKey) |
@NotNull List<MutableDeploymentVersion> |
DeploymentVersionDao.getRelatedVersions(@NotNull PlanResultKey planResultKey)
All versions project that are related to specific plan result.
|
void |
DeploymentVersionPlanResultKey.setPlanResultKey(@NotNull PlanResultKey planResultKey) |
Constructor and Description |
---|
DeploymentVersionPlanResultKey(MutableDeploymentVersion deploymentVersion,
@NotNull PlanResultKey planResultKey) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<MutableArtifactDeploymentVersionItemImpl,PlanResultKey> |
MutableArtifactDeploymentVersionItemImpl_.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ArtifactDeploymentVersionItemDto.getPlanResultKey() |
@NotNull PlanResultKey |
MutableArtifactDeploymentVersionItemImpl.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
MutableArtifactDeploymentVersionItemImpl.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
DeploymentVersionService.getRelatedPlanResultKeys(long deploymentVersionId) |
Modifier and Type | Method and 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 |
DeploymentVersionServiceImpl.createDeploymentVersion(long deploymentProjectId,
@NotNull PlanResultKey planResultKey) |
@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,
@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 |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits) |
@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 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> |
DeploymentVersionLinkedJiraIssuesServiceImpl.getJiraIssuesForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey 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,
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) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
ResultsSummaryUpdatedEvent.planResultKey |
protected PlanResultKey |
BuildResultEvent.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
ResultsSummaryUpdatedEvent.getPlanResultKey() |
PlanResultKey |
ChainStartedEvent.getPlanResultKey() |
PlanResultKey |
BuildHungEvent.getPlanResultKey() |
PlanResultKey |
BuildResultEvent.getPlanResultKey()
Gets the
PlanResultKey |
@NotNull PlanResultKey |
ChainResultEvent.getPlanResultKey()
Get the
PlanResultKey for the ChainResultsSummary |
PlanResultKey |
ChainAbandonedEvent.getPlanResultKey() |
PlanResultKey |
PlanResultEvent.getPlanResultKey()
Get the
PlanResultKey for the ResultsSummary |
Constructor and 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) |
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) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
RssPlanSavedEvent.getPlanResultKey() |
Constructor and Description |
---|
RssPlanSavedEvent(PlanResultKey planResultKey,
SpecsType specsType) |
Modifier and Type | Method and Description |
---|---|
File |
ArtifactStorage.getArtifactDestinationDirectory(PlanResultKey planResultKey,
ImmutableArtifactDefinitionBase artifact)
Deprecated.
|
File |
ArtifactStorage.getArtifactDirectory(PlanResultKey planResultKey)
Deprecated.
|
Constructor and Description |
---|
PlanDecorator(ImmutableTopLevelPlan plan,
Long currentTime,
boolean favourite,
ChainExecutionManager chainExecutionManager,
PlanExecutionManager planExecutionManager,
@Nullable PlanResultKey lastResultKey) |
Modifier and Type | Method and Description |
---|---|
int |
LabelManagerImpl.addLabel(@Nullable String labelName,
@Nullable PlanResultKey planResultKey,
@Nullable com.atlassian.user.User user) |
int |
LabelManager.addLabel(@Nullable String labelName,
@Nullable PlanResultKey planResultKey,
@Nullable com.atlassian.user.User user)
Add a label against a build result.
|
int |
LabelManagerImpl.removeLabel(String labelName,
@Nullable PlanResultKey planResultKey,
com.atlassian.user.User user) |
int |
LabelManager.removeLabel(String labelName,
PlanResultKey planResultKey,
com.atlassian.user.User user)
Removes a label against a build result.
|
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
BambooTestMatchers.hasPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
PlanResultKeyMatcher.hasPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends PlanResultKeyProvider> |
PlanResultKeyMatcher.hasPlanResultKey(org.hamcrest.Matcher<PlanResultKey> textMatcher) |
Modifier and Type | Method and Description |
---|---|
@Nullable BuildResultsSummary |
DummyResultsSummaryCache.get(@NotNull PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
protected @NotNull PlanResultKey |
PlanResultKeyListMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
Modifier and Type | Method and Description |
---|---|
protected void |
PlanResultKeyListMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull PlanResultKey planResultKey,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildResultKeyHolder.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
protected ResultsSummary |
AbstractNotificationEventListener.fetchResultSummaryIfRequiredByNotificationRules(@NotNull PlanResultKey planResultKey,
@NotNull Iterable<NotificationRule> notificationRules) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Function<CreateVersionBuildResultElement,PlanResultKey> |
CreateVersionBuildResultElement.toPlanResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
CreateVersionBuildResultElement.getPlanResultKey() |
Modifier and Type | Method and 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)
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsHelper.assertReleaseArtifactProviders(String environmentId,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
Iterable<PlanResultKey> |
CreateVersionPage.allBuildResultKeys() |
Modifier and Type | Method and Description |
---|---|
DeploymentResultPage |
DeploymentResultPage.assertLastResultTriggerReasonIsChildOf(@NotNull PlanResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
Set<PlanResultKey> |
VersionDetailsComponent.getArtifactProviders() |
Set<PlanResultKey> |
VersionDetailsComponent.getRemovedArtifactProviders() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentBuildQueuePage.dragResultAfter(PlanResultKey dragResult,
PlanResultKey afterResult) |
Constructor and Description |
---|
JobResultSummaryPage(PlanResultKey jobResultKey) |
ResultSummaryPage(PlanResultKey planResultKey) |
Constructor and Description |
---|
JobResultViewLogs(PlanResultKey planResultKey) |
PlanResultLogActivityPage(PlanResultKey planResultKey) |
PlanResultTestsPage(PlanResultKey planResultKey) |
ResultJobArtifactsPage(PlanResultKey planResultKey) |
ResultJobArtifactsPage(PlanResultKey planResultKey,
String jobKey) |
ResultSummaryCommitsPage(PlanResultKey planKey) |
ResultSummaryMetadataPage(PlanResultKey planResultKey) |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentResultKeyAsPlanResultKey
Deprecated.
since 5.12 with not replacement.
|
Modifier and Type | Field and Description |
---|---|
static 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 |
Modifier and Type | Method and 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()
The
PlanResultKey of the executing Plan |
@NotNull PlanResultKey |
PlanResultKeyProvider.getPlanResultKey() |
static PlanResultKey |
PlanKeys.getPlanResultKey(PlanKey planKey,
int buildNumber)
Creates a
PlanResultKey from the given PlanKey and buildNumber |
static PlanResultKey |
PlanKeys.getPlanResultKey(String planResultKey)
Creates a
PlanResultKey from its string form 'BAM-BOO-123' |
static PlanResultKey |
PlanKeys.getPlanResultKey(@NotNull String planKey,
int buildNumber)
Creates a
PlanResultKey from the given planKey and buildNumber |
@NotNull PlanResultKey |
PlanExecutionConfigImpl.getResultToRerun() |
@NotNull PlanResultKey |
PlanExecutionConfig.getResultToRerun()
PlanResultKey of build to start again |
Modifier and Type | Method and 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> |
PlanExecutionManagerImpl.getCurrentlyBuildingForPlanResult(PlanResultKey planResultKey) |
@NotNull List<CurrentlyBuilding> |
PlanExecutionManager.getCurrentlyBuildingForPlanResult(PlanResultKey planKey)
Returns all
CurrentlyBuilding for specified PlanResultKey In case plan is a Chain
instance, all currently running jobs will be returned, however, chain itself will be not included in the list
(effectively CurrentlyBuilding for all chain's children jobs will be returned) |
@Nullable ExecutionStatus |
DelegatingPlanExecutionManager.getExecutionStatus(@NotNull PlanResultKey planResultKey) |
@Nullable ExecutionStatus |
ExecutionStatusProviderImpl.getExecutionStatus(@NotNull PlanResultKey planResultKey) |
@Nullable ExecutionStatus |
PlanExecutionManagerImpl.getExecutionStatus(@NotNull PlanResultKey planResultKey) |
@Nullable ExecutionStatus |
ExecutionStatusProvider.getExecutionStatus(@NotNull PlanResultKey planResultKey)
Returns a
ExecutionStatus for the given PlanResultKey |
@Nullable BuildExecution |
DelegatingPlanExecutionManager.getJobExecution(@NotNull PlanResultKey planResultKey) |
@Nullable BuildExecution |
ExecutionStatusProviderImpl.getJobExecution(@NotNull PlanResultKey planResultKey) |
BuildExecution |
PlanExecutionManagerImpl.getJobExecution(@NotNull PlanResultKey planResultKey) |
@Nullable BuildExecution |
ExecutionStatusProvider.getJobExecution(@NotNull PlanResultKey planResultKey)
Get the state of a single Job being executed
|
static @Nullable String |
PlanKeys.getPlanKeyPart(@NotNull PlanResultKey planResultKey)
Returns plan key part for given
PlanResultKey |
static @Nullable String |
PlanKeys.getProjectKeyPart(@NotNull PlanResultKey planResultKey)
Returns project key part for given
PlanResultKey |
static boolean |
PlanKeys.isJobResultKey(@NotNull PlanResultKey planResultKey)
Checks if
PlanResultKey represents a result of Job |
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.
|
boolean |
ExecutionLimitsServiceImpl.isPermittedToExecuteImpl(@NotNull ImmutableChain chain,
@Nullable PlanResultKey resultKey,
@NotNull ErrorCollection errorCollection) |
boolean |
PlanExecutionConcurrencyServiceImpl.isPermittedToExecuteImpl(@NotNull ImmutableChain chain,
@Nullable PlanResultKey resultKey,
@NotNull ErrorCollection errorCollection) |
protected abstract boolean |
AbstractPlanExecutionPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain,
@Nullable PlanResultKey resultKey,
@NotNull ErrorCollection errorCollection) |
boolean |
ExecutableAgentsHelperImpl.planHasExecutableAgents(@NotNull PlanResultKey planResultKey)
Checks if a Job can be built on any active agent.
|
boolean |
ExecutableAgentsHelper.planHasExecutableAgents(@NotNull PlanResultKey planResultKey)
Checks if a Buildable can be built on any active agent.
|
void |
PlanStatePersister.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds)
Handles results of not built job.
|
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 |
PlanStatePersisterImpl.saveNotBuiltBuildResult(PlanResultKey planResultKey,
boolean updateFollowingBuilds) |
void |
DelegatingPlanExecutionManager.stopPlan(@NotNull PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
void |
PlanExecutionManagerImpl.stopPlan(@NotNull PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
void |
PlanExecutionManager.stopPlan(@NotNull PlanResultKey planResultKey,
boolean abandonResult,
String userName) |
Modifier and Type | Method and Description |
---|---|
void |
ActivePlansDeploymentsAnalyticsServiceImpl.onChainExecuted(PlanResultKey planResultKey) |
void |
ActivePlansDeploymentsAnalyticsService.onChainExecuted(PlanResultKey planResultKey)
handles situation when chain is executed
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactSubscriptionManagerImpl.saveConsumedSubscription(@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull PlanResultKey planResultKey,
@NotNull String artifactLinkType) |
void |
ArtifactSubscriptionManager.saveConsumedSubscription(@NotNull ArtifactSubscriptionContext artifactSubscription,
@NotNull PlanResultKey planResultKey,
@NotNull String artifactLinkType)
Store consumed subscription.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
BranchMetadataBuildPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain,
@Nullable PlanResultKey resultKey,
@NotNull ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
AbstractImmutableChain.getLastResultKey() |
@Nullable PlanResultKey |
ImmutableChain.getLastResultKey()
Get the latest result key including active (not finished) results
|
Modifier and Type | Method and Description |
---|---|
ChainResultDetails |
ImmutablePlanManagerImpl.getChainResultDetails(PlanResultKey planResultKey) |
@Nullable ChainResultDetails |
ImmutablePlanManager.getChainResultDetails(PlanResultKey planResultKey) |
void |
ImmutablePlanCacheServiceImpl.invalidateLatestResultSummary(PlanResultKey planResultKey,
boolean resetAverageBuildDuration) |
void |
ImmutablePlanCacheService.invalidateLatestResultSummary(PlanResultKey key,
boolean resetAverageBuildDuration)
Resets the latest build summary of a plan.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
UniqueRunPerKeyPlanExecutionPermitter.isPermittedToExecuteImpl(@NotNull ImmutableChain chain,
@Nullable PlanResultKey resultKey,
@NotNull ErrorCollection errorCollection) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanTriggerResult |
PlanTrigger.triggerPlan(@NotNull TriggerReason triggerReason,
@NotNull PlanResultKey planResultKey,
@NotNull Map<String,String> params,
@NotNull Map<String,String> customVariables,
@Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanTriggerResult |
JIRAReleasePlanTrigger.triggerPlan(@NotNull TriggerReason triggerReason,
@NotNull PlanResultKey planResultKey,
@NotNull Map<String,String> params,
@NotNull Map<String,String> customVariables,
@Nullable PlanVcsRevisionDataSet lastVcsRevisionKeys) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
Result.planResultKey |
Modifier and Type | Method and Description |
---|---|
void |
Result.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
void |
RestBuildArtifact.setProducerJobKey(PlanResultKey producerJobKey) |
Constructor and Description |
---|
RestBuildArtifact(String name,
PlanResultKey producerJobKey,
boolean isShared,
Long size,
String prettySizeDescription,
com.atlassian.plugins.rest.common.Link link) |
Constructor and Description |
---|
RestBranchLatestActive(PlanResultKey planResultKey,
LifeCycleState lifeCycleState) |
Constructor and Description |
---|
RestQueuedBuild(@NotNull PlanResultKey planResultKey,
@Nullable TriggerReason triggerReason,
@NotNull List<? extends RepositoryChangeset> changesets,
@Nullable javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
@NotNull String |
BuildWarningsStashClientConverter.generateReportKey(@NotNull PlanResultKey resultKey) |
Constructor and Description |
---|
PlanGroupExecutionListener(Queue<PlanResultKey> planResultKeysQueue) |
Modifier and Type | Method and Description |
---|---|
@NotNull DeploymentVersion |
DeploymentsTestService.createDeploymentVersion(@NotNull DeploymentProject deploymentProject,
@NotNull PlanResultKey resultKey) |
@NotNull DeploymentVersion |
DeploymentsTestServiceImpl.createDeploymentVersion(@NotNull DeploymentProject deploymentProject,
@NotNull PlanResultKey resultKey) |
Modifier and Type | Method and Description |
---|---|
static Optional<PlanResultKey> |
ConditionHelper.getPlanResultKey(@NotNull Map<String,Object> context)
Retrieve plan result key from Freemarker context
|
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
PlanResultKeyAdapter.unmarshal(@Nullable String planResultKey) |
Modifier and Type | Method and Description |
---|---|
String |
PlanResultKeyAdapter.marshal(@Nullable PlanResultKey planResultKey) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
PlanResultKeyRestResultKeyAdaptor.unmarshal(RestResultKey restKey) |
Modifier and Type | Method and Description |
---|---|
RestResultKey |
PlanResultKeyRestResultKeyAdaptor.marshal(PlanResultKey key) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
RestArtifact.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
RestArtifactDeploymentVersionItem.getPlanResultKey() |
@Nullable PlanResultKey |
RestDeploymentVersionAndPlanResult.getPlanResultKey() |
Constructor and Description |
---|
RestDeploymentVersionAndPlanResult(RestDeploymentVersion deploymentVersion,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
BaseResultSummary.getPlanResultKey() |
@NotNull PlanResultKey |
ImmutableResultsSummary.getPlanResultKey()
Gets the
PlanResultKey for this ImmutableResultsSummary |
Modifier and Type | Method and Description |
---|---|
void |
BuildResultsSummaryManagerImpl.cleanPendingLifeCycleState(@NotNull PlanResultKey planResultKey) |
void |
ResultsSummaryManager.cleanPendingLifeCycleState(@NotNull PlanResultKey planResultKey)
Cleans state of pending result.
|
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findFirstResultAfter(@NotNull PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
ResultsSummaryManager.findFirstResultAfter(@NotNull PlanResultKey planResultKey,
Class<T> aClass)
Finds the first
ResultsSummary 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 successful
ResultsSummary after buildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.findLastBuildResultBeforeWithTests(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastBuildResultBeforeWithTests(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.findLastBuildResultBeforeWithTests(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastBuildResultBeforeWithTests(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last successful or failing
BuildResultsSummary before buildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastResultBefore(@NotNull PlanResultKey planResultKey,
Class<T> aClass) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastResultBefore(@NotNull PlanResultKey planResultKey,
Class<T> aClass)
Finds the last successful or failing
ResultsSummary before planResultKey.getBuildNumber |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.findLastResultBefore(@NotNull PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds) |
<T extends ResultsSummary> |
ResultsSummaryManager.findLastResultBefore(@NotNull PlanResultKey planResultKey,
Class<T> aClass,
boolean includeOnceOffBuilds)
Finds the last
ResultsSummary before planResultKey.getBuildNumber |
@Nullable ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey) |
@Nullable ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey)
Finds the last successful
ResultsSummary before build |
@Nullable ResultsSummary |
BuildResultsSummaryManagerImpl.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey,
boolean includeOnceOffBuilds) |
@Nullable ResultsSummary |
ResultsSummaryManager.findLastSuccessfulBuildResultBefore(@NotNull PlanResultKey planResultKey,
boolean includeOnceOffBuilds)
Finds the last successful
ResultsSummary before build |
@Nullable ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey) |
@Nullable ResultsSummary |
ResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey)
Lookup the ResultsSummary by
PlanResultKey |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass)
Lookup
ResultsSummary by PlanResultKey and expected type |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass)
Lookup
ResultsSummary by PlanResultKey and expected type |
<T extends ResultsSummary> |
BuildResultsSummaryHibernateDao.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
ResultDataRead dataRead) |
<T extends ResultsSummary> |
BuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
ResultDataRead dataRead) |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
ResultDataRead dataRead)
Lookup
ResultsSummary by PlanResultKey and expected type, all lazy initialized collections can be eagerly read |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> aClass,
ResultDataRead dataRead)
Lookup
ResultsSummary by PlanResultKey and expected type. |
@Nullable ResultsSummary |
BuildResultsSummaryManagerImpl.getResultsSummary(@NotNull PlanResultKey planResultKey,
ResultDataRead dataRead) |
@Nullable ResultsSummary |
ResultsSummaryManager.getResultsSummary(@NotNull PlanResultKey planResultKey,
ResultDataRead dataRead)
Lookup the ResultsSummary by
PlanResultKey . |
Long |
BuildResultsSummaryHibernateDao.getResultsSummaryId(@NotNull PlanResultKey planResultKey) |
@Nullable Long |
BuildResultsSummaryDao.getResultsSummaryId(@NotNull PlanResultKey planResultKey)
Return
ResultsSummary 's database id. |
void |
BuildResultsSummaryManagerImpl.invalidateLogSize(@NotNull PlanResultKey planResultKey) |
void |
ResultsSummaryManager.invalidateLogSize(@NotNull PlanResultKey planResultKey)
Invalidates the log size of a
ResultsSummary with the given PlanResultKey . |
void |
BuildResultsSummaryManagerImpl.removeResultSummary(@NotNull PlanResultKey planResultKey) |
void |
ResultsSummaryManager.removeResultSummary(@NotNull PlanResultKey planResultKey)
Remove plan result summary and all associated objects.
|
Modifier and Type | Method and Description |
---|---|
@NotNull List<TestClassResult> |
TestResultsHibernateDao.getTestClassResults(@NotNull PlanResultKey planResultKey) |
@NotNull List<TestClassResult> |
TestsManagerImpl.getTestClassResults(@NotNull PlanResultKey planResultKey) |
@NotNull List<TestClassResult> |
TestResultsDao.getTestClassResults(@NotNull PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
@NotNull List<TestClassResult> |
TestsManager.getTestClassResults(@NotNull PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary
|
Modifier and Type | Method and Description |
---|---|
@NotNull Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState(@NotNull PlanResultKey chainResultKey) |
@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> |
ResultsSummaryVariableAccessorImpl.calculateCurrentVariablesState(@NotNull PlanResultKey chainResultKey,
StageIdentifier startingStage) |
@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.calculateInitialVariablesState(@NotNull PlanResultKey chainResultKey) |
@NotNull Map<String,VariableDefinitionContext> |
ResultsSummaryVariableAccessor.calculateInitialVariablesState(@NotNull PlanResultKey chainResultKey)
Get state of variables as recorded at the start of the build.
|
@Nullable VariableContextBaseline |
ResultsSummaryVariableAccessorImpl.safeGetVariableContextBaseline(@NotNull PlanResultKey chainResultKey) |
@Nullable VariableContextBaseline |
ResultsSummaryVariableAccessor.safeGetVariableContextBaseline(@NotNull PlanResultKey chainResultKey) |
void |
ResultsSummaryVariableAccessorImpl.upgradeVariableDataIfNeeded(@NotNull PlanResultKey chainResultKey) |
void |
ResultsSummaryVariableAccessor.upgradeVariableDataIfNeeded(@NotNull PlanResultKey chainResultKey)
Deprecated.
internal use only
|
Modifier and Type | Method and 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 |
StorageCappingServiceImpl.onArtifactUpdated(@Nullable PlanResultKey cause,
long artifactSize) |
void |
StorageCappingService.onArtifactUpdated(@Nullable PlanResultKey cause,
long artifactSizeDiff)
Invalidate disk usage values, check soft/hard limit boundaries and send notifications.
|
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
ArtifactStorageHardLimitExceededEvent.getCause() |
Constructor and Description |
---|
ArtifactStorageHardLimitExceededEvent(@NotNull StorageLimits storageLimits,
@Nullable PlanResultKey cause) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<List<PlanResultKey>> |
QueueControl.getResultKeysInQueue(com.atlassian.pageobjects.elements.timeout.Timeouts timeouts) |
Modifier and Type | Method and 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 result
|
Result |
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 complete
|
PlansControl |
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) |
Modifier and Type | Method and Description |
---|---|
String |
ArtifactsControl.getFileContent(PlanResultKey planResultKey,
String jobKey,
String artifactName,
String artifactFileName) |
String |
ArtifactsControl.getFileContentForSharedArtifact(PlanResultKey planResultKey,
String artifactName,
String artifactFileName) |
Modifier and Type | Method and Description |
---|---|
RestDeploymentVersion |
DeploymentsControl.createVersion(long deploymentProjectId,
@NotNull PlanResultKey planResultKey,
@NotNull String name) |
Modifier and Type | Method and Description |
---|---|
void |
BuildLoggerManagerForTesting.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull PlanResultKey planResultKey,
Class<T> summaryClass) |
static <T extends ImmutableResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull PlanResultKey planResultKey,
@NotNull Class<T> summaryClass,
@NotNull LifeCycleState lifeCycleState,
@NotNull BuildState buildState) |
static <T extends ResultsSummary> |
ResultsSummaryTestHelper.mockResultsSummary(@NotNull ResultsSummaryManager mockResultsSummaryManager,
@NotNull PlanResultKey planResultKey,
Class<T> summaryClass) |
Constructor and Description |
---|
AfterSuccessfulStageTriggeringAction(TriggerManager triggerManager,
DeploymentExecutionService deploymentExecutionService,
DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
CachedPlanManager cachedPlanManager,
ResultsSummaryManager resultsSummaryManager,
Environment environment,
PlanResultKey planResultKey,
String stageName) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
CurrentlyBuildingImpl.getPlanResultKey() |
@NotNull PlanResultKey |
BuildIdentifierImpl.getPlanResultKey() |
@NotNull PlanResultKey |
BuildIdentifier.getPlanResultKey()
Gets the
PlanResultKey for the current BuildIdentifier |
Modifier and Type | Method and Description |
---|---|
void |
LocalBuildResultProcessor.terminateBuild(PlanResultKey resultKey) |
Constructor and Description |
---|
ArtifactAckMessage(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType) |
ManageHungBuildMessage(PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteArtifactManager.markSubscriptionAsConsumed(PlanResultKey planResultKey,
ArtifactSubscriptionContext artifactSubscription,
String artifactLinkType) |
void |
RemoteBuildLoggerManager.removeBuildLogger(PlanResultKey buildResultKey) |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
BuildContextEvent.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
AbstractBuildTimingPoint.getPlanResultKey() |
@NotNull PlanResultKey |
BuildTimingPoint.getPlanResultKey() |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
ScheduledTriggerReason.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
protected @NotNull String |
TriggerManualBuild.processResult(ExecutionRequestResult result,
PlanResultKey planResultKey) |
Modifier and Type | Method and Description |
---|---|
@NotNull PlanResultKey |
DeploymentRepositoryBuildContext.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
PlanActionSupport.getTypedPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
@Nullable PlanResultKey |
BuildQueueItemViewForJsonDecorator.getChainResultKey() |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected PlanResultKey |
AbstractJiraIssueAction.planResultKey |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AbstractJiraIssueAction.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
DecoratedResult.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
PlanResultKey |
AbstractSmackCommand.getPlanResultKey() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSmackCommand.setPlanResultKey(PlanResultKey planResultKey) |
Modifier and Type | Field and Description |
---|---|
static PlanResultKey |
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_1 |
static PlanResultKey |
DeploymentVersionServiceWiredTest.PLAN_RESULT_KEY_2 |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences