hudson.plugins.violations.types.gendarme
Class GendarmeDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.gendarme.GendarmeDescriptor
public class GendarmeDescriptor
- extends TypeDescriptor
The descriptor class for Gendarme (Mono Source Analysis) violations type.
http://www.mono-project.com/Gendarme
- Author:
- mathias.kluba@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final GendarmeDescriptor DESCRIPTOR
- The descriptor for the Mono Source Analysis violations type.
GendarmeDescriptor
protected GendarmeDescriptor()
createParser
public ViolationsParser createParser()
- Description copied from class:
TypeDescriptor
- Get a new parser for the type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new parser object.
Copyright © 2004-2012 Hudson. All Rights Reserved.