|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.util.model.AnnotationContainer
hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
hudson.plugins.checkstyle.util.NewWarningsDetail
public class NewWarningsDetail
Result object to visualize the new warnings in a build.
| Constructor Summary | |
|---|---|
NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String header)
Creates a new instance of NewWarningsDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
hudson.model.ModelObject |
getDynamic(java.lang.String link)
Returns the dynamic result of this object (detail page for a source file). |
| Methods inherited from class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail |
|---|
createDetailGraph, getDynamic, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class hudson.plugins.checkstyle.util.model.AnnotationContainer |
|---|
addAnnotation, addAnnotations, addAnnotations, addFile, annotationAdded, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getFile, getFiles, getName, getNumberOfAnnotations, getNumberOfAnnotations, getNumberOfAnnotations, getPackageCategoryName, getToolTip, hasAnnotations, hasAnnotations, hasAnnotations, rebuildMappings, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewWarningsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> newWarnings,
java.lang.String header)
NewWarningsDetail.
owner - the current build as owner of this actionnewWarnings - all new warnings in this buildheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getDisplayName()
public hudson.model.ModelObject getDynamic(java.lang.String link)
getDynamic in class AbstractAnnotationsDetaillink - the source file to get the result for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||