-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Long>initTimeoutprivate final Booleaninitializedprivate RetrydeployRetryprivate RetryundeployRetryprivate final Property<String>internalNameprivate final Property<String>networkSuffixprivate final Property<String>networkNameprivate final Property<Long>networkTimeoutprivate final BooleannetworkAvailableprivate final Booleanrunningprivate final EnvironmentExtensionenvironment
-
Constructor Summary
Constructors Constructor Description Swarm(EnvironmentExtension environment)
-
Method Summary
Modifier and Type Method Description Unitinit()Unitdeploy()Unitundeploy()List<String>troubleshoot()final Property<Long>getInitTimeout()BooleangetInitialized()final RetrygetDeployRetry()final RetrygetUndeployRetry()final Property<String>getInternalName()final Property<String>getNetworkSuffix()final Property<String>getNetworkName()final Property<Long>getNetworkTimeout()final BooleangetNetworkAvailable()final BooleangetRunning()final EnvironmentExtensiongetEnvironment()final UnitsetDeployRetry(Retry deployRetry)final UnitsetUndeployRetry(Retry undeployRetry)-
Methods inherited from class com.cognifide.gradle.environment.docker.stack.Swarm
reset -
Methods inherited from class com.cognifide.gradle.environment.docker.Stack
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
Swarm
Swarm(EnvironmentExtension environment)
-
-
Method Detail
-
troubleshoot
List<String> troubleshoot()
-
getInitTimeout
final Property<Long> getInitTimeout()
-
getInitialized
Boolean getInitialized()
-
getDeployRetry
final Retry getDeployRetry()
-
getUndeployRetry
final Retry getUndeployRetry()
-
getInternalName
final Property<String> getInternalName()
-
getNetworkSuffix
final Property<String> getNetworkSuffix()
-
getNetworkName
final Property<String> getNetworkName()
-
getNetworkTimeout
final Property<Long> getNetworkTimeout()
-
getNetworkAvailable
final Boolean getNetworkAvailable()
-
getRunning
final Boolean getRunning()
-
getEnvironment
final EnvironmentExtension getEnvironment()
-
setDeployRetry
final Unit setDeployRetry(Retry deployRetry)
-
setUndeployRetry
final Unit setUndeployRetry(Retry undeployRetry)
-
-
-
-