|
||||||||||
| 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. |
java.lang.String |
getDetailForSource(java.lang.String source)
Get a detailed description of a violation source. |
java.util.List<java.lang.String> |
getMavenTargets()
Get a list of target xml files to look for for this particular type. |
static java.util.Map<java.lang.String,java.lang.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 java.util.List<java.lang.String> getMavenTargets()
getMavenTargets in class TypeDescriptorpublic java.lang.String getDetailForSource(java.lang.String source)
getDetailForSource in class TypeDescriptorsource - the code name of the violation.
public static java.util.Map<java.lang.String,java.lang.String> getMessageMap()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||