public interface UnconditionalBuildDetectionAction extends BuildDetectionAction
BuildDetectionAction
interface that indicates that the action does not make the decision
if the build should start.
In other words the only turn of events which causes build not to start is either
- an error during execution of this action
- some 'external' condition blocking the build (e.g. build concurrency limit)Modifier and Type | Method and Description |
---|---|
BuildDetectionResult |
generateResultWithoutChanges()
Creates a result with a new number without doing change detection
|
BuildChanges |
performDelayedChangeDetection(BuildContext buildContext)
Performs a change detection
|
@NotNull BuildDetectionResult generateResultWithoutChanges()
@Nullable BuildChanges performDelayedChangeDetection(BuildContext buildContext) throws RepositoryException
buildContext
- RepositoryException
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.