Uses of Enum Class
io.jenkins.plugins.projectenv.agent.Architecture
Packages that use Architecture
- 
Uses of Architecture in io.jenkins.plugins.projectenv.agentMethods in io.jenkins.plugins.projectenv.agent that return ArchitectureModifier and TypeMethodDescriptionAgentInfo.architecture()Returns the value of thearchitecturerecord component.static ArchitectureReturns the enum constant of this class with the specified name.static Architecture[]Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.projectenv.agent with parameters of type ArchitectureModifierConstructorDescriptionAgentInfo(OperatingSystem operatingSystem, String lineSeparator, Architecture architecture) Creates an instance of aAgentInforecord class.