| Class | Description |
|---|---|
| AbstractDockerMojo |
Base class for all Mojos with shared functionality
|
| AbstractPreVerifyDockerMojo |
Base class for Mojos that execute prior to the "verify" phase.
|
| BuildImageMojo |
This class is responsible for building docker images specified in the POM file.
|
| CommitContainerMojo | |
| DockerPluginError |
This class holds plugin execution errors that are tested for in the verify goal of this plugin.
|
| HelpMojo |
Display help information on docker-maven-plugin.
Call mvn docker:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| PushImageMojo |
This class is responsible for pushing docking images in the deploy phase of the maven build.
|
| StartContainerMojo |
This class is responsible for starting docking containers in the pre-integration phase of the maven build.
|
| StartedContainerInfo |
Holds the information for a started container: it's starting id and an inspection result just after starting.
|
| StopContainerMojo |
This class is responsible for stopping the docker containers that were started by the plugin.
|
| TagImageMojo |
This class is responsible for tagging docking images in the install phase of the maven build.
|
| VerifyMojo |
This
Mojo checks for any errors in the Docker Maven Plugin during the previous build
phases and fails the build if any errors have happened. |
Copyright © 2016. All Rights Reserved.