|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.violations.TypeDescriptor
hudson.plugins.violations.types.findbugs.FindBugsDescriptor
public final class FindBugsDescriptor
The descriptor class for findbugs violations type.
| Field Summary | |
|---|---|
static FindBugsDescriptor |
DESCRIPTOR
The descriptor for the findbugs violations type. |
| Fields inherited from class hudson.plugins.violations.TypeDescriptor |
|---|
TYPES |
| Method Summary | |
|---|---|
AbstractTypeParser |
createParser()
Create a parser for the findbugs. |
String |
getDetailForSource(String source)
Get a detailed description of a violation source. |
List<String> |
getMavenTargets()
Get a list of target xml files to look for for this particular type. |
static Map<String,String> |
getMessageMap()
Get the map of cause to message. |
| Methods inherited from class hudson.plugins.violations.TypeDescriptor |
|---|
addDescriptor, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FindBugsDescriptor DESCRIPTOR
| Method Detail |
|---|
public AbstractTypeParser createParser()
createParser in class TypeDescriptorpublic List<String> getMavenTargets()
getMavenTargets in class TypeDescriptorpublic String getDetailForSource(String source)
getDetailForSource in class TypeDescriptorsource - the code name of the violation.
public static Map<String,String> getMessageMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||