Class SetupCheckInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.SetupCheckInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor
,Serializable
public class SetupCheckInterceptor
extends Object
implements com.opensymphony.xwork2.interceptor.Interceptor
Ensure we don't try to hit the setup step after setup is complete.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ALREADY_SETUP
- See Also:
-
-
Constructor Details
-
SetupCheckInterceptor
public SetupCheckInterceptor()
-
-
Method Details
-
destroy
public void destroy()- Specified by:
destroy
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
init
public void init()- Specified by:
init
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
-
intercept
- Specified by:
intercept
in interfacecom.opensymphony.xwork2.interceptor.Interceptor
- Throws:
Exception
-