public abstract class HttpBasedStepSequence extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BuildAbsoluteId |
absoluteId |
protected org.apache.http.impl.client.CloseableHttpClient |
client |
protected org.squashtest.tm.plugin.testautomation.jenkins.internal.BuildStage |
currentStage |
protected JsonParser |
jsonParser |
protected org.squashtest.tm.domain.testautomation.TestAutomationProject |
project |
protected HttpRequestFactory |
requestFactory |
| Constructor and Description |
|---|
HttpBasedStepSequence() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BuildProcessor |
getProcessor() |
protected CheckBuildRunning |
newCheckBuildRunning() |
protected CheckBuildQueue |
newCheckQueue() |
protected GatherTestList |
newGatherTestList() |
protected GetBuildID |
newGetBuildID() |
protected void |
wireHttpSteps(HttpBasedStep step,
org.apache.http.client.methods.HttpUriRequest method) |
protected HttpRequestFactory requestFactory
protected JsonParser jsonParser
protected org.squashtest.tm.plugin.testautomation.jenkins.internal.BuildStage currentStage
protected org.apache.http.impl.client.CloseableHttpClient client
protected org.squashtest.tm.domain.testautomation.TestAutomationProject project
protected BuildAbsoluteId absoluteId
protected abstract BuildProcessor getProcessor()
protected CheckBuildQueue newCheckQueue()
protected GetBuildID newGetBuildID()
protected CheckBuildRunning newCheckBuildRunning()
protected GatherTestList newGatherTestList()
protected void wireHttpSteps(HttpBasedStep step, org.apache.http.client.methods.HttpUriRequest method)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.