|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 | |
|---|---|
Map<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,
TreeSet violations)
Constructor for FileSummary. |
|
| Uses of FullFileModel in hudson.plugins.violations.parse |
|---|
| Methods in hudson.plugins.violations.parse that return FullFileModel | |
|---|---|
protected FullFileModel |
ViolationsDOMParser.getFileModel(String absoluteName)
Get the full file model object for an absolute name. |
protected FullFileModel |
AbstractTypeParser.getFileModel(String absoluteName)
Get the full file model object for an absolute name. |
protected FullFileModel |
ViolationsDOMParser.getFileModel(String name,
File sourceFile)
Get the full file model for a particular relative name and source file. |
protected FullFileModel |
AbstractTypeParser.getFileModel(String name,
File sourceFile)
Get the full file model for a particular relative name and source file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||