RunType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerregistry. models. RunType
- com.
- com.
public final class RunType
extends ExpandableStringEnum<RunType>
The type of run.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Run |
AUTO_BUILD
Static value Auto |
static final
Run |
AUTO_RUN
Static value Auto |
static final
Run |
QUICK_BUILD
Static value Quick |
static final
Run |
QUICK_RUN
Static value Quick |
Constructor Summary
Constructor | Description |
---|---|
RunType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Run |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Run |
fromString(String name)
Creates or finds a Run |
static
Collection<Run |
values()
Gets known Run |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
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.
Constructor Details
RunType
@Deprecated
public RunType()
Deprecated
Creates a new instance of RunType value.
Method Details
fromString
public static RunType fromString(String name)
Creates or finds a RunType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RunType values.
Returns:
Applies to
Azure SDK for Java