Uses of Class
hudson.model.Fingerprint.RangeSet
Packages that use Fingerprint.RangeSet
-
Uses of Fingerprint.RangeSet in hudson.model
Fields in hudson.model declared as Fingerprint.RangeSetMethods in hudson.model that return Fingerprint.RangeSetModifier 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.Methods in hudson.model that return types with arguments of type Fingerprint.RangeSetModifier 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()
Methods in hudson.model with parameters of type Fingerprint.RangeSetModifier 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.Constructors in hudson.model with parameters of type Fingerprint.RangeSet