| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistryTask.Definition
Container interface for all the definitions related to a registry task.
|
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux()
The function that specifies a Linux OS system for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withLinux(Architecture architecture,
Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties)
The function that specifies a platform.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows()
The function that specifies a Windows OS system for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTask.DefinitionStages.TaskStepType |
RegistryTask.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/