Class EditJiraIssues

    • Constructor Detail

      • EditJiraIssues

        public EditJiraIssues()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Add linked issues from issue input string, which is assumed to be validated.
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Returns:
        Throws:
        Exception
      • validate

        public void validate()
        Validate issue input string, adding field errors for each token that is either not a valid issue key, or already linked to this build.
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • getCurrentIssueKey

        public String getCurrentIssueKey()
      • setCurrentIssueKey

        public void setCurrentIssueKey​(String currentIssueKey)
      • getIssueKeyInput

        public String getIssueKeyInput()
      • setIssueKeyInput

        public void setIssueKeyInput​(String issueKeyInput)
      • getIssueTypeInput

        public String getIssueTypeInput()
      • setIssueTypeInput

        public void setIssueTypeInput​(String issueTypeInput)
      • setEventPublisher

        public void setEventPublisher​(com.atlassian.event.api.EventPublisher eventPublisher)