java.lang.Object
com.azure.core.util.ExpandableStringEnum<ScmType>
com.azure.resourcemanager.appservice.models.ScmType

public final class ScmType extends com.azure.core.util.ExpandableStringEnum<ScmType>
Defines values for ScmType.
  • Field Details

    • NONE

      public static final ScmType NONE
      Static value None for ScmType.
    • DROPBOX

      public static final ScmType DROPBOX
      Static value Dropbox for ScmType.
    • TFS

      public static final ScmType TFS
      Static value Tfs for ScmType.
    • LOCAL_GIT

      public static final ScmType LOCAL_GIT
      Static value LocalGit for ScmType.
    • GIT_HUB

      public static final ScmType GIT_HUB
      Static value GitHub for ScmType.
    • CODE_PLEX_GIT

      public static final ScmType CODE_PLEX_GIT
      Static value CodePlexGit for ScmType.
    • CODE_PLEX_HG

      public static final ScmType CODE_PLEX_HG
      Static value CodePlexHg for ScmType.
    • BITBUCKET_GIT

      public static final ScmType BITBUCKET_GIT
      Static value BitbucketGit for ScmType.
    • BITBUCKET_HG

      public static final ScmType BITBUCKET_HG
      Static value BitbucketHg for ScmType.
    • EXTERNAL_GIT

      public static final ScmType EXTERNAL_GIT
      Static value ExternalGit for ScmType.
    • EXTERNAL_HG

      public static final ScmType EXTERNAL_HG
      Static value ExternalHg for ScmType.
    • ONE_DRIVE

      public static final ScmType ONE_DRIVE
      Static value OneDrive for ScmType.
    • VSO

      public static final ScmType VSO
      Static value VSO for ScmType.
    • VSTSRM

      public static final ScmType VSTSRM
      Static value VSTSRM for ScmType.
  • Constructor Details

    • ScmType

      public ScmType()
  • Method Details

    • fromString

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

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