public class RedmineRequestHelper extends Object
RedmineRequest.| Modifier | Constructor and Description |
|---|---|
protected |
RedmineRequestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> RedmineRequest<T> |
action(String action,
Class<T> type) |
static <T> RedmineRequest<T> |
actionWithProject(String action,
Class<T> type,
String projectName) |
static <T> RedmineRequest<T> |
actionWithProjectAndIssue(String action,
Class<T> type,
String projectName,
String issueId) |
static <T> RedmineRequest<T> |
actionWithProjectAndVersion(String action,
Class<T> type,
String projectName,
String versionName) |
static <T> RedmineRequest<T> |
postAction(String action,
Class<T> type) |
static <T> RedmineRequest<T> |
postWithProject(String action,
Class<T> type,
String projectName) |
static <T> RedmineRequest<T> |
postWithProjectAndIssue(String action,
Class<T> type,
String projectName,
String issueId) |
static <T> RedmineRequest<T> |
postWithProjectAndVersion(String action,
Class<T> type,
String projectName,
String versionName) |
public static <T> RedmineRequest<T> action(String action, Class<T> type)
public static <T> RedmineRequest<T> actionWithProject(String action, Class<T> type, String projectName)
public static <T> RedmineRequest<T> actionWithProjectAndVersion(String action, Class<T> type, String projectName, String versionName)
public static <T> RedmineRequest<T> actionWithProjectAndIssue(String action, Class<T> type, String projectName, String issueId)
public static <T> RedmineRequest<T> postAction(String action, Class<T> type)
public static <T> RedmineRequest<T> postWithProject(String action, Class<T> type, String projectName)
public static <T> RedmineRequest<T> postWithProjectAndIssue(String action, Class<T> type, String projectName, String issueId)
public static <T> RedmineRequest<T> postWithProjectAndVersion(String action, Class<T> type, String projectName, String versionName)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.