|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.parser.maven.BugInstance
public class BugInstance
Java Bean class for a warning of the maven FindBugs format.
| Constructor Summary | |
|---|---|
BugInstance()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCategory()
Returns the category of the warning. |
int |
getEnd()
Returns the last line of the warning range. |
int |
getLineNumber()
Gets the line number of the warning. |
java.lang.String |
getLineNumberExpression()
Returns the line number expression. |
java.lang.String |
getMessage()
Returns the message of the warning. |
java.lang.String |
getPriority()
Gets the priority of the warning. |
int |
getStart()
Returns the first line of the warning range. |
java.lang.String |
getType()
Returns the type of the warning. |
int |
hashCode()
|
void |
setCategory(java.lang.String category)
Sets the category of the warning to the specified value. |
void |
setLineNumberExpression(java.lang.String lineNumberString)
Sets the line number to the specified value. |
void |
setMessage(java.lang.String message)
Sets the message of the warning to the specified value. |
void |
setPriority(java.lang.String priority)
Sets the priority of the warning to the specified value. |
void |
setType(java.lang.String type)
Sets the type of the warning to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BugInstance()
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - the value to setpublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - the value to setpublic java.lang.String getPriority()
public void setPriority(java.lang.String priority)
priority - the value to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the value to setpublic int getLineNumber()
public void setLineNumberExpression(java.lang.String lineNumberString)
lineNumberString - the string value of the line numberpublic java.lang.String getLineNumberExpression()
public int getStart()
public int getEnd()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||