Class GetJiraIssueSchemaAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
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

public class GetJiraIssueSchemaAction extends AbstractJiraIssueAction
See Also:
  • Constructor Details

    • GetJiraIssueSchemaAction

      public GetJiraIssueSchemaAction()
  • Method Details

    • getJsonObject

      @NotNull public @NotNull com.opensymphony.webwork.dispatcher.json.JSONObject getJsonObject() throws com.opensymphony.webwork.dispatcher.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:
      com.opensymphony.webwork.dispatcher.json.JSONException
      See Also:
      • JSON Result

        If descending classes need to add anything to JSON response these should override #buildJsonObject() method.

    • jiraRestCapabilities

      public String jiraRestCapabilities()
    • getJiraServerProjects

      public String getJiraServerProjects()
    • getJiraServerProject

      public String getJiraServerProject()
    • getJiraServerIssueType

      public String getJiraServerIssueType()
    • getJiraServerIssuesTypesForProject

      public String getJiraServerIssuesTypesForProject()
    • getJiraServerIssueTypeSchema

      public String getJiraServerIssueTypeSchema()
    • getJiraCloudIssuesSchema

      public String getJiraCloudIssuesSchema()
    • getJiraCloudIssueTypeSchema

      public String getJiraCloudIssueTypeSchema()
    • issueTransitions

      public String issueTransitions()
    • issueDetails

      public String issueDetails()
    • getProjectKey

      public String getProjectKey()
    • setProjectKey

      public void setProjectKey(String projectKey)
    • getIssueTypeId

      public String getIssueTypeId()
    • setIssueTypeId

      public void setIssueTypeId(String issueTypeId)
    • getIssueKey

      public String getIssueKey()
    • setIssueKey

      public void setIssueKey(String issueKey)
    • setMaxResults

      public void setMaxResults(Integer maxResults)
    • setStartAt

      public void setStartAt(Integer startAt)