|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.core.bean.EntityObject com.atlassian.bamboo.core.BambooEntityObject com.atlassian.bamboo.resultsummary.BaseResultSummary com.atlassian.bamboo.resultsummary.AbstractResultsSummary com.atlassian.bamboo.resultsummary.BuildResultsSummaryImpl
public class BuildResultsSummaryImpl
Field Summary |
---|
Fields inherited from class com.atlassian.bamboo.resultsummary.AbstractResultsSummary |
---|
buildState, lifeCycleState, markedForDeletion, planManagerRef, planManagerSupplier |
Fields inherited from class com.atlassian.bamboo.resultsummary.BaseResultSummary |
---|
DATE_FORMAT |
Fields inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
id |
Constructor Summary | |
---|---|
BuildResultsSummaryImpl()
|
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 |
getFilteredTestResults()
Return a filtered view of all the tests that ran in this build. |
java.util.List<ArtifactLink> |
getProducedArtifactLinks()
Returns all artifacts produced by this build. |
long |
getQueueDuration()
How long build was in the queue (in miliseconds) |
java.util.List<RepositoryChangeset> |
getRepositoryChangesets()
|
TriggerReason |
getTriggerReason()
Why the build was was triggered |
long |
getVcsUpdateDuration()
How long checkout take (in miliseconds) |
java.util.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(java.util.List<ArtifactLink> producedArtifactLinks)
|
void |
setTriggerReason(TriggerReason triggerReason)
|
void |
setVcsUpdateTime(java.util.Date vcsUpdateTime)
|
Methods inherited from class com.atlassian.bamboo.core.BambooEntityObject |
---|
getId, setId |
Methods inherited from class com.atlassian.core.bean.EntityObject |
---|
clone, getCreationDate, getCurrentDate, getLastModificationDate, setClock, setCreationDate, setLastModificationDate |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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.resultsummary.ResultStatisticsProvider |
---|
getBuildDate, getBuildNumber, getBuildState, getDurationInSeconds, getStatDate |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Constructor Detail |
---|
public BuildResultsSummaryImpl()
Method Detail |
---|
@Nullable public FilteredTestResults getFilteredTestResults()
BuildResultsSummary
getFilteredTestResults
in interface BuildResultsSummary
@Nullable public ExtraBuildResultsData getExtraBuildResultsData()
BuildResultsSummary
ExtraBuildResultsData
getExtraBuildResultsData
in interface BuildResultsSummary
@Nullable public ChainResultsSummary getChainResultsSummary()
BuildResultsSummary
ChainResultsSummary
to which the current BuildResultsSummary
is a child of
Typically this is the link between a Chain
and Job
result
getChainResultsSummary
in interface BuildResultsSummary
public void setChainResultsSummary(@NotNull ChainResultsSummary chainResultsSummary)
setChainResultsSummary
in interface BuildResultsSummary
@NotNull public java.util.List<ArtifactLink> getProducedArtifactLinks()
BuildResultsSummary
getProducedArtifactLinks
in interface BuildResultsSummary
protected void setProducedArtifactLinks(@NotNull java.util.List<ArtifactLink> producedArtifactLinks)
public long getQueueDuration()
BuildResultsSummary
getQueueDuration
in interface BuildResultsSummary
public java.util.Date getVcsUpdateTime()
BuildResultsSummary
getVcsUpdateTime
in interface BuildResultsSummary
public long getVcsUpdateDuration()
BuildResultsSummary
getVcsUpdateDuration
in interface BuildResultsSummary
public boolean isMarkedForDeletion()
isMarkedForDeletion
in interface ImmutableDeletable
public void setMarkedForDeletion(boolean markedForDeletion)
setMarkedForDeletion
in interface Deletable
@NotNull public java.util.List<RepositoryChangeset> getRepositoryChangesets()
getRepositoryChangesets
in interface ResultsSummary
getRepositoryChangesets
in class AbstractResultsSummary
public void setTriggerReason(TriggerReason triggerReason)
setTriggerReason
in interface ResultsSummary
setTriggerReason
in class AbstractResultsSummary
@NotNull public TriggerReason getTriggerReason()
ResultsSummary
getTriggerReason
in interface ResultsSummary
getTriggerReason
in class AbstractResultsSummary
public boolean isNotRunYet()
ResultsSummary
isNotRunYet
in interface ResultsSummary
public void setVcsUpdateTime(java.util.Date vcsUpdateTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |