| Modifier and Type | Field | Description |
|---|---|---|
static OS |
OS.LINUX |
Static value Linux for OS.
|
static OS |
OS.WINDOWS |
Static value Windows for OS.
|
| Modifier and Type | Method | Description |
|---|---|---|
static OS |
OS.fromString(String name) |
Creates or finds a OS from its string representation.
|
OS |
PlatformProperties.os() |
Get the operating system type required for the run.
|
OS |
PlatformUpdateParameters.os() |
Get the operating system type required for the run.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<OS> |
OS.values() |
| Modifier and Type | Method | Description |
|---|---|---|
PlatformProperties |
PlatformProperties.withOs(OS os) |
Set the operating system type required for the run.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withOs(OS os) |
Set the operating system type required for the run.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/