|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BuildResultsSummary
An interface which provides a database persisted version of the BuildResults
| Method Summary | |
|---|---|
java.lang.Long |
getBuildAgentId()
The agent Id |
ChainResultsSummary |
getChainResultsSummary()
The ChainResultsSummary to which the current BuildResultsSummary is a child of
Typically this is the link between a Chain and Job result
If the value is null it can be assumed that the result is for a Build |
ExtraBuildResultsData |
getExtraBuildResultsData()
Allow access to ExtraBuildResultsData |
FilteredTestResults<TestClassResult> |
getFilteredTestResults()
Return a filtered view of all the tests that ran in this build. |
long |
getQueueDuration()
How long build was in the queue (in miliseconds) |
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.core.BambooObject |
|---|
getId, setId |
| Methods inherited from interface com.atlassian.bamboo.resultsummary.ResultStatisticsProvider |
|---|
getBuildDate, getBuildNumber, getBuildState, getDurationInSeconds |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| 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
If the value is null it can be assumed that the result is for a Build
void setChainResultsSummary(@NotNull
ChainResultsSummary chainResultSummary)
java.lang.Long getBuildAgentId()
getBuildAgentId in interface ExtendedBuildResultsSummarylong getQueueDuration()
@Nullable java.util.Date getVcsUpdateTime()
long getVcsUpdateDuration()
@Nullable FilteredTestResults<TestClassResult> getFilteredTestResults()
@Nullable ExtraBuildResultsData getExtraBuildResultsData()
ExtraBuildResultsData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||