|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ThreadSafe public interface BuildContext
A class that encapsulates how to build a particular plan at a given instance
| Method Summary | |
|---|---|
BuildChanges |
getBuildChanges()
Returns the build changes, if any, that represents the changes that triggered this build. |
BuildDefinition |
getBuildDefinition()
|
BuildPlanDefinition |
getBuildPlanDefinition()
Deprecated. since 2.7 use #getBuildDefinition |
CurrentBuildResult |
getBuildResult()
The information about the results of a build |
ErrorCollection |
getErrorCollection()
Any errors associated with the build |
BuildContext |
getParentBuildContext()
|
TriggerReason |
getTriggerReason()
The reason this build was triggered |
| Methods inherited from interface com.atlassian.bamboo.v2.build.BuildIdentifier |
|---|
getBuildNumber, getBuildResultKey, getParentBuildIdentifier, getPlanId, getPlanKey, getPlanName, getPlanResultKey, getShortName |
| Method Detail |
|---|
@Nullable BuildContext getParentBuildContext()
BuildContext of the parent Plan execution. Should return null if the current BuildContext is for a TopLevelPlan@NotNull TriggerReason getTriggerReason()
@Deprecated @NotNull BuildPlanDefinition getBuildPlanDefinition()
@NotNull BuildDefinition getBuildDefinition()
@NotNull BuildChanges getBuildChanges()
@NotNull CurrentBuildResult getBuildResult()
CurrentBuildResult@NotNull ErrorCollection getErrorCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||