Class BuildConfigurationInterceptor
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
com.atlassian.bamboo.ww2.interceptors.BuildConfigurationInterceptor
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.Interceptor,Serializable
An interceptor that sets all
ActionContext parameters from a BuildConfiguration- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) Methods inherited from class com.atlassian.bamboo.ww2.interceptors.AbstractBambooInterceptor
destroy, getParameter, getParameterAsInt, hasParameter, init, intercept
-
Constructor Details
-
BuildConfigurationInterceptor
public BuildConfigurationInterceptor()
-
-
Method Details
-
doIntercept
public String doIntercept(com.opensymphony.xwork2.ActionInvocation actionInvocation) throws Exception - Specified by:
doInterceptin classAbstractBambooInterceptor- Throws:
Exception
-