Uses of Class
hudson.model.ComputerPinger
-
Packages that use ComputerPinger Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of ComputerPinger in hudson.model
Subclasses of ComputerPinger in hudson.model Modifier and Type Class Description static class
ComputerPinger.BuiltInComputerPinger
Default pinger - use Java built-in functionality.Methods in hudson.model that return types with arguments of type ComputerPinger Modifier and Type Method Description static ExtensionList<ComputerPinger>
ComputerPinger. all()
Get all registered instances.
-