- StaplerAccessibleType - Annotation Type in jenkins.security.stapler
-
Explicitly tell Jenkins the annotated type is to be accessible by Stapler, i.e.
- StaplerDispatchable - Annotation Type in jenkins.security.stapler
-
Explicitly tell Jenkins the annotated element is to be dispatched by Stapler, if possible.
- StaplerFragments - Annotation Type in jenkins.security.stapler
-
Lists the view names that should be considered fragments and should not be directly dispatched.
- StaplerNotDispatchable - Annotation Type in jenkins.security.stapler
-
Explicitly tell Jenkins the annotated element is not to be dispatched by Stapler.
- StaplerViews - Annotation Type in jenkins.security.stapler
-
Lists the dispatchable views of a class.