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 Details

  • Constructor Details

    • SetupCheckInterceptor

      public SetupCheckInterceptor()
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface com.opensymphony.xwork2.interceptor.Interceptor
    • init

      public void init()
      Specified by:
      init in interface com.opensymphony.xwork2.interceptor.Interceptor
    • intercept

      public String intercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception
      Specified by:
      intercept in interface com.opensymphony.xwork2.interceptor.Interceptor
      Throws:
      Exception