Class AgentInfo

java.lang.Object
org.jenkinsci.plugins.durabletask.AgentInfo
All Implemented Interfaces:
Serializable

public final class AgentInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • AgentInfo

      public AgentInfo(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable)
  • Method Details

    • getOs

      public AgentInfo.OsType getOs()
    • getArchitecture

      public String getArchitecture()
    • getBinaryPath

      public String getBinaryPath()
    • setBinaryAvailability

      public void setBinaryAvailability(boolean isCached)
    • isBinaryCompatible

      public boolean isBinaryCompatible()
    • isBinaryCached

      public boolean isBinaryCached()
    • isCachingAvailable

      public boolean isCachingAvailable()