| Modifier and Type | Method and Description |
|---|---|
default RepositoryVisibility |
GitHubRepositoryProps.getVisibility()
(experimental) Indicates whether the GitHub repository is a private repository.
|
RepositoryVisibility |
GitHubRepositoryProps.Jsii$Proxy.getVisibility() |
static RepositoryVisibility |
RepositoryVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryVisibility[] |
RepositoryVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GitHubRepository.Builder |
GitHubRepository.Builder.visibility(RepositoryVisibility visibility)
(experimental) Indicates whether the GitHub repository is a private repository.
|
GitHubRepositoryProps.Builder |
GitHubRepositoryProps.Builder.visibility(RepositoryVisibility visibility)
Sets the value of
GitHubRepositoryProps.getVisibility() |
Copyright © 2023. All rights reserved.