Class GetJiraIssueSchemaAction

    • Constructor Detail

      • GetJiraIssueSchemaAction

        public GetJiraIssueSchemaAction()
    • Method Detail

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