Uses of Enum Class
org.jenkinsci.plugins.durabletask.AgentInfo.OsType
Packages that use AgentInfo.OsType
-
Uses of AgentInfo.OsType in org.jenkinsci.plugins.durabletask
Methods in org.jenkinsci.plugins.durabletask that return AgentInfo.OsTypeModifier and TypeMethodDescriptionAgentInfo.getOs()
static AgentInfo.OsType
Returns the enum constant of this class with the specified name.static AgentInfo.OsType[]
AgentInfo.OsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jenkinsci.plugins.durabletask with parameters of type AgentInfo.OsTypeModifierConstructorDescriptionAgentInfo
(AgentInfo.OsType os, String architecture, boolean binaryCompatible, String binaryPath, boolean cachingAvailable)