| Package | Description |
|---|---|
| net.wouterdanes.docker.maven | |
| net.wouterdanes.docker.provider | |
| net.wouterdanes.docker.provider.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDockerMojo.enqueueForPushing(String imageId,
ImageBuildConfiguration imageConfig) |
protected void |
AbstractDockerMojo.registerBuiltImage(String imageId,
ImageBuildConfiguration imageConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildImageMojo.setImages(List<ImageBuildConfiguration> images) |
| Modifier and Type | Method and Description |
|---|---|
String |
RemoteApiBasedDockerProvider.buildImage(ImageBuildConfiguration image) |
String |
DockerProvider.buildImage(ImageBuildConfiguration image)
Builds a new Docker Image based on the passed configuration and returns the id of the newly created image.
|
| Constructor and Description |
|---|
BuiltImageInfo(String imageId,
ImageBuildConfiguration imageConfig) |
Copyright © 2016. All Rights Reserved.