Uses of Enum Class
dev.galasa.linux.OperatingSystem
-
Uses of OperatingSystem in dev.galasa.linux
Modifier and TypeMethodDescriptionstatic OperatingSystem
Returns the enum constant of this class with the specified name.static OperatingSystem[]
OperatingSystem.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OperatingSystem in dev.galasa.linux.spi
Modifier and TypeMethodDescriptionILinuxProvisioner.provisionLinux
(@NotNull String tag, @NotNull OperatingSystem operatingSystem, @NotNull List<String> capabilities)