| Modifier and Type | Method and Description |
|---|---|
protected List<ImageConfiguration> |
AbstractDockerMojo.getImages()
Get all images to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBuildSupportMojo.buildImage(ServiceHub hub,
ImageConfiguration imageConfig) |
protected String |
AbstractDockerMojo.getConfiguredRegistry(ImageConfiguration imageConfig,
String specificRegistry)
Try to get the registry from various configuration parameters
|
protected boolean |
AbstractDockerMojo.matchesConfiguredImages(String imageList,
ImageConfiguration imageConfig) |
protected boolean |
StartMojo.showLogs(ImageConfiguration imageConfig) |
| Modifier and Type | Method and Description |
|---|---|
ImageConfiguration |
ImageConfiguration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<ImageConfiguration> |
ImageConfigResolver.resolve(ImageConfiguration unresolvedConfig,
Properties properties)
Resolve an image configuration.
|
List<ImageConfiguration> |
ExternalConfigHandler.resolve(ImageConfiguration unresolvedConfig,
Properties properties)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
| Modifier and Type | Method and Description |
|---|---|
List<ImageConfiguration> |
ImageConfigResolver.resolve(ImageConfiguration unresolvedConfig,
Properties properties)
Resolve an image configuration.
|
List<ImageConfiguration> |
ExternalConfigHandler.resolve(ImageConfiguration unresolvedConfig,
Properties properties)
For the given plugin configuration (which also contains the type) extract one or more
ImageConfiguration objects describing the image to manage |
| Modifier and Type | Method and Description |
|---|---|
List<ImageConfiguration> |
PropertyConfigHandler.resolve(ImageConfiguration config,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageConfiguration> |
PropertyConfigHandler.resolve(ImageConfiguration config,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
LogOutputSpec |
LogOutputSpecFactory.createSpec(String containerId,
ImageConfiguration imageConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildService.buildImage(ImageConfiguration imageConfig,
MojoParameters params,
boolean noCache)
Build an image
|
String |
RunService.createAndStartContainer(ImageConfiguration imageConfig,
PortMapping mappedPorts,
PomLabel pomLabel,
Properties mavenProps)
Create and start a container with the given image configuration.
|
File |
ArchiveService.createDockerBuildArchive(ImageConfiguration imageConfig,
MojoParameters params)
Create the tar file container the source for building an image.
|
String |
RunService.execInContainer(String containerId,
String command,
ImageConfiguration imageConfiguration)
Create and start a Exec container with the given image configuration.
|
AssemblyFiles |
ArchiveService.getAssemblyFiles(ImageConfiguration imageConfig,
MojoParameters mojoParameters)
Get a mapping of original to destination files which a covered by an assembly.
|
void |
ContainerTracker.registerContainer(String containerId,
ImageConfiguration imageConfig,
PomLabel pomLabel)
Register a started container to this tracker
|
void |
RunService.stopContainer(String containerId,
ImageConfiguration imageConfig,
boolean keepContainer,
boolean removeVolumes)
Stop a container immediately by id.
|
| Modifier and Type | Method and Description |
|---|---|
List<StartOrderResolver.Resolvable> |
RunService.getImagesConfigsInOrder(QueryService queryService,
List<ImageConfiguration> images)
Get the proper order for images to start
|
Copyright © 2016. All Rights Reserved.