Uses of Class
hudson.model.Fingerprint.Range
-
Packages that use Fingerprint.Range Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Fingerprint.Range in hudson.model
Methods in hudson.model that return Fingerprint.Range Modifier and Type Method Description Fingerprint.Range
Fingerprint.Range. combine(Fingerprint.Range that)
Returns theFingerprint.Range
that combines two ranges.Fingerprint.Range
Fingerprint.Range. expandLeft()
Fingerprint.Range
Fingerprint.Range. expandRight()
Fingerprint.Range
Fingerprint.Range. intersect(Fingerprint.Range that)
Returns theFingerprint.Range
that represents the intersection of the two.Methods in hudson.model that return types with arguments of type Fingerprint.Range Modifier and Type Method Description List<Fingerprint.Range>
Fingerprint.RangeSet. getRanges()
Gets all the ranges.Methods in hudson.model with parameters of type Fingerprint.Range Modifier and Type Method Description Fingerprint.Range
Fingerprint.Range. combine(Fingerprint.Range that)
Returns theFingerprint.Range
that combines two ranges.boolean
Fingerprint.Range. contains(Fingerprint.Range that)
If this range contains every int that's in the other range, return trueFingerprint.Range
Fingerprint.Range. intersect(Fingerprint.Range that)
Returns theFingerprint.Range
that represents the intersection of the two.boolean
Fingerprint.Range. isAdjacentTo(Fingerprint.Range that)
boolean
Fingerprint.Range. isDisjoint(Fingerprint.Range that)
Returns true if twoFingerprint.Range
s do not share any common integer.boolean
Fingerprint.Range. isIndependent(Fingerprint.Range that)
Returns true if twoFingerprint.Range
s can't be combined into a single range.
-