Class DockerDescendantFingerprintFacet
java.lang.Object
jenkins.model.FingerprintFacet
org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintFacet
org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
org.jenkinsci.plugins.docker.commons.fingerprint.DockerDescendantFingerprintFacet
- All Implemented Interfaces:
ExtensionPoint
Facet representing the fact that some Docker image was derived from this one.
This facet would be added to the fingerprint corresponding to the
FROM
instruction in a Dockerfile
.
getDescendantImageIds()
indicates the image that was built from that file.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionGets the descendant images built from this image.Methods inherited from class org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
add, addFor, getImageId, getRangeSet, getRangeSet, getUsages
Methods inherited from class jenkins.model.FingerprintFacet
_setOwner, createActions, getFingerprint, getTimestamp, isFingerprintDeletionBlocked
-
Method Details
-
getDescendantImageIds
Gets the descendant images built from this image.- Returns:
- a set of 64-digit IDs, never empty
-