com.atlassian.bamboo.ww2.interceptors
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
public class PlanLimitAwareInterceptor
- extends AbstractBambooInterceptor
- See Also:
- Serialized Form
Method Summary |
String |
doIntercept(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 the ActionInvocation or to short-circuit the processing and just return a String return code. |
void |
setPlanManager(PlanManager planManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanLimitAwareInterceptor
public PlanLimitAwareInterceptor()
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation invocation)
throws Exception
- Allows the Interceptor to do some processing on the request before and/or after the rest of the processing of the
request by the
ActionInvocation
or to short-circuit the processing and just return a String return code.
- Specified by:
doIntercept
in class AbstractBambooInterceptor
- Returns:
- the return code, either returned from
ActionInvocation.invoke()
, or from the interceptor itself.
- Throws:
Exception
- any system-level error, as defined in Action.execute()
.
setPlanManager
public void setPlanManager(PlanManager planManager)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.