Interface RegistryTask.UpdateStages.Platform
-
- All Known Subinterfaces:
RegistryTask.Update
- Enclosing interface:
- RegistryTask.UpdateStages
public static interface RegistryTask.UpdateStages.PlatformThe stage of the container registry task update allowing to update the platform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTask.UpdatewithLinux()The function that specifies a Linux OS system for the platform.RegistryTask.UpdatewithLinux(Architecture architecture)The function that specifies a Linux OS system and architecture for the platform.RegistryTask.UpdatewithLinux(Architecture architecture, Variant variant)The function that specifies a Linux OS system, architecture, and CPU variant.RegistryTask.UpdatewithPlatform(PlatformUpdateParameters platformProperties)The function that specifies a platform.RegistryTask.UpdatewithWindows()The function that specifies a Windows OS system for the platform.RegistryTask.UpdatewithWindows(Architecture architecture)The function that specifies a Windows OS system and architecture for the platform.RegistryTask.UpdatewithWindows(Architecture architecture, Variant variant)The function that specifies a Windows OS system, architecture, and CPU variant.
-
-
-
Method Detail
-
withLinux
RegistryTask.Update withLinux()
The function that specifies a Linux OS system for the platform.- Returns:
- the next stage of the container registry task update.
-
withWindows
RegistryTask.Update withWindows()
The function that specifies a Windows OS system for the platform.- Returns:
- the next stage of the container registry task update.
-
withLinux
RegistryTask.Update withLinux(Architecture architecture)
The function that specifies a Linux OS system and architecture for the platform.- Parameters:
architecture- the CPU architecture.- Returns:
- the next stage of the container registry task update.
-
withWindows
RegistryTask.Update withWindows(Architecture architecture)
The function that specifies a Windows OS system and architecture for the platform.- Parameters:
architecture- the CPU architecture- Returns:
- the next stage of the container registry task update.
-
withLinux
RegistryTask.Update withLinux(Architecture architecture, Variant variant)
The function that specifies a Linux OS system, architecture, and CPU variant.- Parameters:
architecture- the CPU architecture.variant- the CPU variant.- Returns:
- the next stage of the container registry task update.
-
withWindows
RegistryTask.Update withWindows(Architecture architecture, Variant variant)
The function that specifies a Windows OS system, architecture, and CPU variant.- Parameters:
architecture- the CPU architecture.variant- the CPU variant.- Returns:
- the next stage of the container registry task update.
-
withPlatform
RegistryTask.Update withPlatform(PlatformUpdateParameters platformProperties)
The function that specifies a platform.- Parameters:
platformProperties- the properties of the platform.- Returns:
- the next stage of the container registry task update.
-
-