|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Buildable
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.bamboo.plan.Plan |
|---|
MAX_NUMBER_LOG_ENTRIES, MAX_PREVIOUS_BUILD_FOR_AVE, STATUS_CURRENTLY_BUILDING, STATUS_FAIL, STATUS_NO_BUILDS, STATUS_NOT_RUN, STATUS_SUCCESS |
| Method Summary | |
|---|---|
void |
addBuildResultSummary(BuildResultsSummary buildResultsSummary)
Add the given build results summary to the build. |
java.util.List<BuildResultsSummary> |
getBuildResultSummaries()
Obtains the builds total collection of BuildResultsSummary objects
(oldest first), one for each build. |
BuildResultsSummary |
getFirstBuildSummary()
Get the first build result |
BuildResultsSummary |
getLatestBuildSummary()
Get the summary from the latest completed build |
BuildResults |
getNextBuildResults(int buildNumber)
|
int |
getNumberOfConcurrentlyRunningBuilds()
Gets the number of currently running concurrent build instances for the build |
BuildResults |
getPreviousBuildResults(int buildNumber)
Gets the first BuildResultsImpl before the passed number |
RequirementSet |
getRequirementSet()
|
boolean |
hasBuildResults()
Has the build got any build results to display? |
boolean |
isInBuildQueue()
Deprecated. use isActive |
void |
removeBuildResultSummary(int buildNumber)
Remove buildResultSummary and all persisted files for given build number |
void |
setRequirementSet(RequirementSet requirementSet)
|
| Methods inherited from interface com.atlassian.bamboo.Describable |
|---|
setDescription, setName |
| Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider |
|---|
getDescription |
| Methods inherited from interface com.atlassian.bamboo.deletion.Deletable |
|---|
isMarkedForDeletion, setMarkedForDeletion |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
getId, setId |
| Method Detail |
|---|
@NotNull RequirementSet getRequirementSet()
void setRequirementSet(RequirementSet requirementSet)
java.util.List<BuildResultsSummary> getBuildResultSummaries()
BuildResultsSummary objects
(oldest first), one for each build.
@Nullable BuildResultsSummary getLatestBuildSummary()
BuildResultsSummary getFirstBuildSummary()
boolean hasBuildResults()
void addBuildResultSummary(BuildResultsSummary buildResultsSummary)
buildResultsSummary - The build summaryvoid removeBuildResultSummary(int buildNumber)
buildNumber - @Nullable BuildResults getPreviousBuildResults(int buildNumber)
BuildResultsImpl before the passed number
buildNumber -
BuildResultsImpl. null if no build results can be found before that
number@Nullable BuildResults getNextBuildResults(int buildNumber)
@Deprecated boolean isInBuildQueue()
int getNumberOfConcurrentlyRunningBuilds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||