Class ViewDeploymentVersionCommits

All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, 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 DeploymentVersionVcsChangeset repositoryChangeset)