Uses of Class
com.atlassian.bamboo.repository.RepositoryException
-
-
Uses of RepositoryException in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that throw RepositoryException Modifier and Type Method Description @Nullable BuildChangesUnconditionalBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)Performs a change detection -
Uses of RepositoryException in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that throw RepositoryException Modifier and Type Method Description voidRepositoryStoredSpecsService. runBambooSpecs(@NotNull SpecsConsumer specsConsumer, @NotNull VcsRepositoryModuleDescriptor vcsRepositoryModuleDescriptor, @NotNull VcsRepositoryData repository, @NotNull VcsBranch vcsBranch, @NotNull VcsLocationBambooSpecsState specsState, @NotNull List<CommitContext> commits, boolean shouldReportMissingSpecs)Execute Bamboo Specs and import resultsbooleanRssDetectionServiceImpl. runRssDetection(long repositoryId, @NotNull VcsBranch vcsBranch, boolean forced, @NotNull SpecsConsumer specsConsumer)Runs Repository-stored Specs detection for the given repository. -
Uses of RepositoryException in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch that throw RepositoryException Modifier and Type Method Description voidBranchCommitInformationManager. initialiseCommitInformation(ImmutableChainBranch branch)Initialises the commit information if the branch doesn't have aBranchCommitInformationattached to itvoidBranchCommitInformationManagerImpl. initialiseCommitInformation(ImmutableChainBranch branch)@NotNull MergeResultBranchIntegrationHelperImpl. merge(@NotNull BuildContext buildContext, @NotNull VcsRepositoryData defaultRepositoryDefinition, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull VcsBranch integrationBranch, @NotNull File mergeDir, @Nullable BuildLogger logger)@NotNull MergeResultVcsBranchIntegrationHelper. merge(@NotNull BuildContext buildContext, @NotNull VcsRepositoryData repositoryData, @NotNull VcsRepositoryModuleDescriptor moduleDescriptor, @NotNull VcsBranch integrationBranch, @NotNull File mergeDir, @Nullable BuildLogger logger) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.bitbucket
Methods in com.atlassian.bamboo.plugins.bitbucket that throw RepositoryException Modifier and Type Method Description @NotNull BuildRepositoryChangesBitbucketRepository. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)@NotNull BuildRepositoryChangesBitbucketRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)@NotNull StringBitbucketRepository. commit(@NotNull File sourceDirectory, @NotNull String message)CommitContextBitbucketRepository. getFirstCommit()CommitContextBitbucketRepository. getLastCommit()@NotNull List<VcsBranch>BitbucketRepository. getOpenBranches(@Nullable String context)booleanBitbucketRepository. mergeWorkspaceWith(@NotNull BuildContext buildContext, @NotNull File checkoutDirectory, @NotNull String targetRevision)voidBitbucketRepository. pushRevision(@NotNull File sourceDirectory, @Nullable String vcsRevisionKey)@NotNull StringBitbucketRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory)@NotNull StringBitbucketRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory, int depth) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.bitbucket.v2
Methods in com.atlassian.bamboo.plugins.bitbucket.v2 that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)BuildRepositoryChangesBitbucketCloudChangeDetector. 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)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)voidBitbucketCloudBranchCreator. createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)voidBitbucketCloudTagCreator. createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)@NotNull Optional<String>BitbucketCloudBambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)@NotNull List<CommitContext>BitbucketCloudBambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)List<TagAndRevision>BitbucketCloudTagsHandler. getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)@NotNull CommitContextBitbucketCloudBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextBitbucketCloudBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>BitbucketCloudBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsPullRequest>BitbucketCloudPullRequestDetector. getOpenPullRequests(@NotNull VcsRepositoryData repositoryData)protected List<PullRequest>BitbucketCloudPullRequestDetector. getPullRequestsByRepository(@NotNull VcsRepositoryData repositoryData, @Nullable String username, @Nullable String password)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath)booleanBitbucketCloudTagsHandler. isBranchContainTag(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision)booleanBitbucketCloudBambooSpecsHandler. isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)booleanBitbucketCloudCommitCommenter. publishComment(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull String payload)booleanBitbucketCloudCommitCommenter. publishRssStatus(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull com.atlassian.event.Event event)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)voidBitbucketCloudWorkingCopyManager. stageChanges(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData repositoryData, @NotNull Collection<String> pathsToAdd)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyBitbucketCloudWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.git
Methods in com.atlassian.bamboo.plugins.git that throw RepositoryException Modifier and Type Method Description protected voidNativeGitOperationHelper. afterRepositoryAccess(@NotNull GitRepositoryAccessData accessData)protected GitRepositoryAccessDataNativeGitOperationHelper. beforeRepositoryAccess(@NotNull GitRepositoryAccessData accessData)Wrap with proxy if needed.@NotNull StringGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String previousRevision)@NotNull StringGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String previousRevision, boolean fetchLfsFiles)@NotNull StringJGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String previousRevision)@NotNull StringJGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String previousRevision, boolean fetchLfsFiles)@NotNull StringNativeGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String previousRevision)@NotNull StringNativeGitOperationHelper. checkout(@Nullable File cacheDirectory, @NotNull File sourceDirectory, @NotNull String targetRevision, @Nullable String ignored, boolean fetchLfsFiles)@NotNull FileGitMavenPomAccessor. checkoutMavenPom(@NotNull File destinationPath)booleanGitOperationHelper. checkRevisionExistsInCacheRepository(@NotNull File repositoryDirectory, @NotNull String targetRevision)booleanJGitOperationHelper. checkRevisionExistsInCacheRepository(@NotNull File repositoryDirectory, @NotNull String targetRevision)booleanNativeGitOperationHelper. checkRevisionExistsInCacheRepository(@NotNull File repositoryDirectory, @NotNull String targetRevision)@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)booleanGitHubAccessor. commentOnCommit(String commitId, VcsRepositoryData repositoryData, String message)@NotNull StringGitHubRepository. commit(@NotNull File file, @NotNull String s)default @NotNull StringGitOperationHelper. commit(@NotNull File sourceDirectory, @NotNull String message, @NotNull String committerName, @NotNull String committerEmail)@NotNull StringGitOperationHelper. commit(@NotNull File sourceDirectory, @NotNull String message, @NotNull String committerName, @NotNull String committerEmail, boolean stageModifications)@NotNull StringGitRepository. commit(@NotNull File sourceDirectory, @NotNull String message)@NotNull StringJGitOperationHelper. commit(@NotNull File sourceDirectory, @NotNull String message, @NotNull String committerName, @NotNull String committerEmail, boolean stageModifications)@NotNull StringNativeGitOperationHelper. commit(@NotNull File sourceDirectory, @NotNull String message, @NotNull String committerName, @NotNull String committerEmail, boolean stageModifications)voidGitOperationHelper. createBranch(@NotNull File sourceDirectory, @NotNull String branchName)voidJGitOperationHelper. createBranch(@NotNull File sourceDirectory, @NotNull String branchName)voidNativeGitOperationHelper. createBranch(@NotNull File sourceDirectory, @NotNull String branchName)static GitOperationHelperGitOperationHelperFactory. createGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)static GitOperationHelperGitOperationHelperFactory. createGitOperationHelper(@NotNull AbstractGitExecutor executor, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)voidGitOperationHelper. createLightweightTag(@NotNull File sourceDirectory, @NotNull String tagName, @NotNull String revision)voidJGitOperationHelper. createLightweightTag(@NotNull File sourceDirectory, @NotNull String tagName, @NotNull String revision)voidNativeGitOperationHelper. createLightweightTag(@NotNull File sourceDirectory, @NotNull String tagName, @NotNull String revision)BuildRepositoryChangesGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision)BuildRepositoryChangesGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path)BuildRepositoryChangesJGitOperationHelper. extractCommits(@NotNull File directory, @Nullable String startingRevision, @Nullable String endingRevision)BuildRepositoryChangesJGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, String path)BuildRepositoryChangesNativeGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision)BuildRepositoryChangesNativeGitOperationHelper. extractCommits(File cacheDirectory, @NotNull String startingRevision, String endingRevision, @Nullable String path)BuildRepositoryChangesGitOperationHelper. extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList)BuildRepositoryChangesNativeGitOperationHelper. extractCommitsBetweenBranches(File cacheDirectory, VcsBranch otherBranch, boolean limitChangeList)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow, boolean fetchTagsByDefault)voidGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource refAndHash, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow, boolean fetchTagsByDefault)voidJGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetRevision, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull HashAndSource hashAndSource, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetBranchOrRevision, boolean useShallow)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetBranchOrRevision, boolean useShallow, boolean fetchTagsByDefault)voidNativeGitOperationHelper. fetch(@NotNull File sourceDirectory, @NotNull String targetBranchOrRevision, boolean useShallow, boolean fetchTagsByDefault, boolean fetchLfsFiles)List<TagAndRevision>RemoteTagsOutputHandler. finalizeAndGetTags()@NotNull Optional<String>GitOperationHelper. getBranchForSha(@NotNull File sourceDirectory, String revision, String configuredBranch)@NotNull Optional<String>JGitOperationHelper. getBranchForSha(@NotNull File sourceDirectory, String revision, String configuredBranch)@NotNull Optional<String>NativeGitOperationHelper. getBranchForSha(@NotNull File sourceDirectory, String revision, String configuredBranch)@NotNull CommitContextGitOperationHelper. getCommit(File directory, String targetRevision)Gets the commit for the revision, given a working directory.@NotNull CommitContextJGitOperationHelper. getCommit(File directory, String targetRevision)@NotNull CommitContextNativeGitOperationHelper. getCommit(File directory, String targetRevision)StringGitOperationHelper. getCurrentBranch(File checkoutPath)StringJGitOperationHelper. getCurrentBranch(@NotNull File checkoutPath)StringNativeGitOperationHelper. getCurrentBranch(@NotNull File checkoutPath)@NotNull StringGitOperationHelper. getCurrentRevision(@NotNull File sourceDirectory)@NotNull StringJGitOperationHelper. getCurrentRevision(@NotNull File sourceDirectory)@NotNull StringNativeGitOperationHelper. getCurrentRevision(@NotNull File sourceDirectory)CommitContextGitHubRepository. getFirstCommit()CommitContextGitRepository. getFirstCommit()CommitContextGitHubRepository. getLastCommit()CommitContextGitRepository. getLastCommit()@NotNull List<VcsBranch>GitHubRepository. getOpenBranches(@Nullable String context)@NotNull List<VcsBranch>GitOperationHelper. getOpenBranches(@NotNull GitRepositoryAccessData repositoryData, File workingDir)@NotNull List<VcsBranch>GitRepository. getOpenBranches(@Nullable String context)@NotNull List<VcsBranch>JGitOperationHelper. getOpenBranches(@NotNull GitRepositoryAccessData repositoryData, File workingDir)@NotNull List<VcsBranch>NativeGitOperationHelper. getOpenBranches(@NotNull GitRepositoryAccessData repositoryData, File workingDir)protected StringJGitOperationHelper. getRevision(File sourceDirectory, @NotNull String revision)List<TagAndRevision>GitOperationHelper. getTagsForRepository(@NotNull GitRepositoryAccessData accessData)List<TagAndRevision>JGitOperationHelper. getTagsForRepository(@NotNull GitRepositoryAccessData accessData)List<TagAndRevision>NativeGitOperationHelper. getTagsForRepository(@NotNull GitRepositoryAccessData accessData)booleanGitOperationHelper. isAncestor(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2)Returns true if you can reach rev1 by following parent relationship starting from rev2.booleanJGitOperationHelper. isAncestor(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2)booleanNativeGitOperationHelper. isAncestor(@NotNull Path gitWorkspace, @NotNull GitHash rev1, @NotNull GitHash rev2)booleanGitOperationHelper. isClean(@NotNull File sourceDirectory)booleanJGitOperationHelper. isClean(@NotNull File sourceDirectory)booleanNativeGitOperationHelper. isClean(@NotNull File sourceDirectory)booleanGitOperationHelper. merge(@NotNull File workspaceDir, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail)booleanNativeGitOperationHelper. merge(@NotNull File workspaceDir, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail)Pair<Boolean,String>GitOperationHelper. mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail)Pair<Boolean,String>JGitOperationHelper. mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail)Pair<Boolean,String>NativeGitOperationHelper. mergeAndReturnHead(@NotNull File workspaceDir, @NotNull String currentRevision, @NotNull String targetRevision, @NotNull String committerName, @NotNull String committerEmail)booleanGitHubRepository. mergeWorkspaceWith(@NotNull BuildContext buildContext, @NotNull File file, @NotNull String s)booleanGitRepository. mergeWorkspaceWith(@NotNull BuildContext buildContext, @NotNull File workspaceDir, @NotNull String targetRevision)@NotNull HashAndSourceGitOperationHelper. obtainLatestRevision()Optional<GitHash>GitOperationHelper. obtainLatestRevision(@NotNull File repositoryDirectory, GitRef ref, String path)@NotNull HashAndSourceJGitOperationHelper. obtainLatestRevision()@NotNull HashAndSourceNativeGitOperationHelper. obtainLatestRevision()Optional<GitHash>NativeGitOperationHelper. obtainLatestRevision(@NotNull File repositoryDirectory, GitRef ref, String path)voidGitOperationHelper. pushBranchOrTag(@NotNull File sourceDirectory, @NotNull String refName)voidJGitOperationHelper. pushBranchOrTag(@NotNull File sourceDirectory, @NotNull String branchName)voidNativeGitOperationHelper. pushBranchOrTag(@NotNull File sourceDirectory, @NotNull String refName)voidGitHubRepository. pushRevision(@NotNull File file, @Nullable String s)voidGitOperationHelper. pushRevision(@NotNull File sourceDirectory, @NotNull String revision, @Nullable String currentBranch)voidGitRepository. pushRevision(@NotNull File sourceDirectory, @Nullable String vcsRevisionKey)voidJGitOperationHelper. pushRevision(@NotNull File sourceDirectory, @NotNull String revision, @Nullable String currentBranch)Pushes arbitrary revision (refspec?) back to the upstream repo.voidNativeGitOperationHelper. pushRevision(@NotNull File sourceDirectory, @NotNull String revision, @Nullable String currentBranch)@NotNull StringGitHubRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevision)@NotNull StringGitHubRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory)@NotNull StringGitHubRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory, int depth)@NotNull StringGitRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable PlanVcsRevisionData planVcsRevisionData, @NotNull File sourceDirectory, int depth)@NotNull StringGitRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory)@NotNull StringGitRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory, int depth)voidGitOperationHelper. stageChanges(@NotNull File sourceDirectory, @NotNull Collection<String> pathsToAdd)voidJGitOperationHelper. stageChanges(@NotNull File sourceDirectory, @NotNull Collection<String> filePaths)voidNativeGitOperationHelper. stageChanges(@NotNull File sourceDirectory, @NotNull Collection<String> filePaths)protected <E extends Throwable,T>
TJGitOperationHelper. withFetchConnection(@NotNull org.eclipse.jgit.lib.Repository repository, @NotNull GitRepositoryAccessData accessData, @NotNull JGitOperationHelper.WithFetchConnectionCallback<E,T> callback)protected <E extends Throwable,T>
TJGitOperationHelper. withTransport(@NotNull org.eclipse.jgit.lib.Repository repository, @NotNull GitRepositoryAccessData accessData, @NotNull JGitOperationHelper.WithTransportCallback<E,T> callback)Constructors in com.atlassian.bamboo.plugins.git that throw RepositoryException Constructor Description NativeGitOperationHelper(@NotNull GitRepository repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper)NativeGitOperationHelper(@NotNull AbstractGitExecutor repository, @NotNull GitRepositoryAccessData accessData, @NotNull SshProxyService sshProxyService, @NotNull BuildLogger buildLogger, @NotNull com.atlassian.sal.api.message.I18nResolver i18nResolver, @NotNull TrustedKeyHelper trustedKeyHelper) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.git.v2
Methods in com.atlassian.bamboo.plugins.git.v2 that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyGitWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)BuildRepositoryChangesGitChangeDetector. 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)@NotNull VcsWorkingCopyGitWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)voidGitBranchCreator. createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)voidGitTagCreator. createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)@NotNull Optional<String>GitBambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)static voidGitChangeDetector. ensureRevisionExists(GitOperationHelper helper, File cacheDirectory, String hashOrRefToFetch, String targetRevision)@NotNull List<CommitContext>GitBambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)List<TagAndRevision>GitTagsHandler. getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)@NotNull CommitContextGitBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextGitBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>GitBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull VcsWorkingCopyGitWorkingCopyManager. getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath)booleanGitTagsHandler. isBranchContainTag(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision)booleanGitBambooSpecsHandler. isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)@NotNull VcsWorkingCopyGitWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)voidGitWorkingCopyManager. stageChanges(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData repositoryData, @NotNull Collection<String> pathsToAdd)@NotNull VcsWorkingCopyGitWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @Nullable String commitMessage)@NotNull VcsWorkingCopyGitWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyGitWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyGitWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.github
Methods in com.atlassian.bamboo.plugins.github that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyGitHubWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)BuildRepositoryChangesGitHubChangeDetector. 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)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@NotNull Optional<String>GitHubBambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)@NotNull List<CommitContext>GitHubBambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)List<TagAndRevision>GitHubTagsHandler. getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)@Nullable CommitContextGitHubBranchDetector. getFirstCommit(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextGitHubBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextGitHubBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>GitHubBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsPullRequest>GithubPullRequestDetector. getOpenPullRequests(@NotNull VcsRepositoryData repositoryData)protected List<GithubPullRequestDto>GithubPullRequestDetector. getPullRequestsByRepository(@NotNull VcsRepositoryData repositoryData, @NotNull GitHubAccessor gitHubAccessor)booleanGitHubTagsHandler. isBranchContainTag(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision)booleanGitHubBambooSpecsHandler. isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)booleanGitHubCommitCommenter. publishComment(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull String payload)booleanGitHubCommitCommenter. publishRssStatus(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull com.atlassian.event.Event event)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyGitHubWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that throw RepositoryException Modifier and Type Method Description @NotNull BuildRepositoryChangesStashRepositoryImpl. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull String targetRevision)@NotNull BuildRepositoryChangesStashRepositoryImpl. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)@NotNull StringStashRepositoryImpl. commit(@NotNull File sourceDirectory, @NotNull String message)voidBitbucketServerBuildWarningsUpdater. deleteBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changeSetId, @NotNull ImmutableChainResultsSummary resultsSummary)CommitContextStashRepositoryImpl. getFirstCommit()CommitContextStashRepositoryImpl. getLastCommit()@NotNull List<VcsBranch>StashRepositoryImpl. getOpenBranches(@Nullable String context)@NotNull List<VcsPullRequest>BitbucketServerPullRequestDetector. getOpenPullRequests(@NotNull VcsRepositoryData repositoryData)protected com.atlassian.stash.rest.client.api.entity.Page<com.atlassian.stash.rest.client.api.entity.PullRequestStatus>BitbucketServerPullRequestDetector. getPullRequestsByRepository(com.atlassian.applinks.api.ApplicationLink applicationLink, String project, String repoSlug, Integer startIndex, long limit, long repositoryId)booleanStashRepositoryImpl. mergeWorkspaceWith(@NotNull BuildContext buildContext, @NotNull File checkoutDirectory, @NotNull String targetRevision)voidStashRepositoryImpl. pushRevision(@NotNull File sourceDirectory, @Nullable String vcsRevisionKey)@NotNull StringStashRepositoryImpl. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable PlanVcsRevisionData planVcsRevisionData, @NotNull File sourceDirectory, int depth)@NotNull StringStashRepositoryImpl. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory)@NotNull StringStashRepositoryImpl. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory, int depth)booleanBitbucketServerBuildWarningsUpdater. sendBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.stash.repository
Subclasses of RepositoryException in com.atlassian.bamboo.plugins.stash.repository Modifier and Type Class Description classInvalidStashRepositoryExceptionWe need to know that exception is Stash related.classStashRepositoryException -
Uses of RepositoryException in com.atlassian.bamboo.plugins.stash.v2
Methods in com.atlassian.bamboo.plugins.stash.v2 that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)BuildRepositoryChangesBitbucketServerChangeDetector. 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)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)voidBitbucketServerBranchCreator. createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)voidBitbucketServerTagCreator. createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)@NotNull Optional<String>BitbucketServerBambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)protected <T> TAbstractBitbucketServerExecutor. executeOnMirrorWithPrimaryFallback(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData,T> exec, @NotNull VcsRepositoryData vcsRepositoryData)protected <T> TAbstractBitbucketServerExecutor. executeOnMirrorWithPrimaryFallback(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData,T> exec, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull Optional<BuildLogger> buildLogger)@NotNull List<CommitContext>BitbucketServerBambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)List<TagAndRevision>BitbucketServerTagsHandler. getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)@NotNull CommitContextBitbucketServerBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextBitbucketServerBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>BitbucketServerBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath)booleanBitbucketServerTagsHandler. isBranchContainTag(VcsRepositoryData vcsRepositoryData, String branchName, TagAndRevision tagAndRevision)booleanBitbucketServerBambooSpecsHandler. isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)voidBitbucketServerWorkingCopyManager. stageChanges(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData repositoryData, @NotNull Collection<String> pathsToAdd)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyBitbucketServerWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.plugins.testutils.rest.resource.repository
Methods in com.atlassian.bamboo.plugins.testutils.rest.resource.repository that throw RepositoryException Modifier and Type Method Description javax.ws.rs.core.ResponseRepositoryResource. deleteBuildWarnings(long repositoryId, String resultKeyString)javax.ws.rs.core.ResponseRepositoryResource. sendBuildWarnings(long repositoryId, String resultKeyString, RestBuildWarnings request)booleanRepositoryResource. sendCommitComment(String repositoryName, Map<String,String> body)Used for testing of commit comment functionality. -
Uses of RepositoryException in com.atlassian.bamboo.repository
Subclasses of RepositoryException in com.atlassian.bamboo.repository Modifier and Type Class Description classHostKeyVerificationExceptionWhen SSH transport is used for server access and its key doesn't exists in Trusted keys.classInvalidRepositoryExceptionAn exception when the repository is invalid and should be handledclassRepositoryBranchDeletedExceptionMethods in com.atlassian.bamboo.repository that throw RepositoryException Modifier and Type Method Description RRepositoryExceptionAwareFunction. apply(T t)@NotNull FileMavenPomAccessor. checkoutMavenPom(@NotNull File destinationPath)Checkout Maven POM and return File pointing to the project file@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)@NotNull StringPushCapableRepository. commit(@NotNull File sourceDirectory, @NotNull String message)Perform a commit (dvcs commit).voidBranchingAwareRepository. createBranch(long repositoryId, @NotNull String branchName, @NotNull BuildContext buildContext)Creates branch in the repository.voidTaggingAwareRepository. createTag(long repositoryId, @NotNull String tagName, @NotNull BuildContext buildContext)Creates a tag in the repository@Nullable CommitContextBranchDetectionCapableRepository. getFirstCommit()Deprecated.Retrieve the commit that created the Branch.@Nullable CommitContextBranchDetectionCapableRepository. getLastCommit()Deprecated.Retrieve last commit on the branch set on this Repository.@NotNull List<VcsBranch>BranchDetectionCapableRepository. getOpenBranches(@Nullable String context)Deprecated.Setof open branches that are discovered in the repository.@NotNull List<VcsBranch>RepositoryCachingFacade. getOpenBranches(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData)Retrieve open branches from the given repository.@NotNull List<VcsBranch>RepositoryCachingFacadeImpl. getOpenBranches(@NotNull VcsBranchDetector branchDetector, @NotNull VcsRepositoryData repositoryData)@NotNull List<VcsPullRequest>RepositoryCachingFacade. getOpenPullRequests(@NotNull VcsPullRequestDetector pullRequestDetector, @NotNull VcsRepositoryData repositoryData)@NotNull List<VcsPullRequest>RepositoryCachingFacadeImpl. getOpenPullRequests(@NotNull VcsPullRequestDetector pullRequestDetector, @NotNull VcsRepositoryData repositoryData)@NotNull FileAbstractRepository. getSourceCodeDirectory(@NotNull PlanKey planKey)Deprecated.For Subversion, we use the build name's directory within the system's working directorybooleanBranchMergingAwareRepository. mergeWorkspaceWith(@NotNull BuildContext buildContext, @NotNull File checkoutDirectory, @NotNull String targetRevision)Merges a workspace located in checkout directory with the target revision.voidPushCapableRepository. pushRevision(@NotNull File sourceDirectory, @Nullable String vcsRevisionKey)Push the specified revision to the remote directory.@NotNull StringBranchMergingAwareRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory, int depth)Checks out the latest source code from an appropriate repository to specified directory@NotNull StringCheckoutCustomRevisionDataAwareRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable PlanVcsRevisionData planVcsRevisionData, @NotNull File sourceDirectory, int depth) -
Uses of RepositoryException in com.atlassian.bamboo.repository.nullrepository
Methods in com.atlassian.bamboo.repository.nullrepository that throw RepositoryException Modifier and Type Method Description @NotNull BuildRepositoryChangesNullRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)@NotNull StringNullRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory) -
Uses of RepositoryException in com.atlassian.bamboo.repository.perforce
Methods in com.atlassian.bamboo.repository.perforce that throw RepositoryException Modifier and Type Method Description @NotNull FilePerforceRepositoryMavenPomAccessor. checkoutMavenPom(@NotNull File destinationPath)@NotNull BuildRepositoryChangesPerforceRepository. collectChangesForRevision(@NotNull PlanKey planKey, @Nullable String targetRevision)@NotNull BuildRepositoryChangesPerforceRepository. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)Access the perforce repository to retrieve change logs since the lastVCSRevisionKey@NotNull List<Commit>PerforceManager. getChangeLogEntries(@NotNull com.tek42.perforce.Depot perforceDepot, @NotNull List<Integer> changeNumbers)Retrieves a list of Bamboo Commit including Commit Files based on list of change numbersList<Integer>PerforceManager. getChangeNumbersFromRevision(@NotNull com.tek42.perforce.Depot perforceDepot, String clientViewDepot, int lastRevisionInBamboo, boolean useClientMapping)@NotNull List<Integer>PerforceManager. getChangeNumsBetweenRevisions(@NotNull com.tek42.perforce.Depot perforceDepot, @Nullable String depot, int firstRevision, int secondRevision, boolean useClientMapping)Retrieves a list of change log numbers after the first number and up to (and including) the second number for the depot.@NotNull StringPerforceManager. getClientRoot(com.tek42.perforce.Depot perforceDepot)Retrieves the workspace root as defined in the client configurationintPerforceManager. getLatestChangeNumber(@NotNull com.tek42.perforce.Depot perforceDepot, @Nullable String depot, int latestRevisionInBamboo, boolean useClientMapping)retrieves the latest change list number on the perforce server for comparison to the one stored in Bamboo@NotNull FilePerforceRepository. getSourceCodeDirectory(@NotNull PlanKey planKey)Retrieves the location that the build will occur.@NotNull StringPerforceRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey)Checkout the sourcecode as at the vcsRevisionKey, if revisionKey is null source will be checked out from headvoidPerforceManager. setupSync(@NotNull com.tek42.perforce.Depot perforceDepot, @NotNull File sourceDirectory)Sets the directory for perforce to check the code out to.voidPerforceManager. syncToHead(@NotNull com.tek42.perforce.Depot perforceDepot, @NotNull String depot, boolean forceSync)Syncs the source code to headvoidPerforceManager. syncToRevision(@NotNull com.tek42.perforce.Depot perforceDepot, @NotNull String depot, int revisionNumber, boolean forceSync)Syncs the source code to a specific revision number -
Uses of RepositoryException in com.atlassian.bamboo.repository.svn
Methods in com.atlassian.bamboo.repository.svn that throw RepositoryException Modifier and Type Method Description longSvnRepository. checkout(org.tmatesoft.svn.core.SVNURL url, org.tmatesoft.svn.core.wc.SVNRevision revision, File dstPath, boolean isRecursive)Checks out a working copy from a repository.@NotNull FileSvnRepositoryMavenPomAccessor. checkoutMavenPom(@NotNull File destinationPath)@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)voidSvnRepository. createBranch(long repositoryId, @NotNull String branchName, @NotNull BuildContext buildContext)voidSvnRepository. createTag(long repositoryId, @NotNull String tagName, @NotNull BuildContext buildContext)longSvnRepository. export(org.tmatesoft.svn.core.SVNURL url, org.tmatesoft.svn.core.wc.SVNRevision revision, File dstPath, boolean isRecursive)CommitContextSvnRepository. getFirstCommit()CommitContextSvnRepository. getLastCommit()@NotNull List<VcsBranch>SvnRepository. getOpenBranches(@Nullable String context)@NotNull org.tmatesoft.svn.core.wc.SVNInfoSvnRepository. info(org.tmatesoft.svn.core.SVNURL url, org.tmatesoft.svn.core.wc.SVNRevision revision)Runs 'svn info' operation on a given URL.@NotNull StringSvnRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory) -
Uses of RepositoryException in com.atlassian.bamboo.repository.svn.v2
Methods in com.atlassian.bamboo.repository.svn.v2 that throw RepositoryException Modifier and Type Method Description @NotNull BuildRepositoryChangesSvnChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)@NotNull BuildRepositoryChangesSvnChangeDetector. collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData revisionData)voidSvnBranchCreator. createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)voidSvnTagCreator. createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)@NotNull Optional<String>SvnBambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)@NotNull List<CommitContext>SvnBambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)@NotNull CommitContextSvnBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextSvnBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>SvnBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull VcsWorkingCopySvnWorkingCopyManager. getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath)@NotNull VcsWorkingCopySvnWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)@NotNull VcsWorkingCopySvnWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopySvnWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopySvnWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.v2.build.repository
Methods in com.atlassian.bamboo.v2.build.repository that throw RepositoryException Modifier and Type Method Description @NotNull BuildRepositoryChangesRepositoryV2. collectChangesSinceLastBuild(@NotNull String planKey, @Nullable String lastVcsRevisionKey)Collects the changes since the lastVcsRevisionKey.@NotNull FileRepositoryV2. getSourceCodeDirectory(@NotNull PlanKey planKey)Deprecated.since 3.3 Repository must handle checkout to any sub-directory.@NotNull StringCustomSourceDirectoryAwareRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey, @NotNull File sourceDirectory)Checks out the latest source code from an appropriate repository to specified directory@NotNull StringLegacyRepository. retrieveSourceCode(@NotNull BuildContext buildContext, @Nullable String vcsRevisionKey)Deprecated. -
Uses of RepositoryException in com.atlassian.bamboo.v2.build.task
Methods in com.atlassian.bamboo.v2.build.task that throw RepositoryException Modifier and Type Method Description @NotNull CommonContextInitializeBuild. call(@NotNull CommonContext commonContext, @NotNull ReadOnlyCapabilitySet capabilitySet) -
Uses of RepositoryException in com.atlassian.bamboo.v2.trigger
Methods in com.atlassian.bamboo.v2.trigger that throw RepositoryException Modifier and Type Method Description @NotNull BuildChangesChangeDetectionManager. collectAllChangesSinceLastBuild(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not.default BuildChangesChangeDetectionManager. collectAllChangesSinceLastBuild(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)Collect changes for a plan since the last build, regardless of whether the build triggering repositories have changes or not.@NotNull BuildChangesDefaultChangeDetectionManager. collectAllChangesSinceLastBuild(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision)BuildChangesDefaultChangeDetectionManager. collectAllChangesSinceLastBuild(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable String customRevision, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@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)@NotNull BuildChangesChangeDetectionManager. collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable Set<Long> triggeringRepositories)Collect changes for a plan since the last build.default @NotNull BuildChangesChangeDetectionManager. collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable Set<Long> triggeringRepositories, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)Collect changes for a plan since the last build.@NotNull BuildChangesDefaultChangeDetectionManager. collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable Set<Long> triggeringRepositories)@NotNull BuildChangesDefaultChangeDetectionManager. collectChangesSinceLastBuildIfTriggered(@NotNull ImmutableChain chain, @Nullable Map<String,String> customVariableValues, @Nullable Set<Long> triggeringRepositories, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)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)@Nullable BuildChangesAbstractDependentDetectionAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@Nullable BuildChangesChildDependencyBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@NotNull BuildChangesContinuedBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, @NotNull PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@Nullable BuildChangesInitialBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@Nullable BuildChangesManualBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@Nullable BuildChangesScheduledBuildDetectionAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)@Nullable BuildChangesTagBuildAction. performDelayedChangeDetection(BuildContext buildContext, PlanExecutionLaunchControl.ReleaseLocksActions releaseLocksActions)voidChangeDetectionManager. updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges)voidDefaultChangeDetectionManager. updateIntegrationRepositoryDetails(ImmutableChain chain, BuildChanges buildChanges) -
Uses of RepositoryException in com.atlassian.bamboo.vcs
Methods in com.atlassian.bamboo.vcs that throw RepositoryException Modifier and Type Method Description @NotNull Optional<String>BambooSpecsHandler. detectSpecRevision(@NotNull VcsRepositoryData repositoryData, @NotNull Object source)Attempts to obtain latest revision from the repository which may have changed Bamboo Specs.@NotNull List<CommitContext>BambooSpecsHandler. findCommitsToSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)Extracts a list of commits related to Bamboo Specs, which occurred between revisionsrev1andrev2.booleanBambooSpecsHandler. isNewer(@NotNull VcsRepositoryData repositoryData, @NotNull String rev1, @NotNull String rev2)Returns true ifrev2is a newer revision in the repository thanrev1and therefore the specs should be run. -
Uses of RepositoryException in com.atlassian.bamboo.vcs.configuration.legacy
Methods in com.atlassian.bamboo.vcs.configuration.legacy that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyLegacyWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)@NotNull BuildRepositoryChangesLegacyChangeDetector. collectChangesForRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull String customRevision)@NotNull BuildRepositoryChangesLegacyChangeDetector. collectChangesSinceRevision(@NotNull PlanKey planKey, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData lastRevisionData)@NotNull VcsWorkingCopyLegacyWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@Nullable CommitContextLegacyBranchDetector. getFirstCommit(@NotNull VcsRepositoryData repositoryData)@NotNull CommitContextLegacyBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)@NotNull List<VcsBranch>LegacyBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)@NotNull FileLegacyFixedDirectoryWorkingCopyManager. getWorkingCopyPath(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData)@NotNull VcsWorkingCopyLegacyFixedDirectoryWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision)@NotNull VcsWorkingCopyLegacyFixedDirectoryWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)@NotNull VcsWorkingCopyLegacyWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)@NotNull VcsWorkingCopyLegacyWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)@NotNull VcsWorkingCopyLegacyFixedDirectoryWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)@NotNull VcsWorkingCopyLegacyWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath) -
Uses of RepositoryException in com.atlassian.bamboo.vcs.configurator
Methods in com.atlassian.bamboo.vcs.configurator that throw RepositoryException Modifier and Type Method Description default @NotNull FileVcsMavenPomAccessor. findPomFileInWorkingCopy(VcsWorkingCopy checkoutDirectory, String mavenPath)Look for maven in the current directory or throw exception if not found. -
Uses of RepositoryException in com.atlassian.bamboo.vcs.runtime
Methods in com.atlassian.bamboo.vcs.runtime that throw RepositoryException Modifier and Type Method Description @NotNull VcsWorkingCopyMergingVcsWorkingCopyManager. checkoutAndMerge(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull VcsBranch targetBranch, @NotNull PlanVcsRevisionData revisionOnTarget, @NotNull VcsBranch sourceBranch, @NotNull PlanVcsRevisionData sourceRevision, @NotNull File targetPath)Checks out the targetBranch and merges sourceBranch to it.default 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)@NotNull VcsWorkingCopyUpdatingVcsWorkingCopyManager. commitLocal(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)Create a local commit.voidVcsBranchCreator. createBranch(@NotNull VcsRepositoryData repositoryData, @NotNull String branchName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)Creates new branch from revision vcsRevisionKey with given branchName.voidVcsTagCreator. createTag(@NotNull VcsRepositoryData repositoryData, @NotNull String tagName, @NotNull String vcsRevisionKey, @Nullable String checkoutLocation, @Nullable BuildLogger buildLogger)Creates new tag from revision vcsRevisionKey with given tagName.voidVcsBuildWarningsUpdater. deleteBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changeSetId, @NotNull ImmutableChainResultsSummary resultsSummary)Removes all warnings previously sent by Bamboo for the given repository used in a build.List<TagAndRevision>VcsTagsHandler. getAllTagsFromRepository(@NotNull VcsRepositoryData vcsRepositoryData)Reads from git repository all tags (with revisions).default @Nullable CommitContextVcsBranchDetector. getFirstCommit(@NotNull VcsRepositoryData repositoryData)Deprecated.since 6.0 use/implementVcsBranchDetector.getFirstCommitApproximation(VcsRepositoryData)insteaddefault @NotNull CommitContextVcsBranchDetector. getFirstCommitApproximation(@NotNull VcsRepositoryData repositoryData)Retrieve an old, preferably the first commit on a branch.@NotNull CommitContextVcsBranchDetector. getLastCommit(@NotNull VcsRepositoryData repositoryData)Retrieve last commit on the branch set on this Repository.@NotNull List<VcsBranch>VcsBranchDetector. getOpenBranches(@NotNull VcsRepositoryData repositoryData)Setof open branches that are discovered in the repository.@NotNull List<VcsPullRequest>VcsPullRequestDetector. getOpenPullRequests(@NotNull VcsRepositoryData repositoryData)Listof open pull requests that are discovered in the repository.@NotNull VcsWorkingCopyStatusProvidingVcsWorkingCopyManager. getWorkingCopyInfo(@NotNull VcsRepositoryData repositoryData, @NotNull File checkoutPath)Provide repository working copy information for the given checkout path.@NotNull FileFixedDirectoryWorkingCopyManager. getWorkingCopyPath(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData)Deprecated.Based on configuration and current context produce absolute path to the working copy.booleanVcsTagsHandler. isBranchContainTag(@NotNull VcsRepositoryData vcsRepositoryData, @NotNull String branchName, @NotNull TagAndRevision tagAndRevision)booleanVcsCommitCommenter. publishComment(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull String payload)Publish comment to repository commit.booleanVcsCommitCommenter. publishRssStatus(@NotNull VcsRepositoryData repositoryData, @NotNull String commitId, @NotNull com.atlassian.event.Event event)Publish Bamboo Specs execution status to repository commit.@NotNull VcsWorkingCopyFixedDirectoryWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision)Deprecated.Checkout or update a working copy to a revision.default @NotNull VcsWorkingCopyFixedDirectoryWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)Deprecated.If you can implement this correctly using targetPath, then you should not be implementing this interface.@NotNull VcsWorkingCopyVcsWorkingCopyManager. retrieveSourceCode(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull PlanVcsRevisionData targetRevision, @NotNull File targetPath)Checkout or update a working copy to a revision.booleanVcsBuildWarningsUpdater. sendBuildWarnings(@NotNull VcsRepositoryData repository, @NotNull String changesetId, @NotNull ImmutableChainResultsSummary resultsSummary, @NotNull BuildWarningSummary warningSummary, @NotNull Iterable<WarningAnnotation> warnings)Sends build warnings for the given repository used in a build.default voidUpdatingVcsWorkingCopyManager. stageChanges(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData repositoryData, @NotNull Collection<String> pathsToAdd)Stage changes for committing.@NotNull VcsWorkingCopyUpdatingVcsWorkingCopyManager. updateRemote(@NotNull VcsWorkingCopy workingCopy, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull String commitMessage)Update remote repository.default @NotNull VcsWorkingCopyFixedDirectoryWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)Deprecated.If you can implement this, then you should not be implementing this interface.@NotNull VcsWorkingCopyNoContextVcsWorkingCopyManager. updateToLatestRevision(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)Checkout or update a working copy to the latest revision.@NotNull VcsWorkingCopyVcsWorkingCopyManager. updateToLatestRevision(@NotNull CommonContext commonContext, @NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)Checkout or update a working copy to the latest revision.default @NotNull VcsWorkingCopyNoContextVcsWorkingCopyManager. updateToLatestRevisionForSpecs(@NotNull VcsRepositoryData repositoryData, @NotNull File targetPath)Checkout or update a working copy to the latest revision.
-