Class ParameterisedManualBuild

    • Constructor Detail

      • ParameterisedManualBuild

        public ParameterisedManualBuild()
    • Method Detail

      • buildJsonObject

        @NotNull
        protected @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject buildJsonObject()
                                                                                        throws com.opensymphony.webwork.dispatcher.json.JSONException
        Description copied from class: BambooActionSupport
        Builds JSONObject and sets 'status', 'errors' and 'fieldErrors' properties accordingly. If descending classes need to add anything to JSON response these should override this method.
        Overrides:
        buildJsonObject in class BambooActionSupport
        Returns:
        Initialized JSONObject
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException
      • isShowPushOverrideOption

        public boolean isShowPushOverrideOption()
      • isUserCanOverrideVariables

        public boolean isUserCanOverrideVariables()
      • planHasRepository

        public boolean planHasRepository()
      • planHasManualStages

        public boolean planHasManualStages()
      • isContinuable

        public boolean isContinuable()
      • getRunAction

        public String getRunAction()
      • getOverridableVariablesDropdownJson

        public com.opensymphony.webwork.dispatcher.json.JSONObject getOverridableVariablesDropdownJson()
                                                                                                throws com.opensymphony.webwork.dispatcher.json.JSONException
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException
      • setVariableDefinitionManager

        public void setVariableDefinitionManager​(VariableDefinitionManager variableDefinitionManager)
      • setResultsSummaryVariableAccessor

        public void setResultsSummaryVariableAccessor​(ResultsSummaryVariableAccessor resultsSummaryVariableAccessor)
      • setSelectedStage

        public void setSelectedStage​(String selectedStage)
      • getSelectedStage

        public String getSelectedStage()
      • getVariablesKey

        public String getVariablesKey()
      • getStageToContinue

        public String getStageToContinue()
      • setStageToContinue

        public void setStageToContinue​(String stageToContinue)
      • isBranchMergePushOverride

        public boolean isBranchMergePushOverride()
      • setBranchMergePushOverride

        public void setBranchMergePushOverride​(boolean branchMergePushOverride)
      • isVerboseLogging

        public boolean isVerboseLogging()
      • setVerboseLogging

        public void setVerboseLogging​(boolean verboseLogging)