Class ComposeDown
java.lang.Object
org.apache.maven.plugin.AbstractMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="down",
defaultPhase=POST_INTEGRATION_TEST,
threadSafe=true)
public class ComposeDown
extends ComposeLogsGoal
Turn off compose application
-
Field Summary
Fields inherited from class org.honton.chas.compose.maven.plugin.ComposeProjectGoal
COMPOSE_YAML, DOT_ENV, MOUNTS_YAML, PORTS_YAMLFields inherited from class org.honton.chas.compose.maven.plugin.ComposeExecuteGoal
timeoutFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanaddComposeOptions(CommandBuilder builder) protected StringMethods inherited from class org.honton.chas.compose.maven.plugin.ComposeLogsGoal
saveServiceLogsMethods inherited from class org.honton.chas.compose.maven.plugin.ComposeProjectGoal
createBuilder, relativeToCurrentDirectoryMethods inherited from class org.honton.chas.compose.maven.plugin.ComposeExecuteGoal
doExecute, postComposeCommandMethods inherited from class org.honton.chas.compose.maven.plugin.ComposeGoal
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ComposeDown
public ComposeDown()
-
-
Method Details
-
subCommand
- Specified by:
subCommandin classComposeExecuteGoal
-
addComposeOptions
- Overrides:
addComposeOptionsin classComposeExecuteGoal- Throws:
IOException
-