|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Internal public interface BuildPhase
Represents an internal step in the build Process
Method Summary | |
---|---|
CommonContext |
call(CommonContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Execute the build task. |
Method Detail |
---|
@NotNull CommonContext call(@NotNull CommonContext buildContext, @NotNull ReadOnlyCapabilitySet capabilitySet) throws InterruptedException, Exception
Execute the build task.
Implementations should regularly check if the calling Thread
has been interrupted.
InterruptedException
- if the calling Thread
has been interrupted.
Exception
- A general exception that will be handled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |