hudson.plugins.violations.types.pylint
Class PyLintDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.pylint.PyLintDescriptor
public final class PyLintDescriptor
- extends TypeDescriptor
The descriptor class for PyLint violations type.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final PyLintDescriptor DESCRIPTOR
- The descriptor for the PyLint violations type.
createParser
public ViolationsParser createParser()
- Create a parser for the PyLint type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new PyLint parser.
Copyright © 2004-2012 Hudson. All Rights Reserved.