|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.BuildRequestResultImpl
public final class BuildRequestResultImpl
Constructor Summary | |
---|---|
BuildRequestResultImpl(BuildContext buildContext,
ErrorCollection errors)
|
|
BuildRequestResultImpl(ErrorCollection errors)
|
Method Summary | |
---|---|
BuildContext |
getBuildContext()
|
ErrorCollection |
getErrors()
Any errors that occured during the execution request |
PlanResultKey |
getPlanResultKey()
The PlanResultKey of the executing Plan |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildRequestResultImpl(@NotNull ErrorCollection errors)
public BuildRequestResultImpl(@Nullable BuildContext buildContext, @NotNull ErrorCollection errors)
Method Detail |
---|
@Nullable public PlanResultKey getPlanResultKey()
ExecutionRequestResult
PlanResultKey
of the executing Plan
getPlanResultKey
in interface ExecutionRequestResult
@Nullable public BuildContext getBuildContext()
getBuildContext
in interface BuildRequestResult
@NotNull public ErrorCollection getErrors()
ExecutionRequestResult
getErrors
in interface ExecutionRequestResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |