@FunctionalInterface public interface BuildStep
| Modifier and Type | Field and Description |
|---|---|
static BuildStep |
EMPTY
The empty build step, which immediately succeeds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(BuildContext context)
Execute a build step.
|
static final BuildStep EMPTY
void execute(BuildContext context)
context - the context of the build operation (not null)Copyright © 2021 JBoss by Red Hat. All rights reserved.