Uses of Interface
com.atlassian.bitbucket.repository.Branch
Packages that use Branch
Package
Description
-
Uses of Branch in com.atlassian.bitbucket.content
Methods in com.atlassian.bitbucket.content that return BranchConstructors in com.atlassian.bitbucket.content with parameters of type BranchModifierConstructorDescriptionBuilder
(Repository repository, Branch branch, String path, InputSupplier<InputStream> content) -
Uses of Branch in com.atlassian.bitbucket.event.branch
Fields in com.atlassian.bitbucket.event.branch declared as BranchMethods in com.atlassian.bitbucket.event.branch that return BranchConstructors in com.atlassian.bitbucket.event.branch with parameters of type BranchModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger, Branch branch) protected
BranchChangedEvent
(Object source, Repository repository, Branch branch, RefChange refChange) BranchCreatedEvent
(Object source, Repository repository, Branch branch) BranchDeletedEvent
(Object source, Repository repository, Branch branch) Builder
(Repository repository, Branch branch) Builder
(Repository repository, Branch branch) -
Uses of Branch in com.atlassian.bitbucket.event.content
Constructors in com.atlassian.bitbucket.event.content with parameters of type BranchModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of Branch in com.atlassian.bitbucket.repository
Methods in com.atlassian.bitbucket.repository that return BranchModifier and TypeMethodDescriptionRefService.createBranch
(CreateBranchRequest request) Create branch with the information provided in therequest
.RefService.getDefaultBranch
(Repository repository) Retrieves the default branch for the specified repository.Methods in com.atlassian.bitbucket.repository that return types with arguments of type BranchModifier and TypeMethodDescriptionRefService.getBranches
(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranches
for the specified repository, optionally filtered by the provided starting text.Methods in com.atlassian.bitbucket.repository with parameters of type Branch -
Uses of Branch in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return BranchModifier and TypeMethodDescriptionRevertCommandParameters.getBranch()
The tip of the branch that will be used as the parent of the revert commit.Methods in com.atlassian.bitbucket.scm that return types with arguments of type BranchModifier and TypeMethodDescriptionScmCommandFactory.branches
(BranchesCommandParameters parameters, PageRequest pageRequest) ScmCommandFactory.defaultBranch()
Resolves the default branch for the specified repository.EditFileCommandParameters.getBranch()
ScmExtendedCommandFactory.merge
(MergeCommandParameters parameters) Merges the specifiedfromCommitId
into the specifiedtoBranch
.ScmExtendedCommandFactory.revert
(RevertCommandParameters parameters) Reverts the specified commit on a given branch as described by theparameters
.Methods in com.atlassian.bitbucket.scm with parameters of type BranchModifier and TypeMethodDescriptionConstructors in com.atlassian.bitbucket.scm with parameters of type Branch -
Uses of Branch in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull that return types with arguments of type BranchModifier and TypeMethodDescriptionScmPullRequestCommandFactory.merge
(PullRequestMergeCommandParameters parameters) -
Uses of Branch in com.atlassian.bitbucket.scm.ref
Methods in com.atlassian.bitbucket.scm.ref that return types with arguments of type BranchModifier and TypeMethodDescriptionScmRefCommandFactory.createBranch
(CreateBranchCommandParameters parameters)