hudson.plugins.violations.types.gendarme
Class GendarmeDescriptor

java.lang.Object
  extended by hudson.plugins.violations.TypeDescriptor
      extended by 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

Field Summary
static GendarmeDescriptor DESCRIPTOR
          The descriptor for the Mono Source Analysis violations type.
 
Fields inherited from class hudson.plugins.violations.TypeDescriptor
TYPES
 
Constructor Summary
protected GendarmeDescriptor()
           
 
Method Summary
 ViolationsParser createParser()
          Get a new parser for the type.
 
Methods inherited from class hudson.plugins.violations.TypeDescriptor
addDescriptor, getDetailForSource, getMavenTargets, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final GendarmeDescriptor DESCRIPTOR
The descriptor for the Mono Source Analysis violations type.

Constructor Detail

GendarmeDescriptor

protected GendarmeDescriptor()
Method Detail

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