com.atlassian.bamboo.resultsummary
Interface ResultsSummary

All Superinterfaces:
BambooIdProvider, BambooObject, java.lang.Comparable<ResultsSummary>, Deletable, ImmutableDeletable, ResultStatisticsProvider
All Known Subinterfaces:
BuildResultsSummary, ChainResultsSummary, ExtendedBuildResultsSummary, MutableBuildKeyResultsSummary
All Known Implementing Classes:
AbstractResultsSummary, BaseResultSummary, BuildResultsSummaryDocument, BuildResultsSummaryForTesting, BuildResultsSummaryImpl, ChainResultsSummaryDocument, ChainResultsSummaryImpl, ImmutableResultsSummary

public interface ResultsSummary
extends BambooObject, Deletable, ResultStatisticsProvider, java.lang.Comparable<ResultsSummary>

Used to store the result of all Plan executions

Since:
2.7

Method Summary
 java.util.Collection<ArtifactLink> getArtifactLinks()
          Returns all artifacts associated with this build.
 java.util.Collection<ArtifactLink> getArtifactLinksThatExist()
          Returns only artifacts that exists
 java.lang.Long getBuildAgentId()
          The id of the agent that built the result
 java.util.Date getBuildCancelledDate()
          When the build was cancelled
 java.util.Date getBuildCompletedDate()
          When the build finished
 java.lang.String getBuildKey()
          Full key of the plan.
 java.lang.String getBuildResultKey()
          A full build result key e.g.
 java.lang.String getBuildTime()
          Formatted buildDate.
 java.lang.String getChangesListSummary()
           
 java.util.List<Comment> getComments()
          Gets the associated user comments for the build
 java.util.List<Comment> getCommentsToDisplay()
          Gets the aggregated comments from the Jobs as well as the parent plan
 com.google.common.collect.ImmutableList<Commit> getCommits()
          List of commits associated with the build represented by this summary
 java.util.Map<java.lang.String,java.lang.String> getCustomBuildData()
          Custom data map to store random metadata about the build
 DeltaState getDeltaState()
          Gets the DeltaState of the summary.
 long getDuration()
          Duration of the build in milliseconds
 java.lang.String getDurationDescription()
          Returns the duration in a "pretty" format.
 java.util.Set<LinkedJiraIssue> getFixingJiraIssues()
          Return JIRA issues that this build result summary fixes
 java.util.Set<java.lang.String> getJiraIssueKeys()
          Returns all the JIRA issue keys linked to this build result
 java.util.Set<LinkedJiraIssue> getJiraIssues()
          Returns all the JIRA issues linked to this build result
 java.util.List<Labelling> getLabellings()
          Tags / labels assocaited with the build
 java.util.List<java.lang.String> getLabelNames()
          A shortcust method to get all of the label names from the labbellings
 LifeCycleState getLifeCycleState()
           
 java.util.List<VariableSubstitution> getManuallyOverriddenVariables()
          Returns list of variables manually overridden variables
 Plan getPlan()
          Gets the Plan that this result belongs directly belongs to
 java.util.Date getPlanCompletedDate()
          Deprecated. Since 3.4 Use getBuildCompletedDate()
 PlanKey getPlanKey()
          Full key of the plan.
 PlanResultKey getPlanResultKey()
          Gets the PlanResultKey for this BuildResultsSummary
 long getProcessingDuration()
          Duration of actual build processing in miliseconds
 java.lang.String getProcessingDurationDescription()
          Returns the processing duration in a "pretty" format.
 java.util.Date getQueueTime()
          When the build queued
 java.lang.String getReasonSummary()
           
 java.util.Set<LinkedJiraIssue> getRelatedJiraIssues()
          Returns JIRA issues that are related to this build result.
 java.lang.String getRelativeBuildDate()
           
 java.lang.String getRelativeBuildDate(java.util.Date comparedTo)
           
 java.lang.String getRelativeBuildStartedDate()
          Returns the relative started time (duration) compared to current date
 java.lang.String getRelativeBuildStartedDate(java.util.Date comparedTo)
          Returns the relative started time (duration) compared to date passed as parameter
 java.lang.String getRelativeQueueDate()
           
 java.lang.String getRelativeQueueDate(java.util.Date comparedTo)
           
 java.util.List<RepositoryChangeset> getRepositoryChangesets()
           
 int getRestartCount()
          Return the number of build restart attempts
 java.lang.String getShortReasonSummary()
           
 java.util.List<ConsumedSubscription> getSubscriptions()
          Returns list of consumed artifact dependencies ConsumedSubscription
 java.util.List<VariableSubstitution> getSubstitutedVariables()
          Returns list of variables substituted during build execution
 TestResultsSummary getTestResultsSummary()
           
 java.lang.String getTestSummary()
           
 java.lang.Long getTimeToFix()
          A stored version of how long (milli seconds) it took for this build to fix a failure.
 TriggerReason getTriggerReason()
          Why the build was was triggered
 java.util.Set<Author> getUniqueAuthors()
          A shortcut method to get the unique set of authors contributing to this build.
 java.util.List<VariableContextSnapshot> getVariableContextLogs()
           
 boolean hasChanges()
          Whether a build had changes or not
 boolean hasComments()
          Checks if the result has any user comments for the build
 boolean hasCommentsToDisplay()
          Whether there are any comments aggregated from the Jobs
 int incrementRestartCount()
          Increments number of build restarts and returns the new value
 boolean isActive()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING or LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS
 boolean isFailed()
          Shortcut method to see if ResultStatisticsProvider.getBuildState() is BuildState.FAILED
 boolean isFinished()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.FINISHED
 boolean isInProgress()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.IN_PROGRESS
 boolean isNotBuilt()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.NOT_BUILT
 boolean isNotRunYet()
          Tells whether this result belongs to a job that will run when next manual stage is kicked off
 boolean isPending()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING
 boolean isQueued()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.QUEUED
 boolean isSuccessful()
          Shortcut method to see if ResultStatisticsProvider.getBuildState() is BuildState.SUCCESS
 boolean isWaiting()
          Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING or LifeCycleState.QUEUED
 void resetTestClassResults(java.util.List<TestClassResult> testClassResults)
          Overrides all current testClassResults with the new ones
 void setBuildAgentId(java.lang.Long buildAgentId)
           
 void setBuildCancelledDate(java.util.Date buildCancelledDate)
           
 void setBuildCompletedDate(java.util.Date completionDate)
           
 void setBuildDate(java.util.Date buildDate)
           
 void setDeltaState(DeltaState deltaState)
          Sets the DeltaState for the summary.
 void setDuration(long duration)
           
 void setPlanCompletedDate(java.util.Date completionDate)
          Deprecated. Since 3.4 Use setBuildCompletedDate(Date)
 void setProcessingDuration(long processingDuration)
           
 void setQueueTime(java.util.Date queueDate)
           
 void setTestResultsSummary(TestResultsSummary testResultsSummary)
          Set the test summary information from this build
 void setTimeToFix(java.lang.Long timeToFix)
          A stored version of how long (milli seconds) it took for this build to fix a failure.
 void setTriggerReason(TriggerReason triggerReason)
           
 void updateLifeCycleState(LifeCycleState lifeCycleState, BuildState buildState)
          Update lifeCycleState and buildState in one go.
 
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
 

