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 Details

    • GO_GIT

      public static final GitImplementation GO_GIT
      Static value go-git for GitImplementation.
    • LIBGIT2

      public static final GitImplementation LIBGIT2
      Static value libgit2 for GitImplementation.
  • Constructor Details

    • GitImplementation

      @Deprecated public GitImplementation()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of GitImplementation value.
  • Method Details

    • fromString

      public static GitImplementation fromString(String name)
      Creates or finds a GitImplementation from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding GitImplementation.
    • values

      public static Collection<GitImplementation> values()
      Gets known GitImplementation values.
      Returns:
      known GitImplementation values.