Uses of Class
hudson.plugins.jdepend.JDependParser

Uses of JDependParser in hudson.plugins.jdepend
 

Fields in hudson.plugins.jdepend declared as JDependParser
protected  JDependParser JDependReporter.xmlParser
           
 

Methods in hudson.plugins.jdepend that return JDependParser
 JDependParser JDependRecorder.getConfiguredParser(hudson.model.AbstractBuild<?,?> build, java.lang.String configuredPath)
          Parses a JDepend file that has been generated already
 JDependParser JDependBuildAction.getJDependParser()
           
protected  JDependParser JDependRecorder.getJDependParser(java.io.File jDependExistingFile)
           
protected  JDependParser JDependRecorder.getJDependParser(java.io.File jDependOutputFile, java.lang.String sourcePath)
          Gets a location to output a JDepend file, the source to run JDepend on, then returns a parsed version of the JDepend file
 

Methods in hudson.plugins.jdepend with parameters of type JDependParser
 void JDependReportGenerator.doGenerateReport(java.util.ResourceBundle bundle, org.apache.maven.doxia.sink.Sink sink, JDependParser jdepend)
           
 

Constructors in hudson.plugins.jdepend with parameters of type JDependParser
JDependBuildAction(hudson.model.AbstractBuild<?,?> build, JDependParser jDependParser)
           
JDependReporter(JDependParser xmlParser)
          Create a new report from the parsed JDepend report
 



Copyright © 2009. All Rights Reserved.