public class BuildService extends Object
| Modifier and Type | Field and Description |
|---|---|
ArchiveService |
archiveService |
| Modifier and Type | Method and Description |
|---|---|
void |
buildImage(ImageConfiguration imageConfig,
MojoParameters params,
boolean noCache)
Build an image
|
public final ArchiveService archiveService
public void buildImage(ImageConfiguration imageConfig, MojoParameters params, boolean noCache) throws DockerAccessException, org.apache.maven.plugin.MojoExecutionException
imageConfig - the image configurationparams - mojo params for the projectnoCache - if not null, dictate the caching behaviour. Otherwise its taken from the build configurationDockerAccessExceptionorg.apache.maven.plugin.MojoExecutionExceptionCopyright © 2016. All Rights Reserved.