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.http.client.methods.HttpGet |
newCheckCredentialsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server) |
org.apache.http.client.methods.HttpGet |
newCheckQueue(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
org.apache.http.client.methods.HttpGet |
newGetBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId) |
org.apache.http.client.methods.HttpGet |
newGetBuildResults(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId) |
org.apache.http.client.methods.HttpGet |
newGetBuildsForProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
org.apache.http.client.methods.HttpGet |
newGetJobsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server) |
org.apache.http.client.methods.HttpGet |
newGetJsonTestList(org.squashtest.tm.domain.testautomation.TestAutomationProject project) |
String |
newRandomId() |
protected org.apache.http.client.methods.HttpPost |
newStartBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
ParameterArray params) |
org.apache.http.client.methods.HttpPost |
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.http.client.methods.HttpGet newCheckCredentialsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
public org.apache.http.client.methods.HttpGet newGetJobsMethod(org.squashtest.tm.domain.testautomation.TestAutomationServer server)
public org.apache.http.client.methods.HttpPost 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.http.client.methods.HttpGet newCheckQueue(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public org.apache.http.client.methods.HttpGet newGetBuildsForProject(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public org.apache.http.client.methods.HttpGet newGetBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId)
public org.apache.http.client.methods.HttpGet newGetBuildResults(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
int buildId)
public org.apache.http.client.methods.HttpGet newGetJsonTestList(org.squashtest.tm.domain.testautomation.TestAutomationProject project)
public String buildResultURL(org.squashtest.tm.domain.testautomation.AutomatedTest test, Integer buildID)
protected org.apache.http.client.methods.HttpPost newStartBuild(org.squashtest.tm.domain.testautomation.TestAutomationProject project,
ParameterArray params)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.