|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.Module
public class Module
| Constructor Summary | |
|---|---|
Module()
|
|
| Method Summary | |
|---|---|
void |
addClass(JavaClass javaClass)
|
java.lang.String |
getEffort()
Returns the effort. |
java.lang.String |
getName()
Returns the name. |
int |
getNumberOfWarnings()
|
int |
getNumberOfWarnings(java.lang.String packageName)
Returns the number of warnings of the specified package. |
java.util.Collection<JavaPackage> |
getPackages()
|
java.lang.String |
getThreshold()
Returns the threshold. |
java.lang.String |
getVersion()
Returns the version. |
java.util.Collection<Warning> |
getWarnings(java.lang.String packageName)
|
void |
setEffort(java.lang.String effort)
Sets the effort to the specified value. |
void |
setName(java.lang.String name)
Sets the name to the specified value. |
void |
setThreshold(java.lang.String threshold)
Sets the threshold to the specified value. |
void |
setVersion(java.lang.String version)
Sets the version 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 Module()
| Method Detail |
|---|
public void addClass(JavaClass javaClass)
public java.util.Collection<JavaPackage> getPackages()
public int getNumberOfWarnings()
public java.util.Collection<Warning> getWarnings(java.lang.String packageName)
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the value to setpublic java.lang.String getThreshold()
public void setThreshold(java.lang.String threshold)
threshold - the value to setpublic java.lang.String getEffort()
public void setEffort(java.lang.String effort)
effort - the value to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the value to setpublic int getNumberOfWarnings(java.lang.String packageName)
packageName - the package to return the warnings for
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||