Class AgentInfo
java.lang.Object
org.jenkinsci.plugins.durabletask.AgentInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
-
Constructor Summary
ConstructorDescriptionAgentInfo
(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable) -
Method Summary
Modifier and TypeMethodDescriptiongetOs()
boolean
boolean
boolean
void
setBinaryAvailability
(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()
-