org.squashtest.tm.plugin.testautomation.jenkins.internal.net
public class HttpRequestFactory extends Object
| Constructor and Description |
|---|
HttpRequestFactory() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildResultURL(org.squashtest.tm.domain.testautomation.AutomatedTest test,
Integer buildID) |
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) |
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) |
org.apache.commons.httpclient.methods.PostMethod |
newStartTestSuiteBuild(org.squashtest.tm.service.testautomation.model.TestAutomationProjectContent content,
String externalID) |
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 org.apache.commons.httpclient.methods.PostMethod newStartTestSuiteBuild(org.squashtest.tm.service.testautomation.model.TestAutomationProjectContent content,
String externalID)
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 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-2014 Henix, henix.fr. All Rights Reserved.