@PublicApi public interface BuildResultsSummary extends ResultsSummary
BuildResults
CUSTOM_DATA_BUILD_KEY
getPlanKey
Modifier and Type | Method and Description |
---|---|
ChainResultsSummary |
getChainResultsSummary()
The
ChainResultsSummary to which the current BuildResultsSummary is a child of
Typically this is the link between a Chain and Job result |
ExtraBuildResultsData |
getExtraBuildResultsData()
Allow access to
ExtraBuildResultsData |
FilteredTestResults<TestClassResult> |
getFilteredTestResults()
Return a filtered view of all the tests that ran in this build.
|
Collection<ArtifactLink> |
getProducedArtifactLinks()
Returns all artifacts produced by this build.
|
long |
getQueueDuration()
How long build was in the queue (in miliseconds)
|
Iterable<VariableContextSnapshot> |
getResultVariables()
Get state of result variables produced by this result.
|
long |
getVcsUpdateDuration()
How long checkout take (in miliseconds)
|
Date |
getVcsUpdateTime()
When the source syncronisation was kicked off
|
void |
setChainResultsSummary(ChainResultsSummary chainResultSummary) |
getBuildKey, getBuildResultKey, getFormatVersion, getImmutablePlan, getPlan, getVariableContextBaseline, incrementRestartCount, resetTestClassResults, setBuildAgentId, setBuildCancelledDate, setBuildCompletedDate, setBuildDate, setCustomBuild, setDeltaState, setDuration, setLogSize, setOnceOff, setProcessingDuration, setQueueTime, setRebuild, setTestResultsSummary, setTimeToFix, setTriggerReason, setVariableContextBaseline, updateFormatVersion, updateLifeCycleState
setMarkedForDeletion
setId
getId
isMarkedForDeletion
getArtifactLinks, getArtifactLinksThatExist, getBuildAgentId, getBuildCancelledDate, getBuildCompletedDate, getBuildTime, getChangesListSummary, getCommits, getCustomBuildData, getDeltaState, getDuration, getDurationDescription, getFixingJiraIssues, getJiraIssueKeys, getJiraIssues, getLabellings, getLabelNames, getLifeCycleState, getLogSize, getManuallyOverriddenVariables, 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
getBuildDate, getBuildNumber, getBuildState, getStatDate
compareTo
updateCustomDataEntry
getPlanResultKey
@Nullable ChainResultsSummary getChainResultsSummary()
ChainResultsSummary
to which the current BuildResultsSummary
is a child of
Typically this is the link between a Chain
and Job
resultvoid setChainResultsSummary(@NotNull ChainResultsSummary chainResultSummary)
@NotNull Collection<ArtifactLink> getProducedArtifactLinks()
long getQueueDuration()
@Nullable Date getVcsUpdateTime()
long getVcsUpdateDuration()
@Nullable FilteredTestResults<TestClassResult> getFilteredTestResults()
@Nullable ExtraBuildResultsData getExtraBuildResultsData()
ExtraBuildResultsData
@NotNull Iterable<VariableContextSnapshot> getResultVariables()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.