Class ViewJiraIssueForPlan

    • Constructor Detail

      • ViewJiraIssueForPlan

        public ViewJiraIssueForPlan()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getNumberOfRelatedBuilds

        public int getNumberOfRelatedBuilds​(String issueKey)
      • getFilteredResultsList

        @NotNull
        public @NotNull List<LinkedJiraIssue> getFilteredResultsList​(int firstResult,
                                                                     int maxResults)
        Description copied from interface: LazyPaginationAware
        Implementing actions should initialize and return up to maxResults items ranging from firstResult from the underlying list of uninitialized items
        Specified by:
        getFilteredResultsList in interface LazyPaginationAware<LinkedJiraIssue>
        Parameters:
        firstResult - index of first item
        maxResults - number of items to be returned
        Returns:
        range of initialized results from underlying full list of uninitialized items
      • requiresOAuthHandshake

        public boolean requiresOAuthHandshake()
      • setJiraIssueManager

        public void setJiraIssueManager​(JiraIssueManager jiraIssueManager)
      • setBuildResultsSearcher

        public void setBuildResultsSearcher​(JiraIssueResultsManager jiraIssueResultsManager)
      • setFilterController

        public void setFilterController​(FilterController filterController)
      • setBuildResultsFilterFactory

        public void setBuildResultsFilterFactory​(BuildResultsFilterFactory buildResultsFilterFactory)
      • getCredentialsRequiredUrl

        public URI getCredentialsRequiredUrl()