public class Sender extends Object
| Constructor and Description |
|---|
Sender() |
| Modifier and Type | Method and Description |
|---|---|
protected static TestCaseResult |
getTestCaseResult(hudson.model.AbstractBuild<?,?> build,
String id,
int result,
String msg,
String stacktrace,
String user,
float duration) |
static void |
sendResults(String companyId,
boolean usingonpremise,
String onpremiseurl,
String apiKey,
String projectKey,
String testRunTitle,
String testTargetTitle,
String testEnvironmentTitle,
boolean addIssues,
boolean mergeAsSingleIssue,
boolean reopenExisting,
String assignToUser,
String testCaseMappingField,
hudson.model.AbstractBuild<?,?> build)
Does the actual sending of results to Testlab.
|
public static void sendResults(String companyId, boolean usingonpremise, String onpremiseurl, String apiKey, String projectKey, String testRunTitle, String testTargetTitle, String testEnvironmentTitle, boolean addIssues, boolean mergeAsSingleIssue, boolean reopenExisting, String assignToUser, String testCaseMappingField, hudson.model.AbstractBuild<?,?> build)
companyId - usingonpremise - onpremiseurl - apiKey - projectKey - testRunTitle - testTargetTitle - testEnvironmentTitle - addIssues - mergeAsSingleIssue - reopenExisting - assignToUser - testCaseMappingField - build - protected static TestCaseResult getTestCaseResult(hudson.model.AbstractBuild<?,?> build, String id, int result, String msg, String stacktrace, String user, float duration)
Copyright © 2004-2014. All Rights Reserved.