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 Run
s.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Records that a build of a job has used this file.void
getRangeSet
(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
-
add
Records that a build of a job has used this file.- Throws:
IOException
-
getUsages
-
getRangeSet
Gets the build range set for the given job name.These builds of this job has used this file.
-
getRangeSet
-