Package com.atlassian.bamboo.build
Interface BuildDetectionResult
-
- All Known Implementing Classes:
BuildDetectionResultImpl
@Internal public interface BuildDetectionResult
Returned from aBuildDetectionAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable BuildContext
getBuildContext()
TheBuildContext
produced by a successful execution of aBuildDetectionAction
@NotNull ErrorCollection
getErrorCollection()
Any errors that may have happened when the execution ofBuildDetectionAction
failed
-
-
-
Method Detail
-
getErrorCollection
@NotNull @NotNull ErrorCollection getErrorCollection()
Any errors that may have happened when the execution ofBuildDetectionAction
failed- Returns:
- errorCollection
-
getBuildContext
@Nullable @Nullable BuildContext getBuildContext()
TheBuildContext
produced by a successful execution of aBuildDetectionAction
- Returns:
- buildContext or null if not available
-
-