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

Packages that use MethodInfo
hudson.plugins.covcomplplot   
hudson.plugins.covcomplplot.annalyzer   
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 remoteDir, LoggerWrapper logger)
          Clover ?서 MethodInfo 객체 리스?? ??다.
 java.util.List<MethodInfo> CovComplPlotTaget.getMethodInfoList()
           
 java.util.List<MethodInfo> CovComplPlotMethods.getMethodInfoList()
           
 

Methods in hudson.plugins.covcomplplot with parameters of type MethodInfo
 java.lang.String CovComplPlotTaget.getMethodUrlLocation(MethodInfo methodInfo)
           
 java.lang.String CovComplPlotMethods.getMethodUrlLocation(MethodInfo methodInfo)
           
 java.lang.String CovComplPlotMethods.getUrl(MethodInfo methodInfo)
           
 

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

Constructor parameters in hudson.plugins.covcomplplot with type arguments of type MethodInfo
CovComplPlotMethods(hudson.model.AbstractBuild<?,?> owner, java.util.List<MethodInfo> methodInfoList, Analyzer analyzer)
          Constructor for top level information holder.
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 for detailed level information holder
 

Uses of MethodInfo in hudson.plugins.covcomplplot.annalyzer
 

Methods in hudson.plugins.covcomplplot.annalyzer 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 workspaceDir, LoggerWrapper logger, Analyzer analyzer)
          Parse the hudson plugin info and return the MethodInfo list.
 

Methods in hudson.plugins.covcomplplot.annalyzer 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.isMethodValid(MethodInfo method, boolean excludeGetterSetter)
          Check the method is valid or not.
 

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.