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.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 TypeMethodDescriptionGitOperationHelper.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.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.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.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) -
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.