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 Details

    • SetBuildConfigToActionContext

      public SetBuildConfigToActionContext()
  • Method Details

    • beforeResult

      public void beforeResult(com.opensymphony.xwork2.ActionInvocation invocation, String resultCode)
      Specified by:
      beforeResult in interface com.opensymphony.xwork2.interceptor.PreResultListener