| Package | Description |
|---|---|
| com.atlassian.bitbucket.repository |
| Modifier and Type | Method and Description |
|---|---|
static RepositoryArchiveFilter |
RepositoryArchiveFilter.fromString(String stringValue) |
RepositoryArchiveFilter |
RepositorySearchRequest.getArchived()
When set, limits returned
repositories to only those, whose boolean archive state
match the provided value. |
static RepositoryArchiveFilter |
RepositoryArchiveFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryArchiveFilter[] |
RepositoryArchiveFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RepositorySearchRequest.Builder |
RepositorySearchRequest.Builder.archived(RepositoryArchiveFilter value)
Set the repository archive state filter for the resulting
request instance. |
Copyright © 2023 Atlassian. All rights reserved.