hudson.plugins.violations.types.pep8
Class Pep8Descriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.pep8.Pep8Descriptor
public final class Pep8Descriptor
- extends TypeDescriptor
The descriptor class for the PEP 8 violations type.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final Pep8Descriptor DESCRIPTOR
- The descriptor for the PEP 8 violations type.
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 Hudson. All Rights Reserved.