public class Stack
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
| Constructor and Description |
|---|
Stack(Environment environment)
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deploy() |
Retry |
getDeployRetry() |
Environment |
getEnvironment() |
boolean |
getRunning() |
DockerStack |
getStack() |
Retry |
getUndeployRetry() |
void |
reset() |
void |
setDeployRetry(Retry p) |
void |
setUndeployRetry(Retry p) |
void |
undeploy() |
public Stack(@NotNull
Environment environment)
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
@NotNull public DockerStack getStack()
@NotNull public Retry getDeployRetry()
public void setDeployRetry(@NotNull
Retry p)
@NotNull public Retry getUndeployRetry()
public void setUndeployRetry(@NotNull
Retry p)
public boolean getRunning()
public void reset()
public void deploy()
public void undeploy()
@NotNull public Environment getEnvironment()