Class DockerRunPtrFingerprintFacet
java.lang.Object
jenkins.model.FingerprintFacet
org.jenkinsci.plugins.docker.commons.fingerprint.DockerFingerprintFacet
org.jenkinsci.plugins.docker.commons.fingerprint.DockerRunPtrFingerprintFacet
- All Implemented Interfaces:
- ExtensionPoint
- Direct Known Subclasses:
- DockerAncestorFingerprintFacet,- DockerDescendantFingerprintFacet,- DockerRunFingerprintFacet
FingerprintFacet for docker that refers to other Runs.- Author:
- Kohsuke Kawaguchi
- 
Nested Class SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Method SummaryModifier and TypeMethodDescriptionvoidRecords that a build of a job has used this file.voidgetRangeSet(Job<?, ?> job) getRangeSet(String jobFullName) Gets the build range set for the given job name.Methods inherited from class jenkins.model.FingerprintFacet_setOwner, createActions, getFingerprint, getTimestamp, isFingerprintDeletionBlocked
- 
Method Details- 
getImageId
- 
addFor- Throws:
- IOException
 
- 
addRecords that a build of a job has used this file.- Throws:
- IOException
 
- 
getUsages
- 
getRangeSetGets the build range set for the given job name.These builds of this job has used this file. 
- 
getRangeSet
 
-