Uses of Class
hudson.model.Fingerprint.RangeSet
-
Uses of Fingerprint.RangeSet in hudson.model
Modifier and TypeMethodDescriptionstatic Fingerprint.RangeSet
Fingerprint.RangeSet.fromString
(String list, boolean skipError) Parses aFingerprint.RangeSet
from a string like "1-3,5,7-9"AbstractBuild.getDownstreamRelationship
(AbstractProject that) Gets the dependency relationship from this build (as the source) and that project (as the sink.)Fingerprint.getRangeSet
(Job job) Fingerprint.getRangeSet
(String jobFullName) Gets the build range set for the given job name.Modifier and TypeMethodDescriptionAbstractBuild.getDownstreamBuilds()
Gets the downstream builds of this build, which are the builds of the downstream projects that use artifacts of this build.AbstractProject.getRelationship
(AbstractProject that) Gets the dependency relationship map between this project (as the source) and that project (as the sink.)Fingerprint.getUsages()
Modifier and TypeMethodDescriptionvoid
Fingerprint.RangeSet.add
(Fingerprint.RangeSet that) Job.getBuilds
(Fingerprint.RangeSet rs) Obtains all theRun
s whose build numbers matches the givenFingerprint.RangeSet
.boolean
Fingerprint.RangeSet.removeAll
(Fingerprint.RangeSet that) Updates this range set by removing all the values in the given range set.boolean
Fingerprint.RangeSet.retainAll
(Fingerprint.RangeSet that) Updates this range set by the intersection of this range and the given range.static String
Fingerprint.RangeSet.ConverterImpl.serialize
(Fingerprint.RangeSet src) Used to serialize the range sets (builds) of the fingerprint using commas and dashes.