Class DeploymentVersionCommitsComparisonResult
- java.lang.Object
-
- com.atlassian.bamboo.deployments.versions.service.DeploymentVersionCommitsComparisonResult
-
public class DeploymentVersionCommitsComparisonResult extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DeploymentVersionVcsChangeset>
getChangesets()
int
getTotalCommitCount()
-
-
-
Constructor Detail
-
DeploymentVersionCommitsComparisonResult
public DeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)
-
-
Method Detail
-
getChangesets
public List<DeploymentVersionVcsChangeset> getChangesets()
-
getTotalCommitCount
public int getTotalCommitCount()
-
-