com.atlassian.bamboo.deployments.versions.service
Class DeploymentVersionCommitsComparisonResult

java.lang.Object
  extended by com.atlassian.bamboo.deployments.versions.service.DeploymentVersionCommitsComparisonResult

public class DeploymentVersionCommitsComparisonResult
extends Object


Constructor Summary
DeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)
           
 
Method Summary
 List<DeploymentVersionVcsChangeset> getChangesets()
           
 int getTotalCommitCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentVersionCommitsComparisonResult

public DeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets,
                                                int totalCommitCount)
Method Detail

getChangesets

public List<DeploymentVersionVcsChangeset> getChangesets()

getTotalCommitCount

public int getTotalCommitCount()


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.