Uses of Class
hudson.model.Fingerprint.RangeSet

Packages that use Fingerprint.RangeSet
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
 

Uses of Fingerprint.RangeSet in hudson.matrix
 

Methods in hudson.matrix that return Fingerprint.RangeSet
 Fingerprint.RangeSet MatrixBuild.getDownstreamRelationship(AbstractProject that)
           
 

Uses of Fingerprint.RangeSet in hudson.maven
 

Methods in hudson.maven that return Fingerprint.RangeSet
 Fingerprint.RangeSet MavenModuleSetBuild.getDownstreamRelationship(AbstractProject that)
           
 

Uses of Fingerprint.RangeSet in hudson.model
 

Fields in hudson.model declared as Fingerprint.RangeSet
 Fingerprint.RangeSet Fingerprint.RangeItem.ranges
           
 

Methods in hudson.model that return Fingerprint.RangeSet
static Fingerprint.RangeSet Fingerprint.RangeSet.fromString(String list, boolean skipError)
          Parses a Fingerprint.RangeSet from a string like "1-3,5,7-9"
 Fingerprint.RangeSet AbstractBuild.getDownstreamRelationship(AbstractProject that)
          Gets the dependency relationship from this build (as the source) and that project (as the sink.)
 Fingerprint.RangeSet Fingerprint.getRangeSet(Job job)
           
 Fingerprint.RangeSet 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.RangeSet
 Map<AbstractProject,Fingerprint.RangeSet> AbstractBuild.getDownstreamBuilds()
          Gets the downstream builds of this build, which are the builds of the downstream projects that use artifacts of this build.
 SortedMap<Integer,Fingerprint.RangeSet> AbstractProject.getRelationship(AbstractProject that)
          Gets the dependency relationship map between this project (as the source) and that project (as the sink.)
 Hashtable<String,Fingerprint.RangeSet> Fingerprint.getUsages()
           
 

Methods in hudson.model with parameters of type Fingerprint.RangeSet
 void Fingerprint.RangeSet.add(Fingerprint.RangeSet that)
           
 List<RunT> Job.getBuilds(Fingerprint.RangeSet rs)
          Obtains all the Runs whose build numbers matches the given Fingerprint.RangeSet.
 

Constructors in hudson.model with parameters of type Fingerprint.RangeSet
Fingerprint.RangeItem(String name, Fingerprint.RangeSet ranges)
           
 



Copyright © 2004-2013. All Rights Reserved.