Uses of Interface
com.atlassian.bitbucket.repository.Branch
Package
Description
-
Uses of Branch in com.atlassian.bitbucket.content
ModifierConstructorDescriptionBuilder
(Repository repository, Branch branch, String path, InputSupplier<InputStream> content) -
Uses of Branch in com.atlassian.bitbucket.event.branch
ModifierConstructorDescriptionprotected
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
ModifierConstructorDescriptionFileEditedEvent
(Object source, Repository repository, Branch branch, RefChange refChange, String path, InputSupplier<InputStream> content, String message) -
Uses of Branch in com.atlassian.bitbucket.repository
Modifier 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.Modifier and TypeMethodDescriptionRefService.getBranches
(RepositoryBranchesRequest request, PageRequest pageRequest) Retrieves a paged list ofbranches
for the specified repository, optionally filtered by the provided starting text. -
Uses of Branch in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionRevertCommandParameters.getBranch()
The tip of the branch that will be used as the parent of the revert commit.Modifier 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
.Modifier and TypeMethodDescription -
Uses of Branch in com.atlassian.bitbucket.scm.pull
Modifier and TypeMethodDescriptionScmPullRequestCommandFactory.merge
(PullRequestMergeCommandParameters parameters) -
Uses of Branch in com.atlassian.bitbucket.scm.ref
Modifier and TypeMethodDescriptionScmRefCommandFactory.createBranch
(CreateBranchCommandParameters parameters)