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