| Annotation Type | Description |
|---|---|
| StaplerAccessibleType |
Explicitly tell Jenkins the annotated type is to be accessible by Stapler, i.e.
|
| StaplerDispatchable |
Explicitly tell Jenkins the annotated element is to be dispatched by Stapler, if possible.
|
| StaplerFragments |
Lists the view names that should be considered fragments and should not be directly dispatched.
|
| StaplerNotDispatchable |
Explicitly tell Jenkins the annotated element is not to be dispatched by Stapler.
|
| StaplerViews |
Lists the dispatchable views of a class.
|
Copyright © 2004–2019. All rights reserved.