|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.util.model.AnnotationContainer
hudson.plugins.pmd.AbstractWarningsDetail
public abstract class AbstractWarningsDetail
Base class for warning detail objects.
| Constructor Summary | |
|---|---|
AbstractWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations)
Creates a new instance of AbstractWarningsDetail. |
|
| Method Summary | |
|---|---|
protected void |
createDetailGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
Creates a detail graph for the specified detail object. |
hudson.model.AbstractBuild<?,?> |
getOwner()
Returns the build as owner of this action. |
boolean |
isCurrent()
Returns whether this result belongs to the last build. |
| Methods inherited from class hudson.plugins.pmd.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, annotationAdded, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildPriorities |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.model.ModelObject |
|---|
getDisplayName |
| Constructor Detail |
|---|
public AbstractWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations)
AbstractWarningsDetail.
owner - current build as owner of this action.annotations - the set of warnings represented by this object| Method Detail |
|---|
public final hudson.model.AbstractBuild<?,?> getOwner()
public final boolean isCurrent()
true if this result belongs to the last build
protected final void createDetailGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
throws java.io.IOException
request - Stapler requestresponse - Stapler responsedetailObject - the detail object to compute the graph forupperBound - the upper bound of all tasks
java.io.IOException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||