| Modifier and Type | Field | 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 | Description |
|---|---|---|
static RunType |
RunType.fromString(String name) |
Creates or finds a RunType from its string representation.
|
RunType |
Run.runType() |
|
RunType |
RunFilter.runType() |
Get the type of run.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<RunType> |
RunType.values() |
| Modifier and Type | Method | 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.
*/