-
public final class StackRepresents project specific Docker stack and provides API for manipulating it.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>internalNameprivate final Property<String>networkSuffixprivate final Property<String>networkNameprivate final Property<Long>networkTimeoutprivate final BooleannetworkAvailableprivate final Property<Long>initTimeoutprivate final Booleaninitializedprivate RetrydeployRetryprivate RetryundeployRetryprivate final Booleanrunningprivate final EnvironmentExtensionenvironment
-
Constructor Summary
Constructors Constructor Description Stack(EnvironmentExtension environment)
-
Method Summary
Modifier and Type Method Description final Booleaninit()final Unitdeploy()final Unitundeploy()final Unitreset()final Property<String>getInternalName()final Property<String>getNetworkSuffix()final Property<String>getNetworkName()final Property<Long>getNetworkTimeout()final BooleangetNetworkAvailable()final Property<Long>getInitTimeout()final BooleangetInitialized()final RetrygetDeployRetry()final RetrygetUndeployRetry()final BooleangetRunning()final EnvironmentExtensiongetEnvironment()final UnitsetDeployRetry(Retry deployRetry)final UnitsetUndeployRetry(Retry undeployRetry)-
-
Constructor Detail
-
Stack
Stack(EnvironmentExtension environment)
-
-
Method Detail
-
getInternalName
final Property<String> getInternalName()
-
getNetworkSuffix
final Property<String> getNetworkSuffix()
-
getNetworkName
final Property<String> getNetworkName()
-
getNetworkTimeout
final Property<Long> getNetworkTimeout()
-
getNetworkAvailable
final Boolean getNetworkAvailable()
-
getInitTimeout
final Property<Long> getInitTimeout()
-
getInitialized
final Boolean getInitialized()
-
getDeployRetry
final Retry getDeployRetry()
-
getUndeployRetry
final Retry getUndeployRetry()
-
getRunning
final Boolean getRunning()
-
getEnvironment
final EnvironmentExtension getEnvironment()
-
setDeployRetry
final Unit setDeployRetry(Retry deployRetry)
-
setUndeployRetry
final Unit setUndeployRetry(Retry undeployRetry)
-
-
-
-