public interface BuildService
Modifier and Type | Interface and Description |
---|---|
static class |
BuildService.BuildServiceConfig
Class to hold configuration parameters for the building service.
|
Modifier and Type | Method and Description |
---|---|
void |
build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig)
Builds the given image using the specified configuration.
|
void |
postProcess(BuildService.BuildServiceConfig config)
Post processing step called after all images has been build
|
void build(io.fabric8.maven.docker.config.ImageConfiguration imageConfig) throws Fabric8ServiceException
imageConfig
- the image to buildFabric8ServiceException
void postProcess(BuildService.BuildServiceConfig config)
config
- build configurationCopyright © 2018. All rights reserved.