Class GitImplementation
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GitImplementation>
com.azure.resourcemanager.appplatform.models.GitImplementation
public final class GitImplementation
extends com.azure.core.util.ExpandableStringEnum<GitImplementation>
Git libraries used to support various repository providers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GitImplementationStatic value go-git for GitImplementation.static final GitImplementationStatic value libgit2 for GitImplementation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GitImplementationfromString(String name) Creates or finds a GitImplementation from its string representation.static Collection<GitImplementation>values()Gets known GitImplementation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
GO_GIT
Static value go-git for GitImplementation. -
LIBGIT2
Static value libgit2 for GitImplementation.
-
-
Constructor Details
-
GitImplementation
Deprecated.Use thefromString(String)factory method.Creates a new instance of GitImplementation value.
-
-
Method Details
-
fromString
Creates or finds a GitImplementation from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GitImplementation.
-
values
Gets known GitImplementation values.- Returns:
- known GitImplementation values.
-
fromString(String)factory method.