| Package | Description |
|---|---|
| org.jenkinsci.plugins.docker.commons.fingerprint |
| Modifier and Type | Class and Description |
|---|---|
class |
DockerAncestorFingerprintFacet
Facet representing the fact that this Docker image was derived from another.
|
class |
DockerDescendantFingerprintFacet
Facet representing the fact that some Docker image was derived from this one.
|
class |
DockerRunFingerprintFacet
As a facet on a fingerprint that represents a docker image,
indicates that containers are started from the said image.
|
class |
DockerRunPtrFingerprintFacet
FingerprintFacet for docker that refers to other Runs. |
| Modifier and Type | Method and Description |
|---|---|
List<DockerFingerprintFacet> |
DockerFingerprintAction.getDockerFacets(String imageId) |
Copyright © 2016–2019. All rights reserved.