|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.Pattern
public class Pattern
Bug pattern describing a bug type.
| Constructor Summary | |
|---|---|
Pattern()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getShortDescription()
Returns the shortDescription. |
java.lang.String |
getType()
Returns the type. |
void |
setDescription(java.lang.String description)
Sets the description to the specified value. |
void |
setShortDescription(java.lang.String shortDescription)
Sets the shortDescription to the specified value. |
void |
setType(java.lang.String type)
Sets the type to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pattern()
| Method Detail |
|---|
public void setType(java.lang.String type)
type - the value to setpublic java.lang.String getType()
public void setDescription(java.lang.String description)
description - the value to setpublic java.lang.String getDescription()
public void setShortDescription(java.lang.String shortDescription)
shortDescription - the value to setpublic java.lang.String getShortDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||