Class CreateRemoteJiraLinkAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.PlanActionSupport
com.atlassian.bamboo.ww2.actions.jira.CreateRemoteJiraLinkAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanAware, ProjectAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class CreateRemoteJiraLinkAction extends PlanActionSupport
See Also:
  • Constructor Details

    • CreateRemoteJiraLinkAction

      public CreateRemoteJiraLinkAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getJsonObject

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

      protected void copyErrorsToAction(@NotNull @NotNull JiraRestResponse response)
    • getIssueKey

      public String getIssueKey()
    • setIssueKey

      public void setIssueKey(String issueKey)
    • setJiraBranchLinkingService

      public void setJiraBranchLinkingService(JiraBranchLinkingService jiraBranchLinkingService)