Class SetBuildConfigToActionContext

java.lang.Object
com.atlassian.bamboo.ww2.interceptors.SetBuildConfigToActionContext
All Implemented Interfaces:
com.opensymphony.xwork2.interceptor.PreResultListener, org.apache.struts2.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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.PreResultListener

    com.opensymphony.xwork2.interceptor.PreResultListener.LegacyAdapter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    beforeResult(com.opensymphony.xwork2.ActionInvocation invocation, String resultCode)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.opensymphony.xwork2.interceptor.PreResultListener

    beforeResult
  • 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