Uses of Class
org.jenkinsci.plugins.radargun.RemoteLoginProgram
-
Packages that use RemoteLoginProgram Package Description org.jenkinsci.plugins.radargun -
-
Uses of RemoteLoginProgram in org.jenkinsci.plugins.radargun
Methods in org.jenkinsci.plugins.radargun that return RemoteLoginProgram Modifier and Type Method Description static RemoteLoginProgram
RemoteLoginProgram. valueOf(String name)
Returns the enum constant of this type with the specified name.static RemoteLoginProgram[]
RemoteLoginProgram. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-