| Modifier and Type | Method and Description |
|---|---|
Branch |
FileEditHookRequest.getBranch() |
| Constructor and Description |
|---|
Builder(Repository repository,
Branch branch,
String path,
InputSupplier<InputStream> content) |
| Modifier and Type | Field and Description |
|---|---|
protected Branch |
BranchChangedEvent.branch |
| Modifier and Type | Method and Description |
|---|---|
Branch |
BranchChangedEvent.getBranch() |
Branch |
BranchHookRequest.getBranch() |
| Constructor and Description |
|---|
AbstractBuilder(Repository repository,
RepositoryHookTrigger trigger,
Branch branch) |
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) |
| Constructor and Description |
|---|
FileEditedEvent(Object source,
Repository repository,
Branch branch,
RefChange refChange,
String path,
InputSupplier<InputStream> content,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Branch |
RefService.createBranch(CreateBranchRequest request)
Create branch with the information provided in the
request. |
Branch |
RefService.getDefaultBranch(Repository repository)
Retrieves the default branch for the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Branch> |
RefService.getBranches(RepositoryBranchesRequest request,
PageRequest pageRequest)
Retrieves a paged list of
branches for the specified repository, optionally filtered by the
provided starting text. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
BranchCallback.onBranch(Branch branch)
Called to process a
branch. |
| Modifier and Type | Method and Description |
|---|---|
Command<Page<Branch>> |
ScmCommandFactory.branches(BranchesCommandParameters parameters,
PageRequest pageRequest)
|
Command<Branch> |
ScmCommandFactory.defaultBranch()
Resolves the default branch for the specified repository.
|
Optional<Branch> |
EditFileCommandParameters.getBranch() |
Command<Branch> |
ScmExtendedCommandFactory.merge(MergeCommandParameters parameters)
Merges the specified
fromCommitId into the specified toBranch. |
| Constructor and Description |
|---|
Builder(Branch branch,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Command<Branch> |
ScmPullRequestCommandFactory.merge(PullRequestMergeCommandParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
Command<Branch> |
ScmRefCommandFactory.createBranch(CreateBranchCommandParameters parameters) |
Copyright © 2019 Atlassian. All rights reserved.