hudson.plugins.violations.types.stylecop
Class StyleCopDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.stylecop.StyleCopDescriptor
public final class StyleCopDescriptor
- extends TypeDescriptor
The descriptor class for StyleCop (MS Source Analysis) violations type.
http://code.msdn.microsoft.com/sourceanalysis/
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final StyleCopDescriptor DESCRIPTOR
- The descriptor for the MS Source Analysis violations type.
createParser
public StyleCopParser createParser()
- Description copied from class:
TypeDescriptor
- Get a new parser for the type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new parser object.
getMavenTargets
public List<String> getMavenTargets()
- Description copied from class:
TypeDescriptor
- 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
target directory.
Copyright © 2004-2012 Hudson. All Rights Reserved.