Uses of Class
hudson.model.ViewEntry

Uses of ViewEntry in hudson.model
 

Methods in hudson.model that return types with arguments of type ViewEntry
 java.util.Collection<ViewEntry> RadiatorView.sortFailing(java.util.Collection<hudson.model.Job> jobs)
           
 java.util.Collection<ViewEntry> RadiatorView.sortPassing(java.util.Collection<hudson.model.Job> jobs)
          Filters the jobs for stable jobs and sorts them.
 java.util.Collection<java.util.Collection<ViewEntry>> RadiatorView.toRows(java.util.Collection<ViewEntry> jobs, java.lang.Boolean failingJobs)
          Converts a list of jobs to a list of list of jobs, suitable for display as rows in a table.
 

Method parameters in hudson.model with type arguments of type ViewEntry
 java.util.Collection<java.util.Collection<ViewEntry>> RadiatorView.toRows(java.util.Collection<ViewEntry> jobs, java.lang.Boolean failingJobs)
          Converts a list of jobs to a list of list of jobs, suitable for display as rows in a table.
 



Copyright © 2010. All Rights Reserved.