| Modifier and Type | Field and Description |
|---|---|
static BuildType |
BuildType.AUTO_BUILD
Static value AutoBuild for BuildType.
|
static BuildType |
BuildType.QUICK_BUILD
Static value QuickBuild for BuildType.
|
| Modifier and Type | Method and Description |
|---|---|
BuildType |
BuildFilter.buildType()
Get the buildType value.
|
BuildType |
Build.buildType() |
static BuildType |
BuildType.fromString(String name)
Creates or finds a BuildType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<BuildType> |
BuildType.values() |
| Modifier and Type | Method and Description |
|---|---|
BuildFilter |
BuildFilter.withBuildType(BuildType buildType)
Set the buildType value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/