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.getOperatingSystem()ImmutableAgentInfo.getOperatingSystem()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.Methods in io.jenkins.plugins.projectenv.agent with parameters of type OperatingSystemModifier and TypeMethodDescriptionImmutableAgentInfo.Builder.operatingSystem(OperatingSystem operatingSystem) Initializes the value for theoperatingSystemattribute.final ImmutableAgentInfoImmutableAgentInfo.withOperatingSystem(OperatingSystem value) Copy the current immutable object by setting a value for theoperatingSystemattribute.