java.lang.Object
com.azure.core.util.ExpandableStringEnum<StepType>
com.azure.resourcemanager.containerregistry.models.StepType

public final class StepType extends com.azure.core.util.ExpandableStringEnum<StepType>
The type of the step.
  • Field Details

    • DOCKER

      public static final StepType DOCKER
      Static value Docker for StepType.
    • FILE_TASK

      public static final StepType FILE_TASK
      Static value FileTask for StepType.
    • ENCODED_TASK

      public static final StepType ENCODED_TASK
      Static value EncodedTask for StepType.
  • Constructor Details

  • Method Details

    • fromString

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

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