public class DockerBuildInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
commit |
private String |
digest |
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 |
getDigest() |
String |
getImage() |
String |
getRepo() |
DockerBuildInformation |
setDigest(String digest) |
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
private String digest
public DockerBuildInformation(String image, org.apache.maven.plugin.logging.Log log)
public DockerBuildInformation setDigest(String digest)
private void updateGitInformation(org.apache.maven.plugin.logging.Log log)
public byte[] toJsonBytes()
public String getImage()
public String getRepo()
public String getCommit()
public String getDigest()
Copyright © 2016. All rights reserved.