com.atlassian.bamboo.ww2.interceptors
Class SetupCheckInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.SetupCheckInterceptor

public class SetupCheckInterceptor
extends Object

Ensure we don't try to hit the setup step after setup is complete.


Field Summary
static String ALREADY_SETUP
           
 
Constructor Summary
SetupCheckInterceptor()
           
 
Method Summary
 void destroy()
           
 void init()
           
 String intercept(ActionInvocation actionInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALREADY_SETUP

public static final String ALREADY_SETUP
See Also:
Constant Field Values
Constructor Detail

SetupCheckInterceptor

public SetupCheckInterceptor()
Method Detail

destroy

public void destroy()

init

public void init()

intercept

public String intercept(ActionInvocation actionInvocation)
                 throws Exception
Throws:
Exception


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.