java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunType>
com.azure.resourcemanager.containerregistry.models.RunType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RunType extends com.azure.core.util.ExpandableStringEnum<RunType>
The type of run.
  • Field Details

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

  • Method Details

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

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