Uses of Enum Class
io.jenkins.plugins.eggplant.common.OperatingSystem
Packages that use OperatingSystem
Package
Description
-
Uses of OperatingSystem in io.jenkins.plugins.eggplant
Methods in io.jenkins.plugins.eggplant with parameters of type OperatingSystemModifier and TypeMethodDescriptionEggplantRunnerBuilder.getOptionalCommandList
(OperatingSystem os) -
Uses of OperatingSystem in io.jenkins.plugins.eggplant.common
Methods in io.jenkins.plugins.eggplant.common that return OperatingSystemModifier 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 io.jenkins.plugins.eggplant.utils
Constructors in io.jenkins.plugins.eggplant.utils with parameters of type OperatingSystemModifierConstructorDescriptionCLIRunnerHelper
(FilePath workspace, OperatingSystem os, PrintStream logger)