Method Detail

getPlanResultKey

@NotNull
PlanResultKey getPlanResultKey()
Gets the PlanResultKey for this BuildResultsSummary

Returns:
planResultKey

getPlan

@NotNull
Plan getPlan()
Gets the Plan that this result belongs directly belongs to

Returns:
the owning plan for the result
Throws:
{@link - IllegalStateException} if the plan doesn't exist

getBuildKey

@NotNull
java.lang.String getBuildKey()
Full key of the plan. e.g BAM-MAIN

Returns:

getPlanKey

@NotNull
PlanKey getPlanKey()
Full key of the plan. e.g BAM-MAIN

Returns:

getBuildResultKey

@NotNull
java.lang.String getBuildResultKey()
A full build result key e.g. BAM-MAIN-100

Returns:
String

getTriggerReason

@NotNull
TriggerReason getTriggerReason()
Why the build was was triggered

Returns:

setTriggerReason

void setTriggerReason(TriggerReason triggerReason)

getDeltaState

DeltaState getDeltaState()
Gets the DeltaState of the summary. It can be a build that fixes, breaks, failing, successful. Provides a status relative to the previous summary.

Returns:

setDeltaState

void setDeltaState(DeltaState deltaState)
Sets the DeltaState for the summary. Provides a status relative to the previous summary.

Parameters:
deltaState - - the relative status for this summary

getDuration

long getDuration()
Duration of the build in milliseconds

Specified by:
getDuration in interface ResultStatisticsProvider
Returns:

setDuration

void setDuration(long duration)
Parameters:
duration - duration of the build in milliseconds

getProcessingDuration

long getProcessingDuration()
Duration of actual build processing in miliseconds

Specified by:
getProcessingDuration in interface ResultStatisticsProvider
Returns:

