public class DeploymentVersionVcsChangesetServiceImpl extends Object implements DeploymentVersionVcsChangesetService
Constructor and Description |
---|
DeploymentVersionVcsChangesetServiceImpl(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao,
DeploymentVersionService deploymentVersionService,
RepositoryDefinitionManager repositoryDefinitionManager,
DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector) |
Modifier and Type | Method and Description |
---|---|
DeploymentVersionCommitsComparisonResult |
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. |
List<DeploymentVersionVcsChangeset> |
getChangesetsForDeploymentVersion(DeploymentVersion deploymentVersion)
Find all
DeploymentVersionVcsChangeset associated with a DeploymentVersion |
DeploymentVersionCommitsComparisonResult |
getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits)
Finds the changesets if a new version would be created from planResultKey.
|
DeploymentVersionCommitsComparisonResult |
getChangesetsForNewDeploymentVersion(long deploymentProjectId,
PlanResultKey planResultKey,
int maxCommits,
DeploymentVersion version)
Same as above, but finds changesets between a certain version and the new version to be created from the planResultKey.
|
int |
getCommitCountForDeploymentVersion(DeploymentVersion deploymentVersion)
count of all commits in all changesets associated with a
DeploymentVersion |
DeploymentVersionCommitsComparisonResult |
getLastNCommitsForVersion(long deploymentProjectId,
DeploymentVersion deploymentVersion,
int maxCommits)
Find changesets for the version and fetch n last commits.
|
public DeploymentVersionVcsChangesetServiceImpl(DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionVcsCommitDao deploymentVersionVcsCommitDao, DeploymentVersionService deploymentVersionService, RepositoryDefinitionManager repositoryDefinitionManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector)
@NotNull public List<DeploymentVersionVcsChangeset> getChangesetsForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
DeploymentVersionVcsChangesetService
DeploymentVersionVcsChangeset
associated with a DeploymentVersion
getChangesetsForDeploymentVersion
in interface DeploymentVersionVcsChangesetService
deploymentVersion
- a versionpublic int getCommitCountForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
DeploymentVersionVcsChangesetService
DeploymentVersion
getCommitCountForDeploymentVersion
in interface DeploymentVersionVcsChangesetService
deploymentVersion
- a version@NotNull public DeploymentVersionCommitsComparisonResult compareVersionsByChangesets(long deploymentProjectId, @NotNull DeploymentVersion version1, @NotNull DeploymentVersion version2, int maxCommits)
DeploymentVersionVcsChangesetService
DeploymentVersionVcsChangeset
that happened after creation of older version until (and including) the creation of newer version.compareVersionsByChangesets
in interface DeploymentVersionVcsChangesetService
version1
- 1st version to compare (can be either older or newer than version2)version2
- 2nd version to compare (can be either older or newer than version1)maxCommits
- maximum number of commits fetched with full information@NotNull public DeploymentVersionCommitsComparisonResult getLastNCommitsForVersion(long deploymentProjectId, DeploymentVersion deploymentVersion, int maxCommits)
DeploymentVersionVcsChangesetService
getLastNCommitsForVersion
in interface DeploymentVersionVcsChangesetService
@NotNull public DeploymentVersionCommitsComparisonResult getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits)
DeploymentVersionVcsChangesetService
getChangesetsForNewDeploymentVersion
in interface DeploymentVersionVcsChangesetService
deploymentProjectId
- id of the deployment projectplanResultKey
- of the build result we want to create version from@NotNull public DeploymentVersionCommitsComparisonResult getChangesetsForNewDeploymentVersion(long deploymentProjectId, PlanResultKey planResultKey, int maxCommits, @NotNull DeploymentVersion version)
DeploymentVersionVcsChangesetService
getChangesetsForNewDeploymentVersion
in interface DeploymentVersionVcsChangesetService
deploymentProjectId
- id of the deployment projectplanResultKey
- of the build result we want to create version frommaxCommits
- max number of commits to fetchversion
- DeploymentVersion that we want to compare the planResultKey to in order to get the changesetsCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.