Uses of Class
io.jenkins.plugins.xygeni.model.ComputerEvent.Action
-
Packages that use ComputerEvent.Action Package Description io.jenkins.plugins.xygeni.model -
-
Uses of ComputerEvent.Action in io.jenkins.plugins.xygeni.model
Methods in io.jenkins.plugins.xygeni.model that return ComputerEvent.Action Modifier and Type Method Description static ComputerEvent.Action
ComputerEvent.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputerEvent.Action[]
ComputerEvent.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jenkins.plugins.xygeni.model with parameters of type ComputerEvent.Action Modifier and Type Method Description static ComputerEvent
ComputerEvent. from(Computer computer, ComputerEvent.Action action)
Constructors in io.jenkins.plugins.xygeni.model with parameters of type ComputerEvent.Action Constructor Description ComputerEvent(ComputerEvent.Action type)
-