Uses of Class
io.jenkins.plugins.projectenv.agent.OperatingSystem
-
Packages that use OperatingSystem Package Description io.jenkins.plugins.projectenv.agent -
-
Uses of OperatingSystem in io.jenkins.plugins.projectenv.agent
Methods in io.jenkins.plugins.projectenv.agent that return OperatingSystem Modifier and Type Method Description OperatingSystem
AgentInfo. getOperatingSystem()
OperatingSystem
ImmutableAgentInfo. getOperatingSystem()
static OperatingSystem
OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatingSystem[]
OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.projectenv.agent with parameters of type OperatingSystem Modifier and Type Method Description ImmutableAgentInfo.Builder
ImmutableAgentInfo.Builder. operatingSystem(OperatingSystem operatingSystem)
Initializes the value for theoperatingSystem
attribute.ImmutableAgentInfo
ImmutableAgentInfo. withOperatingSystem(OperatingSystem value)
Copy the current immutable object by setting a value for theoperatingSystem
attribute.
-