Class RepoType


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

      • GITHUB

        public static final RepoType GITHUB
        Static value Github for RepoType.
      • DEV_OPS

        public static final RepoType DEV_OPS
        Static value DevOps for RepoType.
    • Constructor Detail

      • RepoType

        public RepoType()
    • Method Detail

      • fromString

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

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