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 BuildContextTheBuildContextproduced by a successful execution of aBuildDetectionAction@NotNull ErrorCollectionAny errors that may have happened when the execution ofBuildDetectionActionfailed
-
Method Details
-
getErrorCollection
Any errors that may have happened when the execution ofBuildDetectionActionfailed- Returns:
- errorCollection
-
getBuildContext
TheBuildContextproduced by a successful execution of aBuildDetectionAction- Returns:
- buildContext or null if not available
-