Uses of Class
hudson.model.Fingerprint.Range

Packages that use Fingerprint.Range
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of Fingerprint.Range in hudson.model
 

Methods in hudson.model that return Fingerprint.Range
 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()
           
 

Methods in hudson.model that return types with arguments of type Fingerprint.Range
 List<Fingerprint.Range> Fingerprint.RangeSet.getRanges()
          Gets all the ranges.
 

Methods in hudson.model with parameters of type Fingerprint.Range
 Fingerprint.Range Fingerprint.Range.combine(Fingerprint.Range that)
          Returns the Fingerprint.Range that combines two ranges.
 boolean Fingerprint.Range.isAdjacentTo(Fingerprint.Range that)
           
 boolean Fingerprint.Range.isIndependent(Fingerprint.Range that)
          Returns true if two Fingerprint.Ranges can't be combined into a single range.
 



Copyright © 2004-2013. All Rights Reserved.