hudson.plugins.findbugs
Class FindBugsDetail

java.lang.Object
  extended by hudson.plugins.findbugs.FindBugsDetail
All Implemented Interfaces:
hudson.model.ModelObject, java.io.Serializable

public class FindBugsDetail
extends java.lang.Object
implements hudson.model.ModelObject, java.io.Serializable

Warning details of a package.

See Also:
Serialized Form

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

FindBugsDetail

public FindBugsDetail(hudson.model.Build<?,?> build,
                      JavaProject project,
                      java.lang.String packageName)
Creates a new instance of FindBugsResult.

Parameters:
build - the current build as owner of this action
project - the parsed FindBugs result
packageName - Package name of this details view.
Method Detail

getDisplayName

public java.lang.String getDisplayName()

Specified by:
getDisplayName in interface hudson.model.ModelObject

getPackageName

public java.lang.String getPackageName()
Returns the packageName.

Returns:
the packageName

getWarnings

public java.util.Collection<Warning> getWarnings()
Returns all the warnings in this package.

Returns:
all warnings of this package

getOwner

public hudson.model.Build<?,?> getOwner()
Returns the build.

Returns:
the build


Copyright © 2007. All Rights Reserved.