public final class AgentInfo extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentInfo.GetAgentInfo |
static class |
AgentInfo.OsType |
| Constructor and Description |
|---|
AgentInfo(AgentInfo.OsType os,
String architecture,
boolean binaryCompatible,
String binaryPath,
boolean cachingAvailable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture() |
String |
getBinaryPath() |
AgentInfo.OsType |
getOs() |
boolean |
isBinaryCached() |
boolean |
isBinaryCompatible() |
boolean |
isCachingAvailable() |
void |
setBinaryAvailability(boolean isCached) |
public AgentInfo(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable)
public AgentInfo.OsType getOs()
public String getArchitecture()
public String getBinaryPath()
public void setBinaryAvailability(boolean isCached)
public boolean isBinaryCompatible()
public boolean isBinaryCached()
public boolean isCachingAvailable()
Copyright © 2016–2022. All rights reserved.