Uses of Interface
com.atlassian.bamboo.deployments.versions.history.commit.DeploymentVersionVcsChangeset
-
-
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 DeploymentVersionVcsChangeset Modifier and Type Method Description List<DeploymentVersionVcsChangeset>
ViewDeploymentVersionCommits. getChangesets()
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentVersionVcsChangeset Modifier and Type Method Description @NotNull Map<String,String>
ViewDeploymentVersionCommits. getUrlsForChangeset(@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 Modifier and Type Class Description class
DeploymentVersionVcsChangesetImpl
-
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 DeploymentVersionVcsChangeset Modifier and Type Method Description @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.List<DeploymentVersionVcsChangeset>
DeploymentVersionCommitsComparisonResult. getChangesets()
@NotNull List<DeploymentVersionVcsChangeset>
DeploymentVersionVcsChangesetService. getChangesetsForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
Find allDeploymentVersionVcsChangeset
associated with aDeploymentVersion
@NotNull List<DeploymentVersionVcsChangeset>
DeploymentVersionVcsChangesetServiceImpl. getChangesetsForDeploymentVersion(@NotNull DeploymentVersion deploymentVersion)
Constructor parameters in com.atlassian.bamboo.deployments.versions.service with type arguments of type DeploymentVersionVcsChangeset Constructor Description DeploymentVersionCommitsComparisonResult(List<DeploymentVersionVcsChangeset> changesets, int totalCommitCount)
-