Uses of Class
hudson.plugins.covcomplplot.annalyzer.Analyzer

Packages that use Analyzer
hudson.plugins.covcomplplot   
hudson.plugins.covcomplplot.annalyzer   
 

Uses of Analyzer in hudson.plugins.covcomplplot
 

Fields in hudson.plugins.covcomplplot declared as Analyzer
 Analyzer CovComplPlotPublisher.analyzer
           
 

Methods in hudson.plugins.covcomplplot that return Analyzer
 Analyzer CovComplPlotPublisher.getAnalyzer()
           
 

Methods in hudson.plugins.covcomplplot with parameters of type Analyzer
 java.util.List<MethodInfo> CovComplPlotPublisher.getCovComplMethodInfoList(Analyzer analyzer, hudson.model.AbstractBuild<?,?> build, boolean excludeGetterSetter, java.lang.String remoteDir, LoggerWrapper logger)
          Clover ?서 MethodInfo 객체 리스?? ??다.
 

Constructors in hudson.plugins.covcomplplot with parameters of type Analyzer
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
CovComplPlotPublisher(Analyzer analyzer, boolean excludeGetterSetter, boolean verbose)
           
CovComplPlotTaget(hudson.model.AbstractBuild<?,?> owner, java.util.List<MethodInfo> methodInfoList, Analyzer analyzer, java.util.Calendar ownersTimeStamp)
          Constructor for detailed level information holder
 

Uses of Analyzer in hudson.plugins.covcomplplot.annalyzer
 

Methods in hudson.plugins.covcomplplot.annalyzer that return Analyzer
static Analyzer Analyzer.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Analyzer[] Analyzer.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hudson.plugins.covcomplplot.annalyzer with parameters of type Analyzer
 org.dom4j.Document AbstractMethodInfoHandler.getBuildArtifact(hudson.model.AbstractBuild<?,?> build, java.lang.String fileName, Analyzer forWhat)
          Get build xml artifact
 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.
 



Copyright © 2010. All Rights Reserved.