public class DockerBuildInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
commit |
private String |
image |
private static com.fasterxml.jackson.databind.ObjectMapper |
OBJECT_MAPPER |
private String |
repo |
| Constructor and Description |
|---|
DockerBuildInformation(String image,
org.apache.maven.plugin.logging.Log log) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommit() |
String |
getImage() |
String |
getRepo() |
byte[] |
toJsonBytes() |
private void |
updateGitInformation(org.apache.maven.plugin.logging.Log log) |
private static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
private final String image
private String repo
private String commit
public DockerBuildInformation(String image, org.apache.maven.plugin.logging.Log log)
Copyright © 2015. All rights reserved.