public class InstancePlugin
extends AemPlugin
Separate plugin which provides tasks for:
managing local instances (create, up, down)
monitoring health condition (check)
automatically installing dependent CRX packages (satisfy)
Most often should be applied only to one project in build (typically project named 'aem' or root project). Applying it multiple times to same configuration could case confusing errors like AEM started multiple times.
| Modifier and Type | Class and Description |
|---|---|
static class |
InstancePlugin.Companion |
AemPlugin.Build| Modifier and Type | Field and Description |
|---|---|
static InstancePlugin.Companion |
Companion |
static java.lang.String |
ID |
| Constructor and Description |
|---|
InstancePlugin()
Separate plugin which provides tasks for:
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.gradle.api.Project $receiver) |
@NotNull public static java.lang.String ID
public static InstancePlugin.Companion Companion
public InstancePlugin()
Separate plugin which provides tasks for:
managing local instances (create, up, down)
monitoring health condition (check)
automatically installing dependent CRX packages (satisfy)
Most often should be applied only to one project in build (typically project named 'aem' or root project). Applying it multiple times to same configuration could case confusing errors like AEM started multiple times.