setProcessingDuration

void setProcessingDuration(long processingDuration)
Parameters:
processingDuration -

getPlanCompletedDate

@Nullable
@Deprecated
java.util.Date getPlanCompletedDate()
Deprecated. Since 3.4 Use getBuildCompletedDate()

Returns:
time when build finished

setPlanCompletedDate

@Deprecated
void setPlanCompletedDate(@NotNull
                                     java.util.Date completionDate)
Deprecated. Since 3.4 Use setBuildCompletedDate(Date)

Sets the time when build finished.

Parameters:
completionDate -

setBuildCompletedDate

void setBuildCompletedDate(java.util.Date completionDate)

getBuildCancelledDate

@Nullable
java.util.Date getBuildCancelledDate()
When the build was cancelled

Returns:
date of build cancellation or null if build was not cancelled

setBuildCancelledDate

void setBuildCancelledDate(java.util.Date buildCancelledDate)

getBuildCompletedDate

java.util.Date getBuildCompletedDate()
When the build finished

Returns:

isFailed

boolean isFailed()
Shortcut method to see if ResultStatisticsProvider.getBuildState() is BuildState.FAILED

Returns:

isSuccessful

boolean isSuccessful()
Shortcut method to see if ResultStatisticsProvider.getBuildState() is BuildState.SUCCESS

Returns:

isPending

boolean isPending()
Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING

Returns:

isQueued

boolean isQueued()
Shortcut method to see if getLifeCycleState() is LifeCycleState.QUEUED

Returns:

isInProgress

boolean isInProgress()
Shortcut method to see if getLifeCycleState() is LifeCycleState.IN_PROGRESS

Returns:

isNotBuilt

boolean isNotBuilt()
Shortcut method to see if getLifeCycleState() is LifeCycleState.NOT_BUILT

Returns:

isFinished

boolean isFinished()
Shortcut method to see if getLifeCycleState() is LifeCycleState.FINISHED

Returns:

isWaiting

boolean isWaiting()
Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING or LifeCycleState.QUEUED

Returns:

isActive

boolean isActive()
Shortcut method to see if getLifeCycleState() is LifeCycleState.PENDING or LifeCycleState.QUEUED or LifeCycleState.IN_PROGRESS

Returns:

getCustomBuildData

@NotNull
java.util.Map<java.lang.String,java.lang.String> getCustomBuildData()
Custom data map to store random metadata about the build

Returns:

getJiraIssues

@NotNull
java.util.Set<LinkedJiraIssue> getJiraIssues()
Returns all the JIRA issues linked to this build result

Returns:

getFixingJiraIssues

@NotNull
java.util.Set<LinkedJiraIssue> getFixingJiraIssues()
Return JIRA issues that this build result summary fixes

Returns:

getRelatedJiraIssues

@NotNull
java.util.Set<LinkedJiraIssue> getRelatedJiraIssues()
Returns JIRA issues that are related to this build result. Does not include fixing issues

Returns:

getJiraIssueKeys

java.util.Set<java.lang.String> getJiraIssueKeys()
Returns all the JIRA issue keys linked to this build result

Returns:

getComments

@NotNull
java.util.List<Comment> getComments()
Gets the associated user comments for the build

Returns:

getRepositoryChangesets

@NotNull
java.util.List<RepositoryChangeset> getRepositoryChangesets()

hasComments

boolean hasComments()
Checks if the result has any user comments for the build

Returns:

getLabellings

java.util.List<Labelling> getLabellings()
Tags / labels assocaited with the build

Returns:

getLabelNames

@NotNull
java.util.List<java.lang.String> getLabelNames()
A shortcust method to get all of the label names from the labbellings

Returns:

getUniqueAuthors

java.util.Set<Author> getUniqueAuthors()
A shortcut method to get the unique set of authors contributing to this build.

Returns:
Set of Authors

hasChanges

boolean hasChanges()
Whether a build had changes or not

Returns:

getTimeToFix

@Nullable
java.lang.Long getTimeToFix()
A stored version of how long (milli seconds) it took for this build to fix a failure.

Returns:
Null if not a fixing build

setTimeToFix

void setTimeToFix(java.lang.Long timeToFix)
A stored version of how long (milli seconds) it took for this build to fix a failure.

Parameters:
timeToFix - how long (milli seconds) it took for this build to fix a failure.

resetTestClassResults

void resetTestClassResults(@NotNull
                           java.util.List<TestClassResult> testClassResults)
Overrides all current testClassResults with the new ones

Parameters:
testClassResults - to set

getTestResultsSummary

