|
||||||||||
| 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.PrioritiesDetail
public class PrioritiesDetail
Result object to visualize the priorities statistics of an annotation container.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.checkstyle.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
Priority priority,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
java.lang.String |
getHeader()
Returns the header for the detail screen. |
| Methods inherited from class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail |
|---|
getDynamic, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrioritiesDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
Priority priority,
java.lang.String header)
ModuleDetail.
owner - current build as owner of this action.annotations - the package to show the details forpriority - the priority of all annotationsheader - header to be shown on detail page| Method Detail |
|---|
public java.lang.String getHeader()
getHeader in class AbstractAnnotationsDetailpublic java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||