Class DeletePlan

    • Constructor Detail

      • DeletePlan

        public DeletePlan()
    • Method Detail

      • doDelete

        public String doDelete()
      • 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
      • getJobsContainingInvalidSubscriptions

        @NotNull
        public @NotNull com.google.common.collect.Multimap<ChainStage,​Job> getJobsContainingInvalidSubscriptions()
      • getNumberOfChainBranches

        public int getNumberOfChainBranches()
      • getNumberOfExecutions

        public int getNumberOfExecutions​(PlanKey planKey)
      • setArtifactSubscriptionManager

        public void setArtifactSubscriptionManager​(ArtifactSubscriptionManager artifactSubscriptionManager)
      • setDeletionService

        public void setDeletionService​(DeletionService deletionService)