Uses of Class
hudson.plugins.violations.model.FullBuildModel

Packages that use FullBuildModel
hudson.plugins.violations   
hudson.plugins.violations.generate   
hudson.plugins.violations.parse   
hudson.plugins.violations.types.fxcop   
hudson.plugins.violations.types.pylint   
hudson.plugins.violations.types.stylecop   
 

Uses of FullBuildModel in hudson.plugins.violations
 

Methods in hudson.plugins.violations with parameters of type FullBuildModel
 void ViolationsParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
          Parse a violations file.
 

Uses of FullBuildModel in hudson.plugins.violations.generate
 

Constructors in hudson.plugins.violations.generate with parameters of type FullBuildModel
GenerateXML(hudson.FilePath targetDir, FullBuildModel model, ViolationsConfig config)
          Create and configure the GenerateXML object.
OutputBuildModel(FullBuildModel model)
          Create the output class.
 

Uses of FullBuildModel in hudson.plugins.violations.parse
 

Methods in hudson.plugins.violations.parse that return FullBuildModel
protected  FullBuildModel ViolationsDOMParser.getModel()
          Get the build model.
protected  FullBuildModel AbstractTypeParser.getModel()
          Get the build model.
 

Methods in hudson.plugins.violations.parse with parameters of type FullBuildModel
 void ViolationsDOMParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
           
 void AbstractTypeParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
          Parse a violations file.
 void ParseTypeXML.parse(FullBuildModel model, java.io.File projectPath, java.lang.String xmlFile, java.lang.String[] sourcePaths, AbstractTypeParser typeParser)
          Parse a xml violation file.
 void ViolationsDOMParser.setModel(FullBuildModel model)
          Set the build model.
 void AbstractTypeParser.setModel(FullBuildModel model)
          Set the build model.
 

Uses of FullBuildModel in hudson.plugins.violations.types.fxcop
 

Methods in hudson.plugins.violations.types.fxcop with parameters of type FullBuildModel
 void FxCopParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
           
 

Uses of FullBuildModel in hudson.plugins.violations.types.pylint
 

Methods in hudson.plugins.violations.types.pylint with parameters of type FullBuildModel
 void PyLintParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
          Parse a violations file.
 void PyLintParser.parseLine(FullBuildModel model, java.lang.String line, java.io.File projectPath)
          Parses a PyLint line and adding a violation if regex
 

Uses of FullBuildModel in hudson.plugins.violations.types.stylecop
 

Methods in hudson.plugins.violations.types.stylecop with parameters of type FullBuildModel
 void StyleCopParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
           
 



Copyright © 2008. All Rights Reserved.