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.
|
MergeResultSummary |
getMergeResult()
Note: this API is experimental.
|
List<ResultsSummary> |
getOrderedJobResultSummaries()
Returns all jobs
ResultsSummary related to chain result summary
Summaries are ordered by stages |
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 |
getArtifactLinks, getArtifactLinksThatExist, getBuildAgentId, getBuildCancelledDate, getBuildCompletedDate, getBuildTime, getChangesListSummary, getCommits, getCustomBuildData, getDeltaState, getDuration, getDurationDescription, getFixingJiraIssues, getImmutablePlan, getJiraIssueKeys, getJiraIssues, getLabellings, getLabelNames, getLifeCycleState, getLogSize, getManuallyOverriddenVariables, getPlan, getPlanKey, getPlanResultKey, getProcessingDuration, getProcessingDurationDescription, getQueueTime, getReasonSummary, getRelatedJiraIssues, getRelativeBuildDate, getRelativeBuildDate, getRelativeBuildStartedDate, getRelativeBuildStartedDate, getRelativeQueueDate, getRelativeQueueDate, getRepositoryChangesets, getRestartCount, getShortReasonSummary, getSubscriptions, getSubstitutedVariables, getTestResultsSummary, getTestSummary, getTimeToFix, getTriggerReason, getUniqueAuthors, getVariableContext, 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()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.