Uses of Class
com.atlassian.bamboo.deployments.versions.service.DeploymentVersionCommitsComparisonResult
-
Uses of DeploymentVersionCommitsComparisonResult in com.atlassian.bamboo.deployments.versions.service
Modifier and TypeMethodDescriptionDeploymentVersionVcsChangesetService.compareVersionsByChangesets
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits) Find allDeploymentVersionVcsChangeset
that happened after creation of older version until (and including) the creation of newer version.DeploymentVersionVcsChangesetServiceImpl.compareVersionsByChangesets
(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits) DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits) Finds the changesets if a new version would be created from planResultKey.DeploymentVersionVcsChangesetService.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey.DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits) DeploymentVersionVcsChangesetServiceImpl.getChangesetsForNewDeploymentVersion
(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version) DeploymentVersionVcsChangesetService.getLastNCommitsForVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits) Find changesets for the version and fetch n last commits.DeploymentVersionVcsChangesetServiceImpl.getLastNCommitsForVersion
(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits)