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.cpplint   
hudson.plugins.violations.types.fxcop   
hudson.plugins.violations.types.gendarme   
hudson.plugins.violations.types.pep8   
hudson.plugins.violations.types.perlcritic   
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 AbstractTypeParser.getModel()
          Get the build model.
protected  FullBuildModel ViolationsDOMParser.getModel()
          Get the build model.
 

Methods in hudson.plugins.violations.parse with parameters of type FullBuildModel
 void AbstractTypeParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
          Parse a violations file.
 void ViolationsDOMParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
           
 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 AbstractTypeParser.setModel(FullBuildModel model)
          Set the build model.
 void ViolationsDOMParser.setModel(FullBuildModel model)
          Set the build model.
 

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

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

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.gendarme
 

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

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

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

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

Methods in hudson.plugins.violations.types.perlcritic with parameters of type FullBuildModel
 void PerlCriticParser.parse(FullBuildModel model, java.io.File projectPath, java.lang.String fileName, java.lang.String[] sourcePaths)
          Parse a violations file.
 void PerlCriticParser.parseLine(FullBuildModel model, java.lang.String line, java.io.File projectPath)
          Parses a Perl::Critic line and adds a Violation if this.pattern matches
 

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 © 2004-2012. All Rights Reserved.