-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Long>initTimeoutprivate final Booleaninitializedprivate final Property<ComposeProcessBuilder>processBuilderprivate RetrydeployRetryprivate final ListProperty<String>deployArgsprivate RetryundeployRetryprivate final ListProperty<String>undeployArgsprivate 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 Compose(EnvironmentExtension environment)
-
Method Summary
Modifier and Type Method Description final UnitprocessBuilder(String name)Unitinit()Unitdeploy()Unitundeploy()List<String>troubleshoot()final Property<Long>getInitTimeout()BooleangetInitialized()final Property<ComposeProcessBuilder>getProcessBuilder()final RetrygetDeployRetry()final ListProperty<String>getDeployArgs()final RetrygetUndeployRetry()final ListProperty<String>getUndeployArgs()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.Compose
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
-
Compose
Compose(EnvironmentExtension environment)
-
-
Method Detail
-
processBuilder
final Unit processBuilder(String name)
-
troubleshoot
List<String> troubleshoot()
-
getInitTimeout
final Property<Long> getInitTimeout()
-
getInitialized
Boolean getInitialized()
-
getProcessBuilder
final Property<ComposeProcessBuilder> getProcessBuilder()
-
getDeployRetry
final Retry getDeployRetry()
-
getDeployArgs
final ListProperty<String> getDeployArgs()
-
getUndeployRetry
final Retry getUndeployRetry()
-
getUndeployArgs
final ListProperty<String> getUndeployArgs()
-
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)
-
-
-
-