public class AgentInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
agentVersion
Represents the agent version running within the mule instance.
|
protected boolean |
muleStarted
Flag to sign if the mule instance has started.
|
protected String |
muleVersion
Represents the runtime version of the mule instance where the agent is running.
|
| Constructor and Description |
|---|
AgentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentVersion() |
String |
getMuleVersion() |
boolean |
isMuleStarted() |
AgentInfo |
setAgentVersion(String agentVersion) |
AgentInfo |
setMuleStarted(boolean muleStarted) |
AgentInfo |
setMuleVersion(String muleVersion) |
protected boolean muleStarted
protected String muleVersion
protected String agentVersion
Copyright © 2018 MuleSoft Inc. All rights reserved.