Uses of Class
hudson.plugins.covcomplplot.model.MethodInfo

Packages that use MethodInfo
hudson.plugins.covcomplplot   
hudson.plugins.covcomplplot.analyzer   
hudson.plugins.covcomplplot.model   
 

Uses of MethodInfo in hudson.plugins.covcomplplot
 

Methods in hudson.plugins.covcomplplot that return types with arguments of type MethodInfo
 java.util.List<MethodInfo> CovComplPlotPublisher.getCovComplMethodInfoList(Analyzer analyzer, hudson.model.AbstractBuild<?,?> build, boolean excludeGetterSetter, java.lang.String rootDir, LoggerWrapper logger)
          Create MethodInfo list using given analyzer.
 java.util.List<MethodInfo> CovComplPlotTaget.getMethodInfoList()
          Get all MethodInfo list.
 java.util.List<MethodInfo> CovComplPlotMethods.getMethodInfoList()
          Get MethodInfo list contained this object
 

Methods in hudson.plugins.covcomplplot with parameters of type MethodInfo
 java.lang.String CovComplPlotMethods.getMethodUrl(MethodInfo methodInfo)
          Return the Hudson URL in which the source code is viewed.
 

Method parameters in hudson.plugins.covcomplplot with type arguments of type MethodInfo
 CovComplPlotBuildAction CovComplPlotPublisher.createCovComplScatterPlotBuildAction(hudson.model.AbstractBuild<?,?> build, java.util.List<MethodInfo> methods)
          Create CovComplPlotBuildAction
 

Constructor parameters in hudson.plugins.covcomplplot with type arguments of type MethodInfo
CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner, java.util.List<MethodInfo> methodInfoList, Analyzer analyzer, int cov, int compl, int page, int totalCount)
          Constructor for detailed level information holder
CovComplPlotTaget(hudson.model.AbstractBuild<?,?> owner, java.util.List<MethodInfo> methodInfoList, Analyzer analyzer, java.util.Calendar ownersTimeStamp)
          Constructor
 

Uses of MethodInfo in hudson.plugins.covcomplplot.analyzer
 

Methods in hudson.plugins.covcomplplot.analyzer that return types with arguments of type MethodInfo
 java.util.List<MethodInfo> CloverMethodHandler.process(hudson.model.AbstractBuild<?,?> build, boolean excludeGetterSetter, java.lang.String remoteDir, LoggerWrapper logger, Analyzer analyzer)
           
abstract  java.util.List<MethodInfo> AbstractMethodInfoHandler.process(hudson.model.AbstractBuild<?,?> build, boolean excludeGetterSetter, java.lang.String rootDir, LoggerWrapper logger, Analyzer analyzer)
          Parse the Hudson plugin result and return the MethodInfo list.
 

Methods in hudson.plugins.covcomplplot.analyzer with parameters of type MethodInfo
 java.lang.String CloverMethodHandler.getMethodUrlLocation(hudson.model.AbstractBuild<?,?> owner, MethodInfo methodInfo)
           
abstract  java.lang.String AbstractMethodInfoHandler.getMethodUrlLocation(hudson.model.AbstractBuild<?,?> build, MethodInfo methodInfo)
          Get method content URL.
protected  boolean AbstractMethodInfoHandler.isGetterSetter(MethodInfo method)
          Check if the give method is valid
protected  boolean AbstractMethodInfoHandler.isMethodValid(MethodInfo method, boolean excludeGetterSetter)
          Check if the method is valid.
 

Uses of MethodInfo in hudson.plugins.covcomplplot.model
 

Methods in hudson.plugins.covcomplplot.model with parameters of type MethodInfo
 int MethodInfo.compareTo(MethodInfo o)
           
 



Copyright © 2010. All Rights Reserved.