public final class BuildDetectionResultImpl extends Object implements BuildDetectionResult
BuildDetectionAction
Constructor and Description |
---|
BuildDetectionResultImpl(ErrorCollection errorCollection,
@Nullable BuildContext buildContext) |
Modifier and Type | Method and Description |
---|---|
@Nullable BuildContext |
getBuildContext()
The
BuildContext produced by a successful execution of a BuildDetectionAction |
@NotNull ErrorCollection |
getErrorCollection()
Any errors that may have happened when the execution of
BuildDetectionAction failed |
public BuildDetectionResultImpl(ErrorCollection errorCollection, @Nullable @Nullable BuildContext buildContext)
@NotNull public @NotNull ErrorCollection getErrorCollection()
BuildDetectionAction
failedgetErrorCollection
in interface BuildDetectionResult
@Nullable public @Nullable BuildContext getBuildContext()
BuildContext
produced by a successful execution of a BuildDetectionAction
getBuildContext
in interface BuildDetectionResult
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.