Class SourceControlType


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

      • 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 Detail

      • SourceControlType

        public SourceControlType()
    • Method Detail

      • 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.