Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
Modifier and Type | Method and Description |
---|---|
Fingerprint.Range |
Fingerprint.Range.combine(Fingerprint.Range that)
Returns the
Fingerprint.Range that combines two ranges. |
Fingerprint.Range |
Fingerprint.Range.expandLeft() |
Fingerprint.Range |
Fingerprint.Range.expandRight() |
Fingerprint.Range |
Fingerprint.Range.intersect(Fingerprint.Range that)
Returns the
Fingerprint.Range that represents the intersection of the two. |
Modifier and Type | Method and Description |
---|---|
List<Fingerprint.Range> |
Fingerprint.RangeSet.getRanges()
Gets all the ranges.
|
Modifier and Type | Method and Description |
---|---|
Fingerprint.Range |
Fingerprint.Range.combine(Fingerprint.Range that)
Returns the
Fingerprint.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 true
|
Fingerprint.Range |
Fingerprint.Range.intersect(Fingerprint.Range that)
Returns the
Fingerprint.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 two
Fingerprint.Range s do not share any common integer. |
boolean |
Fingerprint.Range.isIndependent(Fingerprint.Range that)
Returns true if two
Fingerprint.Range s can't be combined into a single range. |
Copyright © 2015. All rights reserved.