Uses of Enum Class
io.jenkins.plugins.projectenv.agent.OperatingSystem
Packages that use OperatingSystem
-
Uses of OperatingSystem in io.jenkins.plugins.projectenv.agent
Methods in io.jenkins.plugins.projectenv.agent that return OperatingSystemModifier and TypeMethodDescriptionAgentInfo.operatingSystem()
Returns the value of theoperatingSystem
record component.static 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.Constructors in io.jenkins.plugins.projectenv.agent with parameters of type OperatingSystemModifierConstructorDescriptionAgentInfo
(OperatingSystem operatingSystem, String lineSeparator, Architecture architecture) Creates an instance of aAgentInfo
record class.