Uses of Interface
com.atlassian.bamboo.v2.build.BuildRepositoryChanges
-
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
BuildContextFactory. buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b)
@NotNull BuildRepositoryChanges
BuildContextFactoryImpl. buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b)
@NotNull BuildRepositoryChanges
BuildContextFactory. cloneBuildRepositoryChanges(@NotNull BuildRepositoryChanges buildRepositoryChanges)
Deprecated.since 5.0 use com.atlassian.bamboo.v2.build.BuildRepositoryChangesImpl constructor instead@NotNull BuildRepositoryChanges
BuildContextFactoryImpl. cloneBuildRepositoryChanges(@NotNull BuildRepositoryChanges buildRepositoryChanges)
Methods in com.atlassian.bamboo.chains with parameters of type BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
BuildContextFactory. buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b)
@NotNull BuildRepositoryChanges
BuildContextFactoryImpl. buildChangesUnion(@NotNull BuildRepositoryChanges a, @NotNull BuildRepositoryChanges b)
@NotNull BuildRepositoryChanges
BuildContextFactory. cloneBuildRepositoryChanges(@NotNull BuildRepositoryChanges buildRepositoryChanges)
Deprecated.since 5.0 use com.atlassian.bamboo.v2.build.BuildRepositoryChangesImpl constructor instead@NotNull BuildRepositoryChanges
BuildContextFactoryImpl. cloneBuildRepositoryChanges(@NotNull BuildRepositoryChanges buildRepositoryChanges)
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plan.vcsRevision
Constructors in com.atlassian.bamboo.plan.vcsRevision with parameters of type BuildRepositoryChanges Constructor Description PlanVcsRevisionData(@NotNull BuildRepositoryChanges buildRepositoryChanges)
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
BitbucketRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
@NotNull BuildRepositoryChanges
BitbucketRepository. 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 BuildRepositoryChanges Modifier and Type Method Description BuildRepositoryChanges
BitbucketCloudChangeDetector. collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable)
@NotNull BuildRepositoryChanges
BitbucketCloudChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
BitbucketCloudChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
GitHubRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
@NotNull BuildRepositoryChanges
GitRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
@NotNull BuildRepositoryChanges
GitHubRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)
@NotNull BuildRepositoryChanges
GitRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)
@NotNull BuildRepositoryChanges
GitRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey, @Nullable String customRevision)
BuildRepositoryChanges
GitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision)
BuildRepositoryChanges
GitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path)
BuildRepositoryChanges
JGitOperationHelper. extractCommits(@NotNull File directory, @Nullable String startingRevision, @Nullable String endingRevision)
BuildRepositoryChanges
JGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path)
BuildRepositoryChanges
NativeGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision)
BuildRepositoryChanges
NativeGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, @Nullable String path)
BuildRepositoryChanges
GitOperationHelper. extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList)
BuildRepositoryChanges
JGitOperationHelper. extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList)
BuildRepositoryChanges
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 BuildRepositoryChanges Modifier and Type Method Description BuildRepositoryChanges
GitChangeDetector. collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable)
@NotNull BuildRepositoryChanges
GitChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
GitChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description BuildRepositoryChanges
GitHubChangeDetector. collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable)
@NotNull BuildRepositoryChanges
GitHubChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
GitHubChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
StashRepositoryImpl. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
@NotNull BuildRepositoryChanges
StashRepositoryImpl. 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 BuildRepositoryChanges Modifier and Type Method Description BuildRepositoryChanges
BitbucketServerChangeDetector. collectChangesForInitialBuild(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull VcsBranch otherBranch, boolean otherBranchUnreliable)
@NotNull BuildRepositoryChanges
BitbucketServerChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
BitbucketServerChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
AbstractRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
Deprecated.@NotNull BuildRepositoryChanges
OnceOffCapableRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
Collects the changes for the targetRevision.@NotNull BuildRepositoryChanges
CustomRevisionDataAwareRepository. collectChangesSinceLastBuild(@NotNull String planKey, @NotNull PlanVcsRevisionData lastRevisionData)
Methods in com.atlassian.bamboo.repository that return types with arguments of type BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
NullRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository.perforce
Methods in com.atlassian.bamboo.repository.perforce that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
PerforceRepository. collectChangesForRevision(@NotNull PlanKey planKey, @Nullable String targetRevision)
@NotNull BuildRepositoryChanges
PerforceRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)
Access the perforce repository to retrieve change logs since the lastVCSRevisionKey -
Uses of BuildRepositoryChanges in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
SvnRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)
@NotNull BuildRepositoryChanges
SvnRepository. collectChangesSinceLastBuild(@NotNull String planKey, @NotNull PlanVcsRevisionData revisionData)
@NotNull BuildRepositoryChanges
SvnRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)
Methods in com.atlassian.bamboo.repository.svn that return types with arguments of type BuildRepositoryChanges Modifier and Type Method Description @NotNull List<BuildRepositoryChanges>
SvnRepository. isolateCommits(@NotNull BuildRepositoryChanges buildChanges)
Methods in com.atlassian.bamboo.repository.svn with parameters of type BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
SvnChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
SvnChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull List<BuildRepositoryChanges>
SvnChangeDetector. isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData)
Methods in com.atlassian.bamboo.repository.svn.v2 with parameters of type BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Class Description class
BuildRepositoryChangesImpl
Methods in com.atlassian.bamboo.v2.build that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
BuildChanges. getBuildRepositoryChanges(long repositoryId)
@NotNull BuildRepositoryChanges
BuildChangesImpl. getBuildRepositoryChanges(long repositoryId)
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type BuildRepositoryChanges Modifier and Type Method Description Iterable<BuildRepositoryChanges>
BuildChanges. getRepositoryChanges()
Iterable<BuildRepositoryChanges>
BuildChangesImpl. getRepositoryChanges()
Methods in com.atlassian.bamboo.v2.build with parameters of type BuildRepositoryChanges Modifier and Type Method Description void
BuildChanges. addRepositoryChanges(@NotNull BuildRepositoryChanges repositoryChanges)
void
BuildChangesImpl. addRepositoryChanges(@NotNull BuildRepositoryChanges repositoryChanges)
int
BuildRepositoryChangesImpl. compareTo(BuildRepositoryChanges o)
Constructors in com.atlassian.bamboo.v2.build with parameters of type BuildRepositoryChanges Constructor Description BuildRepositoryChangesImpl(@NotNull BuildRepositoryChanges other)
-
Uses of BuildRepositoryChanges in com.atlassian.bamboo.v2.build.repository
Methods in com.atlassian.bamboo.v2.build.repository that return BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
RepositoryV2. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
ChangeDetectionManager. collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData)
Given aPlanRepositoryDefinition
finds theBuildChanges
object that captures all changes that occurred between the fromVcsRevisionKey to toVcsRevisionKey This method suppresses quiet period settings and returns changes immediately.@NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. collectChangesBetween(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @Nullable PlanVcsRevisionData fromVcsRevisionData, @NotNull PlanVcsRevisionData toVcsRevisionData)
@NotNull BuildRepositoryChanges
ChangeDetectionManager. collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)
Given aPlanRepositoryDefinition
finds theBuildRepositoryChanges
object that captures all changes that occurred since the lastVcsRevisionKey to the current latest found on the repository.@NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. collectChangesSinceLastBuild(@NotNull ImmutableChain chain, @NotNull PlanRepositoryDefinition repositoryDefinition, @NotNull PlanVcsRevisionData lastVcsRevisionData, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)
protected @NotNull BuildRepositoryChanges
DefaultChangeDetectionManager. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull BuildRepositoryChanges
LegacyChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
LegacyChangeDetector. 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 BuildRepositoryChanges Modifier and Type Method Description @NotNull List<BuildRepositoryChanges>
LegacyChangeDetector. isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData)
Methods in com.atlassian.bamboo.vcs.configuration.legacy with parameters of type BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Method Description default BuildRepositoryChanges
VcsChangeDetector. 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 BuildRepositoryChanges
VcsChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)
@NotNull BuildRepositoryChanges
VcsChangeDetector. collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData)
Methods in com.atlassian.bamboo.vcs.runtime that return types with arguments of type BuildRepositoryChanges Modifier and Type Method Description @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 BuildRepositoryChanges Modifier and Type Method Description @NotNull List<BuildRepositoryChanges>
CommitsIsolatingVcsChangeDetector. isolateCommits(@NotNull BuildRepositoryChanges changes, @NotNull VcsRepositoryData vcsRepositoryData)
Break the single build changes object into a list ofBuildRepositoryChanges
.
-