Class StopPlan

    • Constructor Detail

      • StopPlan

        public StopPlan()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Stop the current build
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Returns:
        WebWork success status - the name of the view to display
        Throws:
        Exception - A generic failure
      • isAbandonResult

        public boolean isAbandonResult()
      • setAbandonResult

        public void setAbandonResult​(boolean abandonResult)