Class AgentInfo
java.lang.Object
org.jenkinsci.plugins.durabletask.AgentInfo
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum - 
Constructor Summary
ConstructorsConstructorDescriptionAgentInfo(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable)  - 
Method Summary
Modifier and TypeMethodDescriptiongetOs()booleanbooleanbooleanvoidsetBinaryAvailability(boolean isCached)  
- 
Constructor Details
- 
AgentInfo
public AgentInfo(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable)  
 - 
 - 
Method Details
- 
getOs
 - 
getArchitecture
 - 
getBinaryPath
 - 
setBinaryAvailability
public void setBinaryAvailability(boolean isCached)  - 
isBinaryCompatible
public boolean isBinaryCompatible() - 
isBinaryCached
public boolean isBinaryCached() - 
isCachingAvailable
public boolean isCachingAvailable() 
 -