Class RunType


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

      • QUICK_BUILD

        public static final RunType QUICK_BUILD
        Static value QuickBuild for RunType.
      • QUICK_RUN

        public static final RunType QUICK_RUN
        Static value QuickRun for RunType.
      • AUTO_BUILD

        public static final RunType AUTO_BUILD
        Static value AutoBuild for RunType.
      • AUTO_RUN

        public static final RunType AUTO_RUN
        Static value AutoRun for RunType.
    • Constructor Detail

      • RunType

        public RunType()
    • Method Detail

      • fromString

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