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