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.
|