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

public class ViewDeploymentVersionCommits extends AbstractDeploymentVersionHistoryAction
See Also:
  • Constructor Details

    • ViewDeploymentVersionCommits

      public ViewDeploymentVersionCommits()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
    • getChangesets

      public List<DeploymentVersionVcsChangeset> getChangesets()
    • getCommitsCount

      public long getCommitsCount()
    • getTotalCommitsCount

      public long getTotalCommitsCount()
    • getUrlsForChangeset

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