Uses of Class
com.sonyericsson.hudson.plugins.metadata.cli.CliResponse.Type

Packages that use CliResponse.Type
com.sonyericsson.hudson.plugins.metadata.cli   
 

Uses of CliResponse.Type in com.sonyericsson.hudson.plugins.metadata.cli
 

Methods in com.sonyericsson.hudson.plugins.metadata.cli that return CliResponse.Type
static CliResponse.Type CliResponse.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CliResponse.Type[] CliResponse.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sonyericsson.hudson.plugins.metadata.cli with parameters of type CliResponse.Type
static net.sf.json.JSONObject CliResponse.createResponse(CliResponse.Type type, int errorCode, String errorName, String message)
          Creates a Response JSON Object.
static void CliResponse.sendResponse(CliResponse.Type type, int errorCode, String errorName, String message, org.kohsuke.stapler.StaplerResponse response)
          Sends a status message in JSON format.
static void CliResponse.sendResponse(CliResponse.Type type, int errorCode, String errorName, String message, org.kohsuke.stapler.StaplerResponse response, int httpStatus)
          Sends a status message in JSON format.
 



Copyright © 2004-2013. All Rights Reserved.