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

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

    Fields
    Modifier and Type
    Field
    Description
    static final RunType
    Static value AutoBuild for RunType.
    static final RunType
    Static value AutoRun for RunType.
    static final RunType
    Static value QuickBuild for RunType.
    static final RunType
    Static value QuickRun for RunType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static RunType
    Creates or finds a RunType from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

    • RunType

      public RunType()
  • 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()
      Returns:
      known RunType values