| Modifier and Type | Field and Description |
|---|---|
static OS |
OS.LINUX
Static value Linux for OS.
|
static OS |
OS.WINDOWS
Static value Windows for OS.
|
| Modifier and Type | Method and Description |
|---|---|
static OS |
OS.fromString(String name)
Creates or finds a OS from its string representation.
|
OS |
PlatformUpdateParameters.os()
Get the operating system type required for the run.
|
OS |
PlatformProperties.os()
Get the operating system type required for the run.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OS> |
OS.values() |
| Modifier and Type | Method and Description |
|---|---|
PlatformUpdateParameters |
PlatformUpdateParameters.withOs(OS os)
Set the operating system type required for the run.
|
PlatformProperties |
PlatformProperties.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.
*/