Package io.fabric8.maven.docker
Class AbstractBuildSupportMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- io.fabric8.maven.docker.AbstractDockerMojo
-
- io.fabric8.maven.docker.AbstractBuildSupportMojo
-
- All Implemented Interfaces:
ConfigHelper.Customizer,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
- Direct Known Subclasses:
BuildMojo,SourceMojo,WatchMojo
public abstract class AbstractBuildSupportMojo extends AbstractDockerMojo
- Since:
- 26/06/15
- Author:
- roland, balazsmaria
-
-
Field Summary
-
Fields inherited from class io.fabric8.maven.docker.AbstractDockerMojo
autoPull, CONTEXT_KEY_BUILD_TIMESTAMP, CONTEXT_KEY_LOG_DISPATCHER, CONTEXT_KEY_START_CALLED, DOCKER_BUILD_TIMESTAMP, dockerAccessFactory, execution, imageConfigResolver, imagePullPolicy, jib, jibImageFormat, keepContainer, log, outputDirectory, project, registry, removeVolumes, serviceHubFactory, session, settings, skipExtendedAuth, sourceDirectory, useColor, verbose
-
-
Constructor Summary
Constructors Constructor Description AbstractBuildSupportMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MojoParameterscreateMojoParameters()protected BuildService.BuildContextgetBuildContext()-
Methods inherited from class io.fabric8.maven.docker.AbstractDockerMojo
contextualize, customizeConfig, execute, executeInternal, getBuildTimestamp, getBuildTimestampFile, getContainerNameMatcher, getContainersForPattern, getDockerAccessContext, getGavLabel, getImageNameMatcher, getImagePullManager, getLogDispatcher, getLogPrefix, getReferenceDate, getRegistryConfig, getResolvedImages, getVolumes, invokedTogetherWithDockerStart, isDockerAccessRequired, pullImage
-
-
-
-
Method Detail
-
getBuildContext
protected BuildService.BuildContext getBuildContext() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
createMojoParameters
protected MojoParameters createMojoParameters()
-
-