Uses of Enum Class
io.jenkins.plugins.projectenv.agent.OperatingSystem
Packages that use OperatingSystem
- 
Uses of OperatingSystem in io.jenkins.plugins.projectenv.agentMethods in io.jenkins.plugins.projectenv.agent that return OperatingSystemModifier and TypeMethodDescriptionAgentInfo.operatingSystem()Returns the value of theoperatingSystemrecord component.static OperatingSystemReturns 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 aAgentInforecord class.