Class ViewJiraIssues

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanReadSecurityAware, PlanAware, ProjectAware, ResultsSummaryAware, 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:
EditJiraIssues

public class ViewJiraIssues extends PlanResultsAction
See Also:
  • Constructor Details

    • ViewJiraIssues

      public ViewJiraIssues()
  • Method Details

    • getRelatedIssues

      public List<LinkedJiraIssue> getRelatedIssues()
    • getNumberOfRelatedBuilds

      public int getNumberOfRelatedBuilds(String issueKey)
    • getLastModified

      public String getLastModified()
    • setLastModified

      public void setLastModified(String lastModified)
    • setBuildResultsSearcher

      public void setBuildResultsSearcher(JiraIssueResultsManager jiraIssueResultsManager)
    • getMaxIssues

      public int getMaxIssues()
    • setMaxIssues

      public void setMaxIssues(int maxIssues)