public interface DeploymentVersionVcsCommitDao
DeploymentVersionVcsCommit
Modifier and Type | Method and Description |
---|---|
int |
getCommitsCountForVersion(long deploymentVersionId) |
List<MutableDeploymentVersionVcsCommitImpl> |
getCommitsForVersion(long deploymentVersionId,
int maxCommits)
Aggregates
DeploymentVersionVcsCommit from all DeploymentVersionVcsChangeset associated with a DeploymentVersion |
long |
scrollCommitsForExport(Consumer<MutableDeploymentVersionVcsCommit> consumer)
Scroll through and execute function for each of MutableDeploymentVersionVcsCommitImpl
Objects passed to function are not fully initialized.
|
List<MutableDeploymentVersionVcsCommitImpl> getCommitsForVersion(long deploymentVersionId, int maxCommits)
DeploymentVersionVcsCommit
from all DeploymentVersionVcsChangeset
associated with a DeploymentVersion
deploymentVersionId
- maxCommits
- maximum number of commitsDeploymentVersion
int getCommitsCountForVersion(long deploymentVersionId)
deploymentVersionId
- DeploymentVersion
long scrollCommitsForExport(@NotNull Consumer<MutableDeploymentVersionVcsCommit> consumer)
consumer
- consumer to accept each of the MutableDeploymentVersionVcsCommitImplCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.