public abstract class DockerRunPtrFingerprintFacet extends DockerFingerprintFacet
FingerprintFacet for docker that refers to other Runs.| Modifier and Type | Method and Description |
|---|---|
void |
add(String jobFullName,
int n)
Records that a build of a job has used this file.
|
void |
addFor(hudson.model.Run<?,?> b) |
String |
getImageId() |
hudson.model.Fingerprint.RangeSet |
getRangeSet(hudson.model.Job<?,?> job) |
hudson.model.Fingerprint.RangeSet |
getRangeSet(String jobFullName)
Gets the build range set for the given job name.
|
Hashtable<String,hudson.model.Fingerprint.RangeSet> |
getUsages() |
public String getImageId()
public void addFor(hudson.model.Run<?,?> b)
throws IOException
IOExceptionpublic void add(String jobFullName, int n) throws IOException
IOExceptionpublic hudson.model.Fingerprint.RangeSet getRangeSet(String jobFullName)
These builds of this job has used this file.
public hudson.model.Fingerprint.RangeSet getRangeSet(hudson.model.Job<?,?> job)
Copyright © 2016–2019. All rights reserved.