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 |
BranchHookRequest.getBranch() |
Branch |
BranchChangedEvent.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 |
---|---|
Branch |
RevertCommandParameters.getBranch()
The tip of the branch that will be used as the parent of the revert commit.
|
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 . |
Command<Branch> |
ScmExtendedCommandFactory.revert(RevertCommandParameters parameters)
Reverts the specified commit on a given branch as described by the
parameters . |
Modifier and Type | Method and Description |
---|---|
RevertCommandParameters.Builder |
RevertCommandParameters.Builder.branch(Branch value) |
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 © 2024 Atlassian. All rights reserved.