| AbstractBambooInterceptor |
|
| AdminInterceptor |
|
| BambooValidationInterceptor |
|
| BambooWorkflowInterceptor |
|
| BambooXsrfTokenInterceptor |
XSRF token Interceptor
|
| BuildConfigurationEditInterceptor |
|
| BuildConfigurationInterceptor |
|
| BuildResultsSummaryAwareInteceptor |
Provides a very basic interceptor which populates the build result summary if the build and build number exist.
|
| ChainAwareInterceptor |
|
| ConditionalActionInterceptor |
Interceptor that checks for conditional accessibility annotations on an action and runs the condition to check if
action should be executed or intercepted.
|
| DelegatingSecurityExecuteAndWaitInterceptor |
An ExecuteAndWaitInterceptor that passes down the security context
|
| ExecAndWaitWithJSONStatusUpdateInterceptor |
Allows ajax status requests when using the ExecAndWaitInterceptor for long running tasks.
|
| FieldErrorUsageVerifier |
|
| GlobalAdminInterceptor |
|
| InterceptorUtils |
|
| JSONValidationInterceptor |
Taken from xwork 2.1.2 See {@linkplain http://struts.apache.org/2.1.2/struts2-core/apidocs/org/apache/struts2/interceptor/validation/JSONValidationInterceptor.html}
|
| NavigationAwareInterceptor |
Injects the appropriate navigation context into the action to be available to the UI
|
| PaginationAwareInterceptor |
Interceptor that performs pagination on the
|
| PlanAwareInterceptor |
|
| PlanInterceptorUtils |
|
| PlanLimitAwareInterceptor |
|
| ReadOnlyConfigurationEditInterceptor |
|
| RemoteApiExceptionInterceptor |
|
| RemoteApiLoginInterceptor |
|
| RepositoryConfigurationEditInterceptor |
|
| ResultsListAwareInterceptor |
|
| ResultsSummaryAwareInteceptor |
Provides a very basic inteceptor which populates the build result summary if the build and build number exist.
|
| SetBuildConfigToActionContext |
This pre action listener sets the value of the BuildConfiguration object back into the context if the action
is build context aware
|
| SetupCheckInterceptor |
Ensure we don't try to hit the setup step after setup is complete.
|
| SignupAllowedCheckInterceptor |
|
| SimpleConversionErrorInterceptor |
A simple ConversionErrorInterceptor that sets the value of the field directly back in the context rather than
in the stack, which get evaluated as an OGNL expression.
|
| StatisticsAwareInterceptor |
|
| StatusCheckRequestHelper |
|
| TrimParametersInterceptor |
Trims any input that's a String
|