Class ViewPlanStatusByJiraKey

java.lang.Object
org.apache.struts2.ActionSupport
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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class ViewPlanStatusByJiraKey extends AbstractJiraRelatedAction
An action that returns list of "latest relevant builds" given some JIRA keys
See Also:
  • Constructor Details

    • ViewPlanStatusByJiraKey

      public ViewPlanStatusByJiraKey()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getPlanKeys

      public Collection<String> getPlanKeys()
    • setPlanKeys

      public void setPlanKeys(Collection<String> planKeys)
    • getReleasedVersionTimestamp

      public Long getReleasedVersionTimestamp()
    • setReleasedVersionTimestamp

      public void setReleasedVersionTimestamp(Long releasedVersionTimestamp)