Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Agent |
build() |
Agent.Builder |
copy(Agent model) |
Agent.Builder |
displayName(String displayName)
The name of the agent.
|
Agent.Builder |
javaSecurityStatus(JreSecurityStatus javaSecurityStatus)
The security status of the Java Runtime.
|
Agent.Builder |
javaVersion(String javaVersion)
The java version.
|
Agent.Builder |
plugins(List<Plugin> plugins)
A list of plugins installed on this agent.
|
Agent.Builder |
type(AgentType type)
The agent type.
|
public Agent.Builder displayName(String displayName)
The name of the agent.
displayName
- the value to setpublic Agent.Builder type(AgentType type)
The agent type.
type
- the value to setpublic Agent.Builder javaVersion(String javaVersion)
The java version.
javaVersion
- the value to setpublic Agent.Builder javaSecurityStatus(JreSecurityStatus javaSecurityStatus)
The security status of the Java Runtime.
javaSecurityStatus
- the value to setpublic Agent.Builder plugins(List<Plugin> plugins)
A list of plugins installed on this agent.
plugins
- the value to setpublic Agent build()
public Agent.Builder copy(Agent model)
Copyright © 2016–2024. All rights reserved.