hudson.plugins.violations.types.pep8
Class Pep8Descriptor

java.lang.Object
  extended by hudson.plugins.violations.TypeDescriptor
      extended by hudson.plugins.violations.types.pep8.Pep8Descriptor

public final class Pep8Descriptor
extends TypeDescriptor

The descriptor class for the PEP 8 violations type.


Field Summary
static Pep8Descriptor DESCRIPTOR
          The descriptor for the PEP 8 violations type.
 
Fields inherited from class hudson.plugins.violations.TypeDescriptor
TYPES
 
Method Summary
 ViolationsParser createParser()
          Create a parser for the PEP 8 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 Pep8Descriptor DESCRIPTOR
The descriptor for the PEP 8 violations type.

Method Detail

createParser

public ViolationsParser createParser()
Create a parser for the PEP 8 type.

Specified by:
createParser in class TypeDescriptor
Returns:
a new PEP 8 parser.


Copyright © 2004-2012. All Rights Reserved.