|
||||||||||
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 | |
---|---|
ArtifactContext |
getArtifactContext()
|
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 |
VariableContext |
getVariableContext()
|
Methods inherited from interface com.atlassian.bamboo.v2.build.BuildIdentifier |
---|
getBuildNumber, getBuildResultKey, getParentBuildIdentifier, getPlanId, getPlanKey, getPlanName, getPlanResultKey, getProjectName, 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 ArtifactContext getArtifactContext()
@NotNull BuildChanges getBuildChanges()
@NotNull CurrentBuildResult getBuildResult()
CurrentBuildResult
@NotNull ErrorCollection getErrorCollection()
@NotNull VariableContext getVariableContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |