public class DockerInspectImageFacet
extends jenkins.model.FingerprintFacet
Fingerprints.
Stores only the last available data in order to display summaries in the web
interface. The consistency of the container info in data is not
maintained.| Constructor and Description |
|---|
DockerInspectImageFacet(hudson.model.Fingerprint fingerprint,
long timestamp,
com.github.dockerjava.api.command.InspectImageResponse data,
String imageName) |
| Modifier and Type | Method and Description |
|---|---|
com.github.dockerjava.api.command.InspectImageResponse |
getData() |
String |
getImageName()
Gets the image name.
|
long |
getReportTimestamp()
Time, when the latest report has been submitted.
|
static void |
updateData(hudson.model.Fingerprint fingerprint,
long timestamp,
com.github.dockerjava.api.command.InspectImageResponse data,
String imageName) |
public DockerInspectImageFacet(@Nonnull
hudson.model.Fingerprint fingerprint,
long timestamp,
@Nonnull
com.github.dockerjava.api.command.InspectImageResponse data,
@Nonnull
String imageName)
@Nonnull public com.github.dockerjava.api.command.InspectImageResponse getData()
@CheckForNull public String getImageName()
public long getReportTimestamp()
public static void updateData(@Nonnull
hudson.model.Fingerprint fingerprint,
long timestamp,
@Nonnull
com.github.dockerjava.api.command.InspectImageResponse data,
@CheckForNull
String imageName)
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.