public final class BuildDetectionResultImpl extends Object implements BuildDetectionResult
BuildDetectionAction| Constructor and Description |
|---|
BuildDetectionResultImpl(ErrorCollection errorCollection,
BuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
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 |
public BuildDetectionResultImpl(ErrorCollection errorCollection, @Nullable BuildContext buildContext)
@NotNull public ErrorCollection getErrorCollection()
BuildDetectionAction failedgetErrorCollection in interface BuildDetectionResult@Nullable public BuildContext getBuildContext()
BuildContext produced by a successful execution of a BuildDetectionActiongetBuildContext in interface BuildDetectionResultCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.