Class AbstractJiraIssueAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.jira.AbstractJiraIssueAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable
Direct Known Subclasses:
AbstractCreateNewJiraIssueAction, GetJiraIssueSchemaAction, TransitionJiraIssueAction

public abstract class AbstractJiraIssueAction extends BambooActionSupport
See Also:
  • Field Details

    • jiraApplinksService

      @Autowired protected JiraApplinksService jiraApplinksService
    • planResultKey

      protected String planResultKey
  • Constructor Details

    • AbstractJiraIssueAction

      public AbstractJiraIssueAction()
  • Method Details

    • getJiraServers

      public List<com.atlassian.applinks.api.ApplicationLink> getJiraServers()
    • getSelectedJiraApplicationLink

      protected com.atlassian.applinks.api.ApplicationLink getSelectedJiraApplicationLink()
    • getPlanResultKey

      public String getPlanResultKey()
    • setPlanResultKey

      public void setPlanResultKey(String planResultKey)
    • setAppLinkId

      public void setAppLinkId(String appLinkId)
    • getAppLinkId

      public String getAppLinkId()
    • copyErrorsToAction

      protected void copyErrorsToAction(JiraRestResponse response)
    • copyErrorsToAction

      protected void copyErrorsToAction(@NotNull @NotNull JiraRestResponse response, @NotNull @NotNull Set<String> knownFields)
    • copyErrorsToActionWarnings

      protected void copyErrorsToActionWarnings(@NotNull @NotNull JiraRestResponse response)