Class DeleteDeploymentResult

    • Constructor Detail

      • DeleteDeploymentResult

        public DeleteDeploymentResult()
    • Method Detail

      • prepare

        public void prepare()
                     throws Exception
        Specified by:
        prepare in interface com.opensymphony.xwork2.Preparable
        Throws:
        Exception
      • input

        public String input()
        Overrides:
        input in class com.opensymphony.xwork2.ActionSupport
      • delete

        public String delete()
      • 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
      • isDeploymentResultCurrentlyDeployed

        public boolean isDeploymentResultCurrentlyDeployed()
      • getEnvironmentId

        public long getEnvironmentId()
      • setDeploymentResultService

        public void setDeploymentResultService​(DeploymentResultService deploymentResultService)
      • getDeploymentResultId

        public long getDeploymentResultId()
      • setDeploymentResultId

        public void setDeploymentResultId​(long deploymentResultId)