Class ViewAuthor

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.author.ViewAuthor
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalBypassSecurityAware, 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 ViewAuthor extends BambooActionSupport implements GlobalBypassSecurityAware
See Also:
  • Constructor Details

    • ViewAuthor

      public ViewAuthor()
  • Method Details

    • input

      public String input() throws Exception
      Overrides:
      input in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • getAuthorName

      public String getAuthorName()
    • setAuthorName

      public void setAuthorName(String authorName)
    • getResultsList

      public List<ResultsSummary> getResultsList()
    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • setExtendedAuthorManager

      public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)