Uses of Interface
io.jenkins.plugins.projectenv.agent.AgentInfo
-
Packages that use AgentInfo Package Description io.jenkins.plugins.projectenv.agent -
-
Uses of AgentInfo in io.jenkins.plugins.projectenv.agent
Classes in io.jenkins.plugins.projectenv.agent that implement AgentInfo Modifier and Type Class Description class
ImmutableAgentInfo
Immutable implementation ofAgentInfo
.Methods in io.jenkins.plugins.projectenv.agent that return AgentInfo Modifier and Type Method Description AgentInfo
AgentInfoCallable. call()
Methods in io.jenkins.plugins.projectenv.agent with parameters of type AgentInfo Modifier and Type Method Description static ImmutableAgentInfo
ImmutableAgentInfo. copyOf(AgentInfo instance)
Creates an immutable copy of aAgentInfo
value.ImmutableAgentInfo.Builder
ImmutableAgentInfo.Builder. from(AgentInfo instance)
Fill a builder with attribute values from the providedAgentInfo
instance.
-