|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationContainer.Hierarchy | |
|---|---|
| hudson.plugins.checkstyle.util | |
| hudson.plugins.checkstyle.util.model | |
| Uses of AnnotationContainer.Hierarchy in hudson.plugins.checkstyle.util |
|---|
| Constructors in hudson.plugins.checkstyle.util with parameters of type AnnotationContainer.Hierarchy | |
|---|---|
AbstractAnnotationsDetail(hudson.model.AbstractBuild<?,?> owner,
java.util.Collection<FileAnnotation> annotations,
java.lang.String defaultEncoding,
java.lang.String name,
AnnotationContainer.Hierarchy hierarchy)
Creates a new instance of AbstractAnnotationsDetail. |
|
| Uses of AnnotationContainer.Hierarchy in hudson.plugins.checkstyle.util.model |
|---|
| Methods in hudson.plugins.checkstyle.util.model that return AnnotationContainer.Hierarchy | |
|---|---|
static AnnotationContainer.Hierarchy |
AnnotationContainer.Hierarchy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnnotationContainer.Hierarchy[] |
AnnotationContainer.Hierarchy.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in hudson.plugins.checkstyle.util.model with parameters of type AnnotationContainer.Hierarchy | |
|---|---|
protected void |
AnnotationContainer.setHierarchy(AnnotationContainer.Hierarchy hierarchy)
Sets the hierarchy to the specified value. |
| Constructors in hudson.plugins.checkstyle.util.model with parameters of type AnnotationContainer.Hierarchy | |
|---|---|
AnnotationContainer(AnnotationContainer.Hierarchy hierarchy)
Creates a new instance of AnnotationContainer. |
|
AnnotationContainer(java.lang.String name,
AnnotationContainer.Hierarchy hierarchy)
Creates a new instance of AnnotationContainer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||