Uses of Enum Class
io.jenkins.plugins.projectenv.agent.Architecture
Packages that use Architecture
-
Uses of Architecture in io.jenkins.plugins.projectenv.agent
Methods in io.jenkins.plugins.projectenv.agent that return ArchitectureModifier and TypeMethodDescriptionAgentInfo.architecture()
Returns the value of thearchitecture
record component.static Architecture
Returns 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 aAgentInfo
record class.