Uses of Class
io.jenkins.plugins.projectenv.agent.ImmutableAgentInfo
-
Packages that use ImmutableAgentInfo Package Description io.jenkins.plugins.projectenv.agent -
-
Uses of ImmutableAgentInfo in io.jenkins.plugins.projectenv.agent
Methods in io.jenkins.plugins.projectenv.agent that return ImmutableAgentInfo Modifier and Type Method Description ImmutableAgentInfo
ImmutableAgentInfo.Builder. build()
Builds a newImmutableAgentInfo
.static ImmutableAgentInfo
ImmutableAgentInfo. copyOf(AgentInfo instance)
Creates an immutable copy of aAgentInfo
value.ImmutableAgentInfo
ImmutableAgentInfo. withLineSeparator(String value)
Copy the current immutable object by setting a value for thelineSeparator
attribute.ImmutableAgentInfo
ImmutableAgentInfo. withOperatingSystem(OperatingSystem value)
Copy the current immutable object by setting a value for theoperatingSystem
attribute.
-