Class CreateChainBranch

    • Constructor Detail

      • CreateChainBranch

        public CreateChainBranch()
    • Method Detail

      • execute

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

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

        public boolean isBranchDetectionCapable()
      • isBranchConfigurable

        public boolean isBranchConfigurable()
      • getCreationOption

        public String getCreationOption()
      • setCreationOption

        public void setCreationOption​(String creationOption)
      • getBranchVcsName

        public String getBranchVcsName()
      • setBranchVcsName

        public void setBranchVcsName​(String branchVcsName)
      • getBranchName

        public String getBranchName()
      • setBranchName

        public void setBranchName​(String branchName)
      • getBranchDescription

        public String getBranchDescription()
      • setBranchDescription

        public void setBranchDescription​(String branchDescription)
      • setBranchesForCreation

        public void setBranchesForCreation​(String branchesForCreation)
      • getRedirectAddress

        public String getRedirectAddress()