@NotNull
TestResultsSummary getTestResultsSummary()
Returns:
a summary of all the tests that ran in this build.

setTestResultsSummary

void setTestResultsSummary(@NotNull
                           TestResultsSummary testResultsSummary)
Set the test summary information from this build

Parameters:
testResultsSummary - the test summary information

getDurationDescription

@NotNull
java.lang.String getDurationDescription()
Returns the duration in a "pretty" format. Handles when duration is not known

Returns:
formatted duration

getProcessingDurationDescription

java.lang.String getProcessingDurationDescription()
Returns the processing duration in a "pretty" format. Handles unknown processing duration.

Returns:
formatted processing duration

getShortReasonSummary

java.lang.String getShortReasonSummary()

getReasonSummary

java.lang.String getReasonSummary()

getRelativeBuildDate

java.lang.String getRelativeBuildDate()

getRelativeQueueDate

java.lang.String getRelativeQueueDate()

getRelativeBuildStartedDate

java.lang.String getRelativeBuildStartedDate()
Returns the relative started time (duration) compared to current date

Returns:
relative duration

getTestSummary

@NotNull
java.lang.String getTestSummary()

getRelativeBuildDate

java.lang.String getRelativeBuildDate(java.util.Date comparedTo)

getRelativeQueueDate

java.lang.String getRelativeQueueDate(java.util.Date comparedTo)

getRelativeBuildStartedDate

java.lang.String getRelativeBuildStartedDate(java.util.Date comparedTo)
Returns the relative started time (duration) compared to date passed as parameter

Parameters:
comparedTo -
Returns:
relative duration

getBuildTime

java.lang.String getBuildTime()
Formatted buildDate. When the build was started

Returns:

setBuildDate

void setBuildDate(java.util.Date buildDate)
Parameters:
buildDate -

getQueueTime

@Nullable
java.util.Date getQueueTime()
When the build queued

Returns:

setQueueTime

void setQueueTime(java.util.Date queueDate)
Parameters:
queueDate -

getArtifactLinks

@NotNull
java.util.Collection<ArtifactLink> getArtifactLinks()
Returns all artifacts associated with this build. Even if the files don't exist

Returns:

getArtifactLinksThatExist

java.util.Collection<ArtifactLink> getArtifactLinksThatExist()
Returns only artifacts that exists

Returns:

getLifeCycleState

LifeCycleState getLifeCycleState()

updateLifeCycleState

void updateLifeCycleState(@NotNull
                          LifeCycleState lifeCycleState,
                          @NotNull
                          BuildState buildState)
Update lifeCycleState and buildState in one go. Can throw IllegalArgumentException when values passed make no sense: - lifeCycleState == LifeCycleState.NOT_BUILT && buildState != BuildState.UNKNOWN

Parameters:
lifeCycleState - lifeCycleState to be set
buildState - buildState to be set

getChangesListSummary

@NotNull
java.lang.String getChangesListSummary()

getSubscriptions

@NotNull
java.util.List<ConsumedSubscription> getSubscriptions()
Returns list of consumed artifact dependencies ConsumedSubscription

Returns:

getSubstitutedVariables

@NotNull
java.util.List<VariableSubstitution> getSubstitutedVariables()
Returns list of variables substituted during build execution

Returns:

getVariableContextLogs

@NotNull
java.util.List<VariableContextSnapshot> getVariableContextLogs()

getManuallyOverriddenVariables

java.util.List<VariableSubstitution> getManuallyOverriddenVariables()
Returns list of variables manually overridden variables

Returns:

getRestartCount

int getRestartCount()
Return the number of build restart attempts

Returns:

incrementRestartCount

int incrementRestartCount()
Increments number of build restarts and returns the new value

Returns:

isNotRunYet

boolean isNotRunYet()
Tells whether this result belongs to a job that will run when next manual stage is kicked off

Returns:

getCommits

com.google.common.collect.ImmutableList<Commit> getCommits()
List of commits associated with the build represented by this summary

Returns:
list of commits

getCommentsToDisplay

@NotNull
java.util.List<Comment> getCommentsToDisplay()
Gets the aggregated comments from the Jobs as well as the parent plan

Returns:

hasCommentsToDisplay

boolean hasCommentsToDisplay()
Whether there are any comments aggregated from the Jobs

Returns:

getBuildAgentId

@Nullable
java.lang.Long getBuildAgentId()
The id of the agent that built the result

Returns:
Null if no agents involved or unknown

setBuildAgentId

void setBuildAgentId(java.lang.Long buildAgentId)


Copyright © 2012 Atlassian. All Rights Reserved.