Class Utils
java.lang.Object
io.jenkins.plugins.agent_build_history.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDefaultInt(String value, int defaultValue) static intgetRequestInteger(org.kohsuke.stapler.StaplerRequest2 req, String name, int defaultValue)
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
getRequestInteger
public static int getRequestInteger(org.kohsuke.stapler.StaplerRequest2 req, String name, int defaultValue) -
getDefaultInt
-