@ExportedBean @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class DockerAPIReport extends Object
DockerTraceabilityReport
Modifier and Type | Class and Description |
---|---|
static class |
DockerAPIReport.BuildPtrRef |
static class |
DockerAPIReport.Container |
static class |
DockerAPIReport.FingerprintRef |
static class |
DockerAPIReport.Host |
static class |
DockerAPIReport.Image |
static class |
DockerAPIReport.Item |
static class |
DockerAPIReport.Range |
static class |
DockerAPIReport.RangeSet |
static class |
DockerAPIReport.State |
Modifier and Type | Method and Description |
---|---|
static DockerAPIReport |
forContainer(String containerId)
Creates a report for a container.
|
DockerAPIReport.Container |
getContainer() |
String |
getEnvironment() |
DockerAPIReport.Host |
getHost() |
DockerAPIReport.Image |
getImage() |
String |
getLastUpdate() |
List<String> |
getParents() |
@Exported(visibility=999) public String getLastUpdate()
@Exported(visibility=999) public DockerAPIReport.Container getContainer()
@Exported(visibility=999) public DockerAPIReport.Image getImage()
@Exported(visibility=999) public String getEnvironment()
@Exported(visibility=999) public DockerAPIReport.Host getHost()
@CheckForNull public static DockerAPIReport forContainer(@Nonnull String containerId)
containerId
- Container idCopyright © 2015–2016. All rights reserved.