Package org.jenkinsci.plugins.ssegateway
Class Util
java.lang.Object
org.jenkinsci.plugins.ssegateway.Util
Internal utility methods.
- Author:
- tom.fennelly@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptiongetSessionInfo
(javax.servlet.http.HttpSession session) static boolean
static net.sf.json.JSONObject
readJSONPayload
(org.kohsuke.stapler.StaplerRequest request)
-
Method Details
-
readJSONPayload
public static net.sf.json.JSONObject readJSONPayload(org.kohsuke.stapler.StaplerRequest request) throws IOException - Throws:
IOException
-
isTestEnv
public static boolean isTestEnv() -
getSessionInfo
-