hudson.plugins.violations.types.csslint
Class CssLintDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.csslint.CssLintDescriptor
public class CssLintDescriptor
- extends TypeDescriptor
The descriptor class for JSLint (checkstyle for CSS) violations type.
- Author:
- cliffano, mbrunken
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final CssLintDescriptor DESCRIPTOR
- The descriptor for the JSLint violations type.
createParser
public ViolationsParser createParser()
- Create a parser for the JSLint type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new JSLint parser.
getMavenTargets
public List<String> getMavenTargets()
- TODO: check w/ jslint4java, what's the default output file name for Maven build.
Get a list of target xml files to look for
for this particular type.
- Overrides:
getMavenTargets in class TypeDescriptor
- Returns:
- a list filenames to look for in the target
directory.
Copyright © 2004-2012 Hudson. All Rights Reserved.