public class Stack
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
public Stack(@NotNull
Environment environment)
Represents AEM project specific AEM Docker stack and provides API for manipulating it.
public java.lang.String getInternalName()
public long getInitTimeout()
public void setInitTimeout(long p)
public boolean getInitialized()
@NotNull public Retry getDeployRetry()
public void setDeployRetry(@NotNull
Retry p)
public void deploy()
@NotNull public Retry getUndeployRetry()
public void setUndeployRetry(@NotNull
Retry p)
public void undeploy()
public long getNetworkTimeout()
public void setNetworkTimeout(long p)
public boolean getNetworkAvailable()
public boolean getRunning()
public void reset()
@NotNull public Environment getEnvironment()