Class SetBuildConfigToActionContext
java.lang.Object
com.atlassian.bamboo.ww2.interceptors.SetBuildConfigToActionContext
- All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.PreResultListener
public class SetBuildConfigToActionContext
extends Object
implements com.opensymphony.xwork2.interceptor.PreResultListener
This pre action listener sets the value of the
BuildConfiguration
object back into the context if the action
is build context aware-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beforeResult
(com.opensymphony.xwork2.ActionInvocation invocation, String resultCode)
-
Constructor Details
-
SetBuildConfigToActionContext
public SetBuildConfigToActionContext()
-
-
Method Details
-
beforeResult
- Specified by:
beforeResult
in interfacecom.opensymphony.xwork2.interceptor.PreResultListener
-