| Package | Description |
|---|---|
| io.jenkins.plugins.projectenv.agent |
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem |
ImmutableAgentInfo.getOperatingSystem() |
OperatingSystem |
AgentInfo.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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableAgentInfo.Builder |
ImmutableAgentInfo.Builder.operatingSystem(OperatingSystem operatingSystem)
Initializes the value for the
operatingSystem attribute. |
ImmutableAgentInfo |
ImmutableAgentInfo.withOperatingSystem(OperatingSystem value)
Copy the current immutable object by setting a value for the
operatingSystem attribute. |
Copyright © 2016–2022. All rights reserved.