Uses of Interface
com.atlassian.bamboo.v2.build.BuildRepositoryChanges
Packages that use BuildRepositoryChanges
Package
Description
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesBuildContextFactory.buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b) @NotNull BuildRepositoryChangesBuildContextFactoryImpl.buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b) Methods in com.atlassian.bamboo.chains with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesBuildContextFactory.buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b) @NotNull BuildRepositoryChangesBuildContextFactoryImpl.buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plan.vcsRevision
Constructors in com.atlassian.bamboo.plan.vcsRevision with parameters of type BuildRepositoryChangesModifierConstructorDescriptionPlanVcsRevisionData(@NotNull BuildRepositoryChanges buildRepositoryChanges) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesBitbucketRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesBitbucketRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that return BuildRepositoryChangesModifier and TypeMethodDescriptionBitbucketCloudChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesBitbucketCloudChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesBitbucketCloudChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesGitHubRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesGitRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesGitHubRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) @NotNull BuildRepositoryChangesGitRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) @NotNull BuildRepositoryChangesGitRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey, @Nullable String customRevision) GitOperationHelper.extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision) GitOperationHelper.extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path) JGitOperationHelper.extractCommits(@NotNull File directory, @Nullable String startingRevision, @Nullable String endingRevision) JGitOperationHelper.extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path) NativeGitOperationHelper.extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision) NativeGitOperationHelper.extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, @Nullable String path) GitOperationHelper.extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList) JGitOperationHelper.extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList) NativeGitOperationHelper.extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 that return BuildRepositoryChangesModifier and TypeMethodDescriptionGitChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesGitChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesGitChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that return BuildRepositoryChangesModifier and TypeMethodDescriptionGitHubChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesGitHubChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesGitHubChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesStashRepositoryImpl.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesStashRepositoryImpl.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.stash.v2
Methods in com.atlassian.bamboo.plugins.stash.v2 that return BuildRepositoryChangesModifier and TypeMethodDescriptionBitbucketServerChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable) @NotNull BuildRepositoryChangesBitbucketServerChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesBitbucketServerChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesAbstractRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) Deprecated.@NotNull BuildRepositoryChangesOnceOffCapableRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) Collects the changes for the targetRevision.@NotNull BuildRepositoryChangesCustomRevisionDataAwareRepository.collectChangesSinceLastBuild(@NotNull String planKey, @NotNull PlanVcsRevisionData lastRevisionData) Methods in com.atlassian.bamboo.repository that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>CommitIsolationAwareRepository.isolateCommits(@NotNull BuildRepositoryChanges changes) Break the single build changes object into a list ofBuildRepositoryChanges.Methods in com.atlassian.bamboo.repository with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>CommitIsolationAwareRepository.isolateCommits(@NotNull BuildRepositoryChanges changes) Break the single build changes object into a list ofBuildRepositoryChanges. -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository.nullrepository
Methods in com.atlassian.bamboo.repository.nullrepository that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesNullRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesSvnRepository.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision) @NotNull BuildRepositoryChangesSvnRepository.collectChangesSinceLastBuild(@NotNull String planKey, @NotNull PlanVcsRevisionData revisionData) @NotNull BuildRepositoryChangesSvnRepository.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>SvnRepository.isolateCommits(@NotNull BuildRepositoryChanges buildChanges) Methods in com.atlassian.bamboo.repository.svn with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>SvnRepository.isolateCommits(@NotNull BuildRepositoryChanges buildChanges) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesSvnChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesSvnChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData revisionData) Methods in com.atlassian.bamboo.repository.svn.v2 that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>SvnChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.repository.svn.v2 with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>SvnChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.v2.build
Classes in com.atlassian.bamboo.v2.build that implement BuildRepositoryChangesMethods in com.atlassian.bamboo.v2.build that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesBuildChanges.getBuildRepositoryChanges(long repositoryId) @NotNull BuildRepositoryChangesBuildChangesImpl.getBuildRepositoryChanges(long repositoryId) Methods in com.atlassian.bamboo.v2.build that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescriptionBuildChanges.getRepositoryChanges()BuildChangesImpl.getRepositoryChanges()Methods in com.atlassian.bamboo.v2.build with parameters of type BuildRepositoryChangesModifier and TypeMethodDescriptionvoidBuildChanges.addRepositoryChanges(@NotNull BuildRepositoryChanges repositoryChanges) voidBuildChangesImpl.addRepositoryChanges(@NotNull BuildRepositoryChanges repositoryChanges) intBuildRepositoryChangesImpl.compareTo(BuildRepositoryChanges o) Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildRepositoryChanges -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.v2.build.repository
Methods in com.atlassian.bamboo.v2.build.repository that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesRepositoryV2.collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey) Collects the changes since the lastVcsRevisionKey. -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesChangeDetectionManager.collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData) Given aPlanRepositoryDefinitionfinds theBuildChangesobject that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey This method suppresses quiet period settings and returns changes immediately.@NotNull BuildRepositoryChangesDefaultChangeDetectionManager.collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData) @NotNull BuildRepositoryChangesChangeDetectionManager.collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision) Given aPlanRepositoryDefinitionfinds theBuildRepositoryChangesobject that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.@NotNull BuildRepositoryChangesDefaultChangeDetectionManager.collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision) protected @NotNull BuildRepositoryChangesDefaultChangeDetectionManager.collectChangesSinceLastBuildInternal(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String, String> customVariableValues, @Nullable String customRevision, boolean isBuildTrigger, boolean suppressQuietPeriod) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that return BuildRepositoryChangesModifier and TypeMethodDescription@NotNull BuildRepositoryChangesLegacyChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesLegacyChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) Methods in com.atlassian.bamboo.vcs.configuration.legacy that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>LegacyChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>LegacyChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime that return BuildRepositoryChangesModifier and TypeMethodDescriptiondefault BuildRepositoryChangesVcsChangeDetector.collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @Nullable VcsBranch otherBranch, boolean otherBranchUnreliable) This method is used to generate the list of commits for an initial build of a plan branch.@NotNull BuildRepositoryChangesVcsChangeDetector.collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision) @NotNull BuildRepositoryChangesVcsChangeDetector.collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData) Methods in com.atlassian.bamboo.vcs.runtime that return types with arguments of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>CommitsIsolatingVcsChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) Break the single build changes object into a list ofBuildRepositoryChanges.Methods in com.atlassian.bamboo.vcs.runtime with parameters of type BuildRepositoryChangesModifier and TypeMethodDescription@NotNull List<BuildRepositoryChanges>CommitsIsolatingVcsChangeDetector.isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData) Break the single build changes object into a list ofBuildRepositoryChanges.