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, String configuredPath)
          Parses a JDepend file that has been generated already
 JDependParser JDependBuildAction.getJDependParser()
           
protected  JDependParser JDependRecorder.getJDependParser(File jDependExistingFile)
           
protected  JDependParser JDependRecorder.getJDependParser(File jDependOutputFile, 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(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-2013 Hudson. All Rights Reserved.