@Internal
public interface BuildPhase
Modifier and Type | Method and Description |
---|---|
CommonContext |
call(CommonContext buildContext,
ReadOnlyCapabilitySet capabilitySet)
Execute the build task.
|
@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.Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.