public class BuildResultsSummaryImpl extends AbstractResultsSummary implements BuildResultsSummary
buildState, cachedPlanManagerRef, lifeCycleState, markedForDeletionDATE_FORMATCUSTOM_DATA_BUILD_KEYgetPlanKey| Constructor and Description |
|---|
BuildResultsSummaryImpl() |
| 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 |
getFilteredTestResults()
Return a filtered view of all the tests that ran in this build.
|
String |
getFullPlanName() |
ImmutableChain |
getImmutableChain()
Gets the
ImmutableChain that this result belongs to (directly or not) |
List<ArtifactLink> |
getProducedArtifactLinks()
Returns all artifacts produced by this build.
|
long |
getQueueDuration()
How long build was in the queue (in miliseconds)
|
List<RepositoryChangeset> |
getRepositoryChangesets() |
TriggerReason |
getTriggerReason()
Why the build was was triggered
|
long |
getVcsUpdateDuration()
How long checkout take (in miliseconds)
|
Date |
getVcsUpdateTime()
When the source syncronisation was kicked off
|
boolean |
isMarkedForDeletion() |
boolean |
isNotRunYet()
Tells whether this result belongs to a job that will run when next manual stage is kicked off
|
void |
setChainResultsSummary(ChainResultsSummary chainResultsSummary) |
void |
setMarkedForDeletion(boolean markedForDeletion) |
protected void |
setProducedArtifactLinks(List<ArtifactLink> producedArtifactLinks) |
void |
setTriggerReason(TriggerReason triggerReason) |
void |
setVcsUpdateTime(Date vcsUpdateTime) |
getArtifactLinks, getBuildAgentId, getBuildCancelledDate, getBuildCompletedDate, getBuildDate, getBuildKey, getBuildNumber, getBuildResultKey, getBuildState, getChangesListSummary, getCustomBuildData, getCustomBuildDataRows, getDeltaState, getDiscriminator, getDuration, getFormatVersion, getImmutablePlan, getJiraIssues, getLabellings, getLifeCycleState, getLogSize, getPlanIfExists, getPlanKey, getPlanName, getProcessingDuration, getQueueTime, getReasonSummary, getRestartCount, getResultVariables, getStageResultId, getSubscriptions, getSubstitutedVariables, getTestClassResults, getTestResultsSummary, getTimeToFix, getTriggerManager, getTriggerReasonKey, getVariableContext, getVariableContextBaseline, getVariableContextBaselineId, getVariableContextLogs, incrementRestartCount, isCustomBuild, isOnceOff, isRebuild, resetTestClassResults, setArtifactLinks, setBuildAgentId, setBuildCancelledDate, setBuildCompletedDate, setBuildDate, setBuildKey, setBuildNumber, setBuildState, setComments, setCustomBuild, setCustomBuildData, setDeltaState, setDiscriminator, setDuration, setFormatVersion, setJiraIssues, setLabellings, setLifeCycleState, setLogSize, setOnceOff, setPlanKey, setPlanName, setProcessingDuration, setQueueTime, setRebuild, setRestartCount, setStageResultId, setSubscriptions, setSubstitutedVariables, setTestResultsSummary, setTimeToFix, setTriggerReasonKey, setVariableContextBaseline, setVariableContextLogs, toString, updateCustomDataEntry, updateFormatVersion, updateLifeCycleStatecompareTo, createChangeListSummary, equals, getArtifactLinksThatExist, getBuildTime, getCommits, getDurationDescription, getFixingJiraIssues, getJiraIssueKeys, getLabelNames, getManuallyOverriddenVariables, getPlanResultKey, getProcessingDurationDescription, getRelatedJiraIssues, getRelativeBuildDate, getRelativeBuildDate, getRelativeBuildStartedDate, getRelativeBuildStartedDate, getRelativeQueueDate, getRelativeQueueDate, getShortReasonSummary, getStatDate, getTestSummary, getUniqueAuthors, hasChanges, hasComments, hashCode, isActive, isFailed, isFinalized, isFinished, isInProgress, isNotBuilt, isPending, isQueued, isSuccessful, isWaitingclone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, wait, wait, waitgetResultVariablesgetBuildKey, getBuildResultKey, getFormatVersion, getImmutablePlan, getVariableContextBaselineId, incrementRestartCount, resetTestClassResults, setBuildAgentId, setBuildCancelledDate, setBuildCompletedDate, setBuildDate, setCustomBuild, setDeltaState, setDuration, setLogSize, setOnceOff, setProcessingDuration, setQueueTime, setRebuild, setTestResultsSummary, setTimeToFix, updateFormatVersion, updateLifeCycleStatesetIdgetIdgetArtifactLinks, getArtifactLinksThatExist, getBuildAgentId, getBuildCancelledDate, getBuildCompletedDate, getBuildTime, getChangesListSummary, getCommits, getCustomBuildData, getDeltaState, getDuration, getDurationDescription, getFixingJiraIssues, getJiraIssueKeys, getJiraIssues, getLabellings, getLabelNames, getLifeCycleState, getLogSize, getManuallyOverriddenVariables, getPlanIfExists, getPlanKey, getPlanName, getPlanResultKey, getProcessingDuration, getProcessingDurationDescription, getQueueTime, getReasonSummary, getRelatedJiraIssues, getRelativeBuildDate, getRelativeBuildDate, getRelativeBuildStartedDate, getRelativeBuildStartedDate, getRelativeQueueDate, getRelativeQueueDate, getRestartCount, getShortReasonSummary, getSubscriptions, getSubstitutedVariables, getTestResultsSummary, getTestSummary, getTimeToFix, getUniqueAuthors, getVariableContext, getVariableContextLogs, hasChanges, hasComments, isActive, isCustomBuild, isFailed, isFinished, isInProgress, isNotBuilt, isOnceOff, isPending, isQueued, isRebuild, isSuccessful, isWaitinggetBuildDate, getBuildNumber, getBuildState, getStatDatecompareToupdateCustomDataEntrygetPlanResultKey@NotNull public ImmutableChain getImmutableChain()
ImmutableResultsSummaryImmutableChain that this result belongs to (directly or not)getImmutableChain in interface ImmutableResultsSummary@Nullable public FilteredTestResults getFilteredTestResults()
BuildResultsSummarygetFilteredTestResults in interface BuildResultsSummary@Nullable public ExtraBuildResultsData getExtraBuildResultsData()
BuildResultsSummaryExtraBuildResultsDatagetExtraBuildResultsData in interface BuildResultsSummary@Nullable public ChainResultsSummary getChainResultsSummary()
BuildResultsSummaryChainResultsSummary to which the current BuildResultsSummary is a child of
Typically this is the link between a Chain and Job resultgetChainResultsSummary in interface BuildResultsSummary@NotNull public String getFullPlanName()
getFullPlanName in interface ImmutableResultsSummarypublic void setChainResultsSummary(@NotNull
ChainResultsSummary chainResultsSummary)
setChainResultsSummary in interface BuildResultsSummary@NotNull public List<ArtifactLink> getProducedArtifactLinks()
BuildResultsSummarygetProducedArtifactLinks in interface BuildResultsSummaryprotected void setProducedArtifactLinks(@Nullable
List<ArtifactLink> producedArtifactLinks)
public long getQueueDuration()
BuildResultsSummarygetQueueDuration in interface BuildResultsSummarypublic Date getVcsUpdateTime()
BuildResultsSummarygetVcsUpdateTime in interface BuildResultsSummarypublic long getVcsUpdateDuration()
BuildResultsSummarygetVcsUpdateDuration in interface BuildResultsSummarypublic boolean isMarkedForDeletion()
isMarkedForDeletion in interface ImmutableDeletablepublic void setMarkedForDeletion(boolean markedForDeletion)
setMarkedForDeletion in interface Deletable@NotNull public List<RepositoryChangeset> getRepositoryChangesets()
getRepositoryChangesets in interface ImmutableResultsSummarygetRepositoryChangesets in class AbstractResultsSummarypublic void setTriggerReason(TriggerReason triggerReason)
setTriggerReason in interface ResultsSummarysetTriggerReason in class AbstractResultsSummary@NotNull public TriggerReason getTriggerReason()
ImmutableResultsSummarygetTriggerReason in interface ImmutableResultsSummarygetTriggerReason in class AbstractResultsSummarypublic boolean isNotRunYet()
ImmutableResultsSummaryisNotRunYet in interface ImmutableResultsSummarypublic void setVcsUpdateTime(Date vcsUpdateTime)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.