Class AbstractJiraIssueAction

java.lang.Object
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
Direct Known Subclasses:
AbstractCreateNewJiraIssueAction, GetJiraIssueSchemaAction, TransitionJiraIssueAction

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

  • 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 PlanResultKey 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)