| Modifier and Type | Field and Description |
|---|---|
static OsType |
OsType.LINUX
Static value Linux for OsType.
|
static OsType |
OsType.WINDOWS
Static value Windows for OsType.
|
| Modifier and Type | Method and Description |
|---|---|
static OsType |
OsType.fromString(String name)
Creates or finds a OsType from its string representation.
|
OsType |
PlatformProperties.osType()
Get the osType value.
|
OsType |
BuildTask.osType() |
OsType |
Build.osType() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OsType> |
OsType.values() |
| Modifier and Type | Method and Description |
|---|---|
PlatformProperties |
PlatformProperties.withOsType(OsType osType)
Set the osType value.
|
BuildTask.DefinitionStages.WithSourceControlType |
BuildTask.DefinitionStages.WithOSType.withOSType(OsType osType)
Specifies the OS type required for the build.
|
BuildTask.Update |
BuildTask.UpdateStages.WithOSType.withOSType(OsType osType)
Specifies the OS type required for the build.
|
Build.QueuedQuickBuildDefinitionStages.WithSourceLocation |
Build.QueuedQuickBuildDefinitionStages.WithOSType.withOSType(OsType osType)
Specifies the OS type required for the build.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/