hudson.plugins.violations.types.fxcop
Class FxCopDescriptor

java.lang.Object
  extended by hudson.plugins.violations.TypeDescriptor
      extended by hudson.plugins.violations.types.fxcop.FxCopDescriptor

public final class FxCopDescriptor
extends TypeDescriptor

The descriptor class for FxCop violations type.

Author:
Erik Ramfelt

Field Summary
static FxCopDescriptor DESCRIPTOR
          The descriptor for the FxCop violations type.
 
Fields inherited from class hudson.plugins.violations.TypeDescriptor
TYPES
 
Method Summary
 ViolationsParser createParser()
          Create a parser for the FxCop type.
 
Methods inherited from class hudson.plugins.violations.TypeDescriptor
addDescriptor, getDetailForSource, getMavenTargets, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final FxCopDescriptor DESCRIPTOR
The descriptor for the FxCop violations type.

Method Detail

createParser

public ViolationsParser createParser()
Create a parser for the FxCop type.

Specified by:
createParser in class TypeDescriptor
Returns:
a new FxCop parser.


Copyright © 2004-2012. All Rights Reserved.