|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface BuildResultsSummary
An interface which provides a database persisted version of the BuildResults
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.bamboo.resultsummary.ImmutableResultsSummary |
|---|
CUSTOM_DATA_BUILD_KEY |
| Method Summary | |
|---|---|
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. |
java.util.Collection<ArtifactLink> |
getProducedArtifactLinks()
Returns all artifacts produced by this build. |
long |
getQueueDuration()
How long build was in the queue (in miliseconds) |
java.lang.Iterable<VariableContextSnapshot> |
getResultVariables()
Get state of result variables produced by this result. |
long |
getVcsUpdateDuration()
How long checkout take (in miliseconds) |
java.util.Date |
getVcsUpdateTime()
When the source syncronisation was kicked off |
void |
setChainResultsSummary(ChainResultsSummary chainResultSummary)
|
| Methods inherited from interface com.atlassian.bamboo.resultsummary.ResultsSummary |
|---|
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 |
| Methods inherited from interface com.atlassian.bamboo.deletion.Deletable |
|---|
setMarkedForDeletion |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
setId |
| Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
|---|
getId |
| Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable |
|---|
isMarkedForDeletion |
| Methods inherited from interface com.atlassian.bamboo.resultsummary.ResultStatisticsProvider |
|---|
getBuildDate, getBuildNumber, getBuildState, getDurationInSeconds, getStatDate |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface com.atlassian.bamboo.core.BambooCustomDataAware |
|---|
updateCustomDataEntry |
| Method Detail |
|---|
@Nullable ChainResultsSummary getChainResultsSummary()
ChainResultsSummary to which the current BuildResultsSummary is a child of
Typically this is the link between a Chain and Job result
void setChainResultsSummary(@NotNull
ChainResultsSummary chainResultSummary)
@NotNull java.util.Collection<ArtifactLink> getProducedArtifactLinks()
long getQueueDuration()
@Nullable java.util.Date getVcsUpdateTime()
long getVcsUpdateDuration()
@Nullable FilteredTestResults<TestClassResult> getFilteredTestResults()
@Nullable ExtraBuildResultsData getExtraBuildResultsData()
ExtraBuildResultsData
@NotNull java.lang.Iterable<VariableContextSnapshot> getResultVariables()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||