hudson.plugins.violations.types.jcreport
Class JcReportDescriptor
java.lang.Object
hudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.jcreport.JcReportDescriptor
public final class JcReportDescriptor
- extends TypeDescriptor
The descriptor class for jcreport violations type.
http://www.jcoderz.org/fawkez/wiki/JcReport
- Author:
- Andreas.Mandel@gmail.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final JcReportDescriptor DESCRIPTOR
- The descriptor for the jcreport violations type.
createParser
public AbstractTypeParser createParser()
- Create a parser for the jcreport type.
- Specified by:
createParser in class TypeDescriptor
- Returns:
- a new jcreport parser.
getMavenTargets
public List<String> getMavenTargets()
- 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.