Uses of Class
jenkins.plugins.http_request.MimeType

Packages that use MimeType
jenkins.plugins.http_request   
 

Uses of MimeType in jenkins.plugins.http_request
 

Methods in jenkins.plugins.http_request that return MimeType
 MimeType HttpRequest.getAcceptType()
           
 MimeType HttpRequest.getContentType()
           
static MimeType MimeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MimeType[] MimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jenkins.plugins.http_request with parameters of type MimeType
HttpRequest(String url, HttpMode httpMode, String authentication, MimeType contentType, MimeType acceptType, String outputFile, Boolean returnCodeBuildRelevant, Boolean consoleLogResponseBody, Boolean passBuildParameters, List<NameValuePair> customHeaders, Integer timeout, String validResponseCodes)
           
 



Copyright © 2004-2015. All Rights Reserved.