@Mojo(defaultPhase=PRE_INTEGRATION_TEST,
name="start-containers",
threadSafe=true,
instantiationStrategy=PER_LOOKUP)
public class StartContainerMojo
extends AbstractPreVerifyDockerMojo
| Constructor and Description |
|---|
StartContainerMojo(List<ContainerStartConfiguration> containers) |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute() |
protected String |
getMojoGoalName()
For diagnostic purposes.
|
void |
setMojoExecution(org.apache.maven.plugin.MojoExecution mojoExecution) |
void |
setProject(org.apache.maven.project.MavenProject project) |
handleDockerExceptionattachTag, cleanUpStartedContainers, enqueueForPushing, enqueueForPushing, enqueueForPushing, enqueueForPushingToRegistry, execute, getBuiltImageForStartId, getBuiltImages, getCredentials, getDockerProvider, getImagesToPush, getInfoForContainerStartId, getPluginErrors, getStartedContainers, registerBuiltImage, registerPluginError, registerStartedContainer, setProviderName, setSkip@Inject public StartContainerMojo(List<ContainerStartConfiguration> containers)
public void doExecute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
doExecute in class AbstractDockerMojoorg.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void setProject(org.apache.maven.project.MavenProject project)
public void setMojoExecution(org.apache.maven.plugin.MojoExecution mojoExecution)
protected String getMojoGoalName()
AbstractPreVerifyDockerMojogetMojoGoalName in class AbstractPreVerifyDockerMojoCopyright © 2016. All Rights Reserved.