|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.parser.Violation
public class Violation
Java Bean class for a violation of the PMD format.
| Constructor Summary | |
|---|---|
Violation()
|
|
| Method Summary | |
|---|---|
int |
getBeginline()
Returns the beginline. |
int |
getEndline()
Returns the endline. |
java.lang.String |
getExternalInfoUrl()
Returns the externalInfoUrl. |
java.lang.String |
getMessage()
Returns the message. |
java.lang.String |
getPackage()
Returns the javaPackage. |
int |
getPriority()
Returns the priority. |
java.lang.String |
getRule()
Returns the rule. |
java.lang.String |
getRuleset()
Returns the ruleset. |
void |
setBeginline(int beginline)
Sets the beginline to the specified value. |
void |
setEndline(int endline)
Sets the endline to the specified value. |
void |
setExternalInfoUrl(java.lang.String externalInfoUrl)
Sets the externalInfoUrl to the specified value. |
void |
setMessage(java.lang.String message)
Sets the message to the specified value. |
void |
setPackage(java.lang.String packageName)
Sets the javaPackage to the specified value. |
void |
setPriority(int priority)
Sets the priority to the specified value. |
void |
setRule(java.lang.String rule)
Sets the rule to the specified value. |
void |
setRuleset(java.lang.String ruleset)
Sets the ruleset 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 Violation()
| Method Detail |
|---|
public java.lang.String getRule()
public void setRule(java.lang.String rule)
rule - the value to setpublic java.lang.String getRuleset()
public void setRuleset(java.lang.String ruleset)
ruleset - the value to setpublic java.lang.String getExternalInfoUrl()
public void setExternalInfoUrl(java.lang.String externalInfoUrl)
externalInfoUrl - the value to setpublic java.lang.String getPackage()
public void setPackage(java.lang.String packageName)
packageName - the value to setpublic int getPriority()
public void setPriority(int priority)
priority - the value to setpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the value to setpublic int getBeginline()
public void setBeginline(int beginline)
beginline - the value to setpublic int getEndline()
public void setEndline(int endline)
endline - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||