|
||||||||||
| 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.AttributeDetail
public class AttributeDetail
Result object to visualize the statistics of a given attribute.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hudson.plugins.checkstyle.util.model.AnnotationContainer |
|---|
AnnotationContainer.Hierarchy |
| Constructor Summary | |
|---|---|
AttributeDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
java.lang.String defaultEncoding,
java.lang.String header,
java.lang.String name)
Creates a new instance of AttributeDetail. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
|
| Methods inherited from class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail |
|---|
getDefaultEncoding, getDynamic, getHeader, getLocalizedPriority, getOwner, getPriorities, isCurrent |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
java.lang.String defaultEncoding,
java.lang.String header,
java.lang.String name)
AttributeDetail.
owner - current build as owner of this action.annotations - the module to show the details forheader - header to be shown on detail pagedefaultEncoding - the default encoding to be used when reading and parsing filesname - name of the attribute shown in the bread crumb| Method Detail |
|---|
public java.lang.String getDisplayName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||