| Methods in com.atlassian.bamboo.deployments.versions.service that return DeploymentVersionCommitsComparisonResult |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.compareVersionsByChangesets(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.compareVersionsByChangesets(long deploymentProjectId,
DeploymentVersion version1,
DeploymentVersion version2,
int maxCommits)
Find all DeploymentVersionVcsChangeset that happened after creation of older version until (and including) the creation of newer version. |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
Finds the changesets if a new version would be created from planResultKey. |
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetServiceImpl.getLastNCommitsForVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
int maxCommits)
|
DeploymentVersionCommitsComparisonResult |
DeploymentVersionVcsChangesetService.getLastNCommitsForVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
int maxCommits)
Find changesets for the version and fetch n last commits. |