Class PlanLimitAwareInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.PlanLimitAwareInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoIntercept
(com.opensymphony.xwork2.ActionInvocation invocation) Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by theActionInvocation
or to short-circuit the processing and just return a String return code.void
setPlanManager
(PlanManager planManager) Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
Constructor Details
-
PlanLimitAwareInterceptor
public PlanLimitAwareInterceptor()
-
-
Method Details
-
doIntercept
Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the request by theActionInvocation
or to short-circuit the processing and just return a String return code.- Specified by:
doIntercept
in classAbstractBambooInterceptor
- Returns:
- the return code, either returned from
ActionInvocation.invoke()
, or from the interceptor itself. - Throws:
Exception
- any system-level error, as defined inAction.execute()
.
-
setPlanManager
-