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 BuildDetectionAction
getBuildContext
in interface BuildDetectionResult
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.