Class SourceControlType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SourceControlType>
com.microsoft.azure.management.containerregistry.SourceControlType

public final class SourceControlType extends com.microsoft.rest.ExpandableStringEnum<SourceControlType>
Defines values for SourceControlType.
  • Field Details

    • GITHUB

      public static final SourceControlType GITHUB
      Static value Github for SourceControlType.
    • VISUAL_STUDIO_TEAM_SERVICE

      public static final SourceControlType VISUAL_STUDIO_TEAM_SERVICE
      Static value VisualStudioTeamService for SourceControlType.
  • Constructor Details

    • SourceControlType

      public SourceControlType()
  • Method Details

    • fromString

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

      public static Collection<SourceControlType> values()
      Returns:
      known SourceControlType values