RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux() |
The function that specifies the platform will have a Linux OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withLinux(Architecture architecture,
Variant variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant
variant.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withPlatform(PlatformProperties platformProperties) |
The function that specifies the platform properties of the registry task run.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows() |
The function that specifies the platform will have a Windows OS.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture.
|
RegistryTaskRun.DefinitionStages.RunRequestType |
RegistryTaskRun.DefinitionStages.Platform.withWindows(Architecture architecture,
Variant variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and
Variant variant.
|