public class CodebeamerApiClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_TIMEOUT_LONG |
static int |
HTTP_TIMEOUT_SHORT |
| Constructor and Description |
|---|
CodebeamerApiClient(PluginConfiguration pluginConfiguration,
hudson.model.TaskListener listener,
int timeout,
RestAdapter rest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeBeamerRepoUrlForGit(String repoUrl) |
String |
getCodeBeamerRepoUrlForSVN(String remote) |
TrackerItemDto |
getTrackerItem(Integer itemId) |
TrackerItemDto[] |
getTrackerItems(Integer trackerId) |
TrackerDto |
getTrackerType(Integer trackerId) |
void |
postTestRuns(TestResults tests,
hudson.model.Run<?,?> build,
hudson.FilePath filePath) |
public static final int HTTP_TIMEOUT_LONG
public static final int HTTP_TIMEOUT_SHORT
public CodebeamerApiClient(PluginConfiguration pluginConfiguration, hudson.model.TaskListener listener, int timeout, RestAdapter rest)
public void postTestRuns(TestResults tests, hudson.model.Run<?,?> build, hudson.FilePath filePath) throws IOException
IOExceptionpublic TrackerItemDto[] getTrackerItems(Integer trackerId) throws IOException
IOExceptionpublic TrackerItemDto getTrackerItem(Integer itemId) throws IOException
IOExceptionpublic TrackerDto getTrackerType(Integer trackerId) throws IOException
IOExceptionpublic String getCodeBeamerRepoUrlForGit(String repoUrl) throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.