|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.BuildDetectionResultImpl
public final class BuildDetectionResultImpl
Returned from a BuildDetectionAction
Constructor Summary | |
---|---|
BuildDetectionResultImpl(ErrorCollection errorCollection,
BuildContext buildContext)
|
Method Summary | |
---|---|
BuildContext |
getBuildContext()
The BuildContext produced by a successful execution of a BuildDetectionAction |
ErrorCollection |
getErrorCollection()
Any errors that may have happened when the execution of BuildDetectionAction failed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildDetectionResultImpl(ErrorCollection errorCollection, BuildContext buildContext)
Method Detail |
---|
@NotNull public ErrorCollection getErrorCollection()
BuildDetectionAction
failed
getErrorCollection
in interface BuildDetectionResult
@Nullable public BuildContext getBuildContext()
BuildContext
produced by a successful execution of a BuildDetectionAction
getBuildContext
in interface BuildDetectionResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |