public interface ImmutableChainResultsSummary extends ImmutableResultsSummary
CUSTOM_DATA_BUILD_KEY
Modifier and Type | Method and Description |
---|---|
List<BuildResultsSummary> |
getFailedJobResults()
Get a list of all failed job Results in this chain result
|
Integer |
getFixedInResult()
Get build result that this build was fixed in.
|
ImmutableChain |
getImmutablePlan()
Gets the
ImmutablePlan that this result directly belongs to. |
MergeResultSummary |
getMergeResult()
Note: this API is experimental.
|
List<ResultsSummary> |
getOrderedJobResultSummaries()
Returns all jobs
ResultsSummary related to chain result summary
Summaries are ordered by stages |
Optional<ImmutableChain> |
getPlanIfExists()
Gets the
ImmutablePlan that this result directly belongs to. |
List<ChainStageResult> |
getStageResults()
Get all the
ChainStageResult 's associated with this ChainResultsSummary |
FilteredTestResults<TestClassResultDescriptor> |
getTestResults()
Deprecated.
since 5.12 construct your own instance of
ChainFilteredTestResults |
int |
getTotalJobCount() |
boolean |
isContinuable()
Indicates that
Chain execution has been stopped on manual stage and is waiting for user action |
boolean |
isRestartable()
Indicates that
Chain execution has been failed and could be restarted from failure place |
boolean |
isSpecsResult() |
getArtifactLinks, getArtifactLinksThatExist, getBuildAgentId, getBuildCancelledDate, getBuildCompletedDate, getBuildTime, getChangesListSummary, getCommits, getCustomBuildData, getDeltaState, getDuration, getDurationDescription, getFixingJiraIssues, getFullPlanName, getImmutableChain, getJiraIssueKeys, getJiraIssues, getLabellings, getLabelNames, getLifeCycleState, getLogSize, getManuallyOverriddenVariables, getPlanKey, getPlanName, getPlanResultKey, getProcessingDuration, getProcessingDurationDescription, getQueueTime, getReasonSummary, getRelatedJiraIssues, getRelativeBuildDate, getRelativeBuildDate, getRelativeBuildStartedDate, getRelativeBuildStartedDate, getRelativeQueueDate, getRelativeQueueDate, getRepositoryChangesets, getRestartCount, getShortReasonSummary, getSubscriptions, getSubstitutedVariables, getTestResultsSummary, getTestSummary, getTimeToFix, getTriggerReason, getUniqueAuthors, getVariableContextLogs, hasChanges, hasComments, isActive, isCustomBuild, isFailed, isFinished, isInProgress, isNotBuilt, isNotRunYet, isOnceOff, isPending, isQueued, isRebuild, isSuccessful, isWaiting
getId
getBuildDate, getBuildNumber, getBuildState, getStatDate
compareTo
@NotNull List<ChainStageResult> getStageResults()
ChainStageResult
's associated with this ChainResultsSummary
@Nullable @Deprecated FilteredTestResults<TestClassResultDescriptor> getTestResults()
ChainFilteredTestResults
@NotNull List<BuildResultsSummary> getFailedJobResults()
int getTotalJobCount()
@NotNull List<ResultsSummary> getOrderedJobResultSummaries()
ResultsSummary
related to chain result summary
Summaries are ordered by stagesboolean isContinuable()
Chain
execution has been stopped on manual stage and is waiting for user actionboolean isRestartable()
Chain
execution has been failed and could be restarted from failure place@Nullable MergeResultSummary getMergeResult()
@Nullable Integer getFixedInResult()
@NotNull ImmutableChain getImmutablePlan()
ImmutableResultsSummary
ImmutablePlan
that this result directly belongs to.
Since version 6.9 it is possible that ImmutableJob
no longer exists but its results do, therefore
it is recommended to use ImmutableResultsSummary.getPlanIfExists()
instead of this method when operating on job results.getImmutablePlan
in interface ImmutableResultsSummary
@NotNull Optional<ImmutableChain> getPlanIfExists()
ImmutableResultsSummary
ImmutablePlan
that this result directly belongs to.getPlanIfExists
in interface ImmutableResultsSummary
boolean isSpecsResult()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.