public class HttpRequestFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
MULTIPART_BUILDFILENAME |
static String |
MULTIPART_JENKINSARGS |
static String |
SYMBOLIC_BUILDFILENAME |
| Constructor and Description |
|---|
HttpRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildResultURL(org.squashtest.tm.domain.testautomation.AutomatedTest test,
Integer buildID) |
ParameterArray |
getStartTestSuiteBuildParameters(String externalID) |
ParameterArray |
getStartTestSuiteBuildParameters(String externalID,
String executor) |
org.apache.commons.httpclient.methods.GetMethod |
newCheckCredentialsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server) |
org.apache.commons.httpclient.methods.GetMethod |
newCheckQueue(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
org.apache.commons.httpclient.methods.GetMethod |
newGetBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId) |
org.apache.commons.httpclient.methods.GetMethod |
newGetBuildResults(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId) |
org.apache.commons.httpclient.methods.GetMethod |
newGetBuildsForProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
org.apache.commons.httpclient.methods.GetMethod |
newGetJobsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server) |
org.apache.commons.httpclient.methods.GetMethod |
newGetJsonTestList(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
String |
newRandomId() |
protected org.apache.commons.httpclient.methods.PostMethod |
newStartBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
ParameterArray params) |
org.apache.commons.httpclient.methods.PostMethod |
newStartFetchTestListBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
String externalID) |
public static final String SYMBOLIC_BUILDFILENAME
public static final String MULTIPART_BUILDFILENAME
public static final String MULTIPART_JENKINSARGS
public String newRandomId()
public org.apache.commons.httpclient.methods.GetMethod newCheckCredentialsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
public org.apache.commons.httpclient.methods.GetMethod newGetJobsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
public org.apache.commons.httpclient.methods.PostMethod newStartFetchTestListBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
String externalID)
public ParameterArray getStartTestSuiteBuildParameters(String externalID)
public ParameterArray getStartTestSuiteBuildParameters(String externalID, String executor)
public org.apache.commons.httpclient.methods.GetMethod newCheckQueue(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public org.apache.commons.httpclient.methods.GetMethod newGetBuildsForProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public org.apache.commons.httpclient.methods.GetMethod newGetBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId)
public org.apache.commons.httpclient.methods.GetMethod newGetBuildResults(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId)
public org.apache.commons.httpclient.methods.GetMethod newGetJsonTestList(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public String buildResultURL(org.squashtest.tm.domain.testautomation.AutomatedTest test, Integer buildID)
protected org.apache.commons.httpclient.methods.PostMethod newStartBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
ParameterArray params)
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.