Uses of Enum
software.amazon.awscdk.services.codestar.alpha.RepositoryVisibility
-
Uses of RepositoryVisibility in software.amazon.awscdk.services.codestar.alpha
Modifier and TypeMethodDescriptiondefault RepositoryVisibility
GitHubRepositoryProps.getVisibility()
(experimental) Indicates whether the GitHub repository is a private repository.final RepositoryVisibility
GitHubRepositoryProps.Jsii$Proxy.getVisibility()
static RepositoryVisibility
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 TypeMethodDescriptionGitHubRepository.Builder.visibility
(RepositoryVisibility visibility) (experimental) Indicates whether the GitHub repository is a private repository.GitHubRepositoryProps.Builder.visibility
(RepositoryVisibility visibility) Sets the value ofGitHubRepositoryProps.getVisibility()