|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.FindBugsDetail
public class FindBugsDetail
Warning details of a package.
| Constructor Summary | |
|---|---|
FindBugsDetail(hudson.model.Build<?,?> build,
JavaProject project,
java.lang.String packageName)
Creates a new instance of FindBugsResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
hudson.model.Build<?,?> |
getOwner()
Returns the build. |
java.lang.String |
getPackageName()
Returns the packageName. |
java.util.Collection<Warning> |
getWarnings()
Returns all the warnings in this package. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindBugsDetail(hudson.model.Build<?,?> build,
JavaProject project,
java.lang.String packageName)
FindBugsResult.
build - the current build as owner of this actionproject - the parsed FindBugs resultpackageName - Package name of this details view.| Method Detail |
|---|
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getPackageName()
public java.util.Collection<Warning> getWarnings()
public hudson.model.Build<?,?> getOwner()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||