com.atlassian.bamboo.ww2.interceptors
Class TestCaseAwareInterceptor

java.lang.Object
  extended by com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
      extended by com.atlassian.bamboo.ww2.interceptors.TestCaseAwareInterceptor
All Implemented Interfaces:
com.opensymphony.xwork.interceptor.Interceptor, java.io.Serializable

public class TestCaseAwareInterceptor
extends AbstractBambooInterceptor

See Also:
Serialized Form

Constructor Summary
TestCaseAwareInterceptor()
           
 
Method Summary
 java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
           
 void setFilterController(FilterController filterController)
           
 void setTestManager(TestManager testManager)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseAwareInterceptor

public TestCaseAwareInterceptor()
Method Detail

intercept

public java.lang.String intercept(com.opensymphony.xwork.ActionInvocation actionInvocation)
                           throws java.lang.Exception
Throws:
java.lang.Exception

setTestManager

public void setTestManager(TestManager testManager)

setFilterController

public void setFilterController(FilterController filterController)


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.