| Interface | Description |
|---|---|
| Logger |
Simple log handler for printing used during the maven build
|
| StartOrderResolver.Resolvable | |
| WaitUtil.WaitChecker |
| Class | Description |
|---|---|
| AnsiLogger |
Simple log handler for printing used during the maven build
|
| AuthConfigFactory |
Factory for creating docker specific authentication configuration
|
| DockerFileUtil |
Utility class for dealing with dockerfiles
|
| EnvUtil |
Utility class for various (loosely) environment related tasks.
|
| ImageName |
Helper class for parsing docker repository/image names:
If the first part before the slash contains a "." or a ":" it is considered to be a registry URL
A last part starting with with a ":" is considered to be a tag
The rest is considered the repository name (which might be separated via slashes)
Example of valid names:
consol/tomcat-8.0
consol/tomcat-8.0:8.0.9
docker.consol.de:5000/tomcat-8.0
docker.consol.de:5000/jolokia/tomcat-8.0:8.0.9
|
| MojoParameters |
Helper class for encapsulating Mojo params which are not Plexus components
|
| PomLabel |
Label used to mark a container belonging to a certain build.
|
| StartOrderResolver | |
| SuffixFileFilter | |
| Timestamp |
Timestamp holding a
DateTime and nano seconds and which can be compared. |
| WaitUtil | |
| WaitUtil.HttpPingChecker |
Check whether a given URL is available
|
| WaitUtil.TcpPortChecker |
Check whether a given TCP port is available
|
| Enum | Description |
|---|---|
| AutoPullMode |
Enum holding the possible values avalaible for auto-pulling.
|
| Exception | Description |
|---|---|
| WaitUtil.WaitTimeoutException |
Copyright © 2016. All Rights Reserved.