java.lang.Object | |
↳ | com.atlassian.bitbucket.repository.RepositorySearchRequest.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Builder which will copy initial values from the provided
request . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Assembles a new
RepositorySearchRequest from the provided values. | |||||||||||
Set the name filter for the resulting
request instance. | |||||||||||
Set the permission level for the resulting
request instance. | |||||||||||
Set the project name filter for the resulting
request instance. | |||||||||||
Set the visibility level for the resulting
request instance. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a new Builder
which will copy initial values from the provided
request
.
request | request to copy |
---|
Assembles a new RepositorySearchRequest
from the provided values.
Set the permission level for the resulting request
instance.
value | the required permission for the repository search; may be null |
---|
this
IllegalArgumentException | if the provided Permission is not
repository related |
---|
Set the project name filter for the resulting request
instance.
value | filter text for the repository project name; may be null or blank, which will both be
treated as an empty filter |
---|
this
Set the visibility level for the resulting request
instance.
value | the required visibility for the repository search; may be null |
---|
this