Uses of Class
hudson.plugins.analysis.util.model.LineRange

Packages that use LineRange
hudson.plugins.analysis.util.model   
 

Uses of LineRange in hudson.plugins.analysis.util.model
 

Methods in hudson.plugins.analysis.util.model that return LineRange
 LineRange LineRangeList.get(int index)
           
 LineRange LineRangeList.remove(int index)
           
 LineRange LineRangeList.set(int index, LineRange element)
           
 

Methods in hudson.plugins.analysis.util.model that return types with arguments of type LineRange
 Collection<LineRange> FileAnnotation.getLineRanges()
          Returns a collection of line ranges for this annotation.
 Collection<LineRange> AbstractAnnotation.getLineRanges()
          Returns a collection of line ranges for this annotation.
 Iterator<LineRange> LineRangeList.iterator()
           
 ListIterator<LineRange> LineRangeList.listIterator()
           
 ListIterator<LineRange> LineRangeList.listIterator(int index)
           
 

Methods in hudson.plugins.analysis.util.model with parameters of type LineRange
 void LineRangeList.add(int index, LineRange element)
           
 boolean LineRangeList.add(LineRange lr)
           
 void AbstractAnnotation.addLineRange(LineRange lineRange)
          Adds another line range to this annotation.
 LineRange LineRangeList.set(int index, LineRange element)
           
 

Constructor parameters in hudson.plugins.analysis.util.model with type arguments of type LineRange
LineRangeList(Collection<LineRange> copy)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.