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

Packages that use FullFileModel
hudson.plugins.violations.generate   
hudson.plugins.violations.model   
hudson.plugins.violations.parse   
 

Uses of FullFileModel in hudson.plugins.violations.generate
 

Constructors in hudson.plugins.violations.generate with parameters of type FullFileModel
OutputFileModel(FullFileModel fileModel, ViolationsConfig config)
          Create a class to output a file model.
 

Uses of FullFileModel in hudson.plugins.violations.model
 

Methods in hudson.plugins.violations.model that return FullFileModel
 FullFileModel FileSummary.getFileModel()
          Get the file model.
 FullFileModel FullBuildModel.getFileModel(java.lang.String displayName)
          Get a full file model for a particular file name.
 

Methods in hudson.plugins.violations.model that return types with arguments of type FullFileModel
 java.util.Map<java.lang.String,FullFileModel> FullBuildModel.getFileModelMap()
          get the map of filename to file model.
 

Constructors in hudson.plugins.violations.model with parameters of type FullFileModel
FileSummary(FullFileModel fileModel, java.util.TreeSet violations)
          Constructor for FileSummary.
 

Uses of FullFileModel in hudson.plugins.violations.parse
 

Methods in hudson.plugins.violations.parse that return FullFileModel
protected  FullFileModel AbstractTypeParser.getFileModel(java.lang.String absoluteName)
          Get the full file model object for an absolute name.
protected  FullFileModel ViolationsDOMParser.getFileModel(java.lang.String absoluteName)
          Get the full file model object for an absolute name.
protected  FullFileModel AbstractTypeParser.getFileModel(java.lang.String name, java.io.File sourceFile)
          Get the full file model for a particular relative name and source file.
protected  FullFileModel ViolationsDOMParser.getFileModel(java.lang.String name, java.io.File sourceFile)
          Get the full file model for a particular relative name and source file.
 



Copyright © 2004-2012. All Rights Reserved.