Class EditChainBranchRepository

    • Constructor Detail

      • EditChainBranchRepository

        public EditChainBranchRepository()
    • Method Detail

      • getJsonObject

        @NotNull
        public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject()
                                                                                   throws com.opensymphony.webwork.dispatcher.json.JSONException
        Description copied from class: BambooActionSupport
        This is default property read by webwork for webwork's result type "json".
        Overrides:
        getJsonObject in class ConfigureRepository
        Returns:
        Throws:
        com.opensymphony.webwork.dispatcher.json.JSONException
        See Also:
        JSON Result

        If descending classes need to add anything to JSON response these should override #buildJsonObject() method.

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • canOverrideBranch

        public boolean canOverrideBranch()
      • canOverrideCDOptions

        public boolean canOverrideCDOptions()
      • isRepositoryEditable

        public boolean isRepositoryEditable()
      • isOverrideRepositoryLocation

        public boolean isOverrideRepositoryLocation()
      • setOverrideRepositoryLocation

        public void setOverrideRepositoryLocation​(boolean overrideRepositoryLocation)
      • isDefaultRepositoryTypeDifferent

        public boolean isDefaultRepositoryTypeDifferent()
      • isResetDone

        public boolean isResetDone()
      • isParentRemoved

        public boolean isParentRemoved()
      • setResetDone

        public void setResetDone​(boolean resetDone)