| Modifier and Type | Field and Description |
|---|---|
static RunType |
RunType.AUTO_BUILD
Static value AutoBuild for RunType.
|
static RunType |
RunType.AUTO_RUN
Static value AutoRun for RunType.
|
static RunType |
RunType.QUICK_BUILD
Static value QuickBuild for RunType.
|
static RunType |
RunType.QUICK_RUN
Static value QuickRun for RunType.
|
| Modifier and Type | Method and Description |
|---|---|
static RunType |
RunType.fromString(String name)
Creates or finds a RunType from its string representation.
|
RunType |
RunFilter.runType()
Get the type of run.
|
RunType |
RegistryTaskRun.runType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<RunType> |
RunType.values() |
| Modifier and Type | Method and Description |
|---|---|
RunFilter |
RunFilter.withRunType(RunType runType)
Set the type of run.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/