public final class RunType extends com.microsoft.rest.ExpandableStringEnum<RunType>
| Modifier and Type | Field and Description |
|---|---|
static RunType |
AUTO_BUILD
Static value AutoBuild for RunType.
|
static RunType |
AUTO_RUN
Static value AutoRun for RunType.
|
static RunType |
QUICK_BUILD
Static value QuickBuild for RunType.
|
static RunType |
QUICK_RUN
Static value QuickRun for RunType.
|
| Constructor and Description |
|---|
RunType() |
| Modifier and Type | Method and Description |
|---|---|
static RunType |
fromString(String name)
Creates or finds a RunType from its string representation.
|
static Collection<RunType> |
values() |
public static final RunType QUICK_BUILD
public static final RunType QUICK_RUN
public static final RunType AUTO_BUILD
public static final RunType AUTO_RUN
public static RunType fromString(String name)
name - a name to look forpublic static Collection<RunType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/