|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnconditionalBuildDetectionAction
Optional 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)
Method Summary | |
---|---|
BuildDetectionResult |
generateResultWithoutChanges()
Creates a result with a new number without doing change detection |
BuildChanges |
performDelayedChangeDetection(BuildContext buildContext)
Performs a change detection |
Method Detail |
---|
@NotNull BuildDetectionResult generateResultWithoutChanges()
@Nullable BuildChanges performDelayedChangeDetection(BuildContext buildContext) throws RepositoryException
buildContext
-
RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |