Package com.atlassian.bamboo.v2.build
Interface CurrentResult
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
CurrentBuildResult
- All Known Implementing Classes:
CurrentBuildResultImpl,CurrentResultImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddBuildErrors(@Nullable List<String> errorMessages) void@NotNull BuildStateReturns a map of string keyed strings for storing arbitrary data@NotNull LifeCycleState@NotNull List<TaskResult>getTaskResultsForTask(@NotNull String pluginKey) @NotNull DateVersion control system working copy state after build completion.booleanvoidsetBuildState(@NotNull BuildState buildState) voidsetLifeCycleState(@NotNull LifeCycleState lifeCycleState) voidsetStarted(boolean started) voidsetTaskResults(List<TaskResult> taskResults) voidsetTasksStartDate(Date startDate)
-
Method Details
-
getBuildState
-
setBuildState
-
getLifeCycleState
-
setLifeCycleState
-
getCustomBuildData
Returns a map of string keyed strings for storing arbitrary data -
isStarted
boolean isStarted() -
setStarted
void setStarted(boolean started) -
addBuildErrors
-
getBuildErrors
-
clearBuildErrors
void clearBuildErrors() -
getTasksStartDate
-
setTasksStartDate
-
getTaskResults
-
setTaskResults
-
getTaskResultsForTask
-
getVcsWorkingCopyState
VcsWorkingCopyState getVcsWorkingCopyState()Version control system working copy state after build completion. Tasks can add repository revisions which were changed during build.
-