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 TypeMethodDescriptionvoid
addBuildErrors
(@Nullable List<String> errorMessages) void
@NotNull BuildState
Returns a map of string keyed strings for storing arbitrary data@NotNull LifeCycleState
@NotNull List<TaskResult>
getTaskResultsForTask
(@NotNull String pluginKey) @NotNull Date
Version control system working copy state after build completion.boolean
void
setBuildState
(@NotNull BuildState buildState) void
setLifeCycleState
(@NotNull LifeCycleState lifeCycleState) void
setStarted
(boolean started) void
setTaskResults
(List<TaskResult> taskResults) void
setTasksStartDate
(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.
-