Uses of Interface
com.atlassian.bitbucket.scm.git.command.fetch.GitFetchBuilder
Packages that use GitFetchBuilder
Package
Description
-
Uses of GitFetchBuilder in com.atlassian.bitbucket.scm.git.command
Methods in com.atlassian.bitbucket.scm.git.command that return GitFetchBuilder -
Uses of GitFetchBuilder in com.atlassian.bitbucket.scm.git.command.fetch
Methods in com.atlassian.bitbucket.scm.git.command.fetch that return GitFetchBuilderModifier and TypeMethodDescriptionGitFetchBuilder.atomic(boolean value) Specifies whether the fetch should update the refs atomically (i.e.GitFetchBuilder.clearRefspecs()Clears anyrefspecswhich have been added, allowing the same builder to be reused when constructing multiple fetches for different refs.GitFetchBuilder.errorHandler(com.atlassian.bitbucket.scm.CommandErrorHandler value) GitFetchBuilder.force(boolean value) GitFetchBuilder.progress(boolean value) GitFetchBuilder.prune(boolean value) Specifies whether to supply--pruneto prune local branches and tags where the upstream branch or tag has been deleted.GitFetchBuilder.quiet(boolean value) GitFetchBuilder.repository(com.atlassian.bitbucket.repository.Repository value) Specifies which upstream repository to fetch from.GitFetchBuilder.repository(String value) GitFetchBuilder.tags(GitFetchTagMode value) Specifies--tagsor--no-tags, to control whethergit fetchfetches tags, and which tags it fetches.