public abstract class DockerRunPtrFingerprintFacet
extends jenkins.model.FingerprintFacet
FingerprintFacet for docker that refers to other Runs.| Modifier | Constructor and Description |
|---|---|
protected |
DockerRunPtrFingerprintFacet(hudson.model.Fingerprint fingerprint,
long timestamp) |
| 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) |
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() |
protected DockerRunPtrFingerprintFacet(hudson.model.Fingerprint fingerprint,
long timestamp)
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 © 2004-2015. All Rights Reserved.