com.atlassian.bamboo.v2.build
Interface CurrentResult
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- CurrentBuildResult
- All Known Implementing Classes:
- CurrentBuildResultImpl, CurrentResultImpl
public interface CurrentResult
- extends Serializable
getBuildState
@NotNull
BuildState getBuildState()
setBuildState
void setBuildState(@NotNull
BuildState buildState)
getLifeCycleState
@NotNull
LifeCycleState getLifeCycleState()
setLifeCycleState
void setLifeCycleState(@NotNull
LifeCycleState lifeCycleState)
getCustomBuildData
@NotNull
Map<String,String> getCustomBuildData()
- Returns a map of string keyed strings for storing arbitrary data
- Returns:
isStarted
boolean isStarted()
setStarted
void setStarted(boolean started)
addBuildErrors
void addBuildErrors(@Nullable
List<String> errorMessages)
getBuildErrors
@NotNull
List<String> getBuildErrors()
clearBuildErrors
void clearBuildErrors()
getTasksStartDate
@NotNull
Date getTasksStartDate()
setTasksStartDate
void setTasksStartDate(Date startDate)
getTaskResults
@NotNull
List<TaskResult> getTaskResults()
setTaskResults
void setTaskResults(List<TaskResult> taskResults)
getTaskResultsForTask
List<TaskResult> getTaskResultsForTask(@NotNull
String pluginKey)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.