Uses of Interface
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsChangeset
Packages that use DeploymentVersionVcsChangeset
Package
Description
-
Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions that return types with arguments of type DeploymentVersionVcsChangesetMethods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionVcsChangesetModifier and TypeMethodDescriptionViewDeploymentVersionCommits.getUrlsForChangeset(@NotNull DeploymentVersionVcsChangeset repositoryChangeset) ViewDeploymentVersionCommits.getVcsRepositoryData(@NotNull DeploymentVersionVcsChangeset repositoryChangeset) -
Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.history.commit
Classes in com.atlassian.bamboo.deployments.versions.history.commit that implement DeploymentVersionVcsChangeset -
Uses of DeploymentVersionVcsChangeset in com.atlassian.bamboo.deployments.versions.service
Methods in com.atlassian.bamboo.deployments.versions.service that return types with arguments of type DeploymentVersionVcsChangesetModifier and TypeMethodDescription@NotNull Pair<List<DeploymentVersionVcsChangeset>, List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollector.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull PlanResultKey planResultKey) Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.@NotNull Pair<List<DeploymentVersionVcsChangeset>, List<InternalLinkedJiraIssue>> DeploymentVersionChainResultDataCollectorImpl.findImmutableChangesetsAndJiraIssues(long deploymentProjectId, @Nullable MutableDeploymentVersion newVersion, @NotNull PlanResultKey planResultKey) Finds changes between last version (if it exists) and a new version by looking at build results that happened between the 2 versions.DeploymentVersionCommitsComparisonResult.getChangesets()@NotNull List<DeploymentVersionVcsChangeset> DeploymentVersionVcsChangesetService.getChangesetsForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion) Find allDeploymentVersionVcsChangesetassociated with aDeploymentVersion@NotNull List<DeploymentVersionVcsChangeset> DeploymentVersionVcsChangesetServiceImpl.getChangesetsForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion) Constructor parameters in com.atlassian.bamboo.deployments.versions.service with type arguments of type DeploymentVersionVcsChangesetModifierConstructorDescriptionDeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)