org.jenkinsci.plugins.relution.net
Interface Request.Method

Enclosing class:
Request

public static interface Request.Method

Supported request methods.


Field Summary
static int DELETE
           
static int GET
           
static int POST
           
static int PUT
           
 

Field Detail

GET

static final int GET
See Also:
Constant Field Values

POST

static final int POST
See Also:
Constant Field Values

PUT

static final int PUT
See Also:
Constant Field Values

DELETE

static final int DELETE
See Also:
Constant Field Values


Copyright © 2004-2013. All Rights Reserved.