Uses of Class
com.azure.resourcemanager.appplatform.models.GitImplementation
Packages that use GitImplementation
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of GitImplementation in com.azure.resourcemanager.appplatform.models
Fields in com.azure.resourcemanager.appplatform.models declared as GitImplementationModifier and TypeFieldDescriptionstatic final GitImplementationGitImplementation.GO_GITStatic value go-git for GitImplementation.static final GitImplementationGitImplementation.LIBGIT2Static value libgit2 for GitImplementation.Methods in com.azure.resourcemanager.appplatform.models that return GitImplementationModifier and TypeMethodDescriptionstatic GitImplementationGitImplementation.fromString(String name) Creates or finds a GitImplementation from its string representation.ConfigurationServiceGitRepository.gitImplementation()Get the gitImplementation property: Git libraries used to support various repository providers.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type GitImplementationModifier and TypeMethodDescriptionstatic Collection<GitImplementation> GitImplementation.values()Gets known GitImplementation values.Methods in com.azure.resourcemanager.appplatform.models with parameters of type GitImplementationModifier and TypeMethodDescriptionConfigurationServiceGitRepository.withGitImplementation(GitImplementation gitImplementation) Set the gitImplementation property: Git libraries used to support various repository providers.