StepType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. StepType
- com.
- com.
public final class StepType
extends ExpandableStringEnum<StepType>
The type of the step.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Step |
DOCKER
Static value Docker for Step |
static final
Step |
ENCODED_TASK
Static value Encoded |
static final
Step |
FILE_TASK
Static value File |
Constructor Summary
Constructor | Description |
---|---|
StepType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Step |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Step |
fromString(String name)
Creates or finds a Step |
static
Collection<Step |
values()
Gets known Step |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOCKER
public static final StepType DOCKER
Static value Docker for StepType.
ENCODED_TASK
public static final StepType ENCODED_TASK
Static value EncodedTask for StepType.
FILE_TASK
public static final StepType FILE_TASK
Static value FileTask for StepType.
Constructor Details
StepType
@Deprecated
public StepType()
Deprecated
Creates a new instance of StepType value.
Method Details
fromString
public static StepType fromString(String name)
Creates or finds a StepType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known StepType values.
Returns:
Applies to
Azure SDK for Java