org.squashtest.tm.plugin.testautomation.jenkins.internal
Class HttpBasedStepSequence

java.lang.Object
  extended by org.squashtest.tm.plugin.testautomation.jenkins.internal.HttpBasedStepSequence

public abstract class HttpBasedStepSequence
extends Object


Field Summary
protected  BuildAbsoluteId absoluteId
           
protected  org.apache.commons.httpclient.HttpClient 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 Summary
HttpBasedStepSequence()
           
 
Method Summary
protected abstract  AbstractBuildProcessor getProcessor()
           
protected  CheckBuildRunning newCheckBuildRunning()
           
protected  CheckBuildQueue newCheckQueue()
           
protected  GatherTestList newGatherResults()
           
protected  GetBuildID newGetBuildID()
           
protected  void wireHttpSteps(HttpBasedStep step, org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestFactory

protected HttpRequestFactory requestFactory

jsonParser

protected JsonParser jsonParser

currentStage

protected org.squashtest.tm.plugin.testautomation.jenkins.internal.BuildStage currentStage

client

protected org.apache.commons.httpclient.HttpClient client

project

protected org.squashtest.tm.domain.testautomation.TestAutomationProject project

absoluteId

protected BuildAbsoluteId absoluteId
Constructor Detail

HttpBasedStepSequence

public HttpBasedStepSequence()
Method Detail

getProcessor

protected abstract AbstractBuildProcessor getProcessor()

newCheckQueue

protected CheckBuildQueue newCheckQueue()

newGetBuildID

protected GetBuildID newGetBuildID()

newCheckBuildRunning

protected CheckBuildRunning newCheckBuildRunning()

newGatherResults

protected GatherTestList newGatherResults()

wireHttpSteps

protected void wireHttpSteps(HttpBasedStep step,
                             org.apache.commons.httpclient.HttpMethod method)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.