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.BuildListener listener,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
TrackerItemDto |
getTrackerItem(Integer itemId) |
TrackerItemDto[] |
getTrackerItems(Integer trackerId) |
TrackerDto |
getTrackerType(Integer trackerId) |
String |
getUserId(String author) |
void |
postTestRuns(TestResults tests,
hudson.model.AbstractBuild<?,?> build) |
TrackerItemDto |
postTrackerItem(TestRunDto testRunDto) |
public static final int HTTP_TIMEOUT_LONG
public static final int HTTP_TIMEOUT_SHORT
public CodebeamerApiClient(PluginConfiguration pluginConfiguration, hudson.model.BuildListener listener, int timeout)
public void postTestRuns(TestResults tests, hudson.model.AbstractBuild<?,?> build) throws IOException
IOExceptionpublic TrackerItemDto postTrackerItem(TestRunDto testRunDto) 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 getUserId(String author) throws IOException
IOExceptionCopyright © 2016. All rights reserved.