-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ComposeProcessBuilder extends Enum
-
-
Method Summary
Modifier and Type Method Description final DockerProcessbuild()final List<String>getCommandLine()final List<String>getCheckArgs()final StringgetName()final IntegergetOrdinal()-
Methods inherited from class com.cognifide.gradle.environment.docker.stack.ComposeProcessBuilder
compareTo, equals, finalize, getDeclaringClass, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
build
final DockerProcess build()
-
getCommandLine
final List<String> getCommandLine()
-
getCheckArgs
final List<String> getCheckArgs()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-