Class ViewDeploymentVersionCommits

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 ViewDeploymentVersionCommits extends AbstractDeploymentVersionHistoryAction
See Also:
  • Constructor Details

    • ViewDeploymentVersionCommits

      public ViewDeploymentVersionCommits()
  • Method Details

    • execute

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

      public List<DeploymentVersionVcsChangeset> getChangesets()
    • getCommitsCount

      public long getCommitsCount()
    • getTotalCommitsCount

      public long getTotalCommitsCount()
    • getUrlsForChangeset

      @TemplateAccessible @NotNull public @NotNull Map<String,String> getUrlsForChangeset(@NotNull @NotNull DeploymentVersionVcsChangeset repositoryChangeset)
    • getVcsRepositoryData

      @TemplateAccessible public VcsRepositoryData getVcsRepositoryData(@NotNull @NotNull BambooPluginDataIdProvider bambooPluginDataIdProvider)