Class RgWorkerProcessImpl
- java.lang.Object
-
- org.jenkinsci.plugins.radargun.model.impl.AbstractRgProcess
-
- org.jenkinsci.plugins.radargun.model.impl.RgWorkerProcessImpl
-
- All Implemented Interfaces:
RgProcess
,RgWorkerProcess
public class RgWorkerProcessImpl extends AbstractRgProcess implements RgWorkerProcess
-
-
Field Summary
-
Fields inherited from class org.jenkinsci.plugins.radargun.model.impl.AbstractRgProcess
processFuture
-
-
Constructor Summary
Constructors Constructor Description RgWorkerProcessImpl(RgBuild rgBuild, int workerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeRunner
createRunner()
String[]
getWorkerCmdLine()
-
Methods inherited from class org.jenkinsci.plugins.radargun.model.impl.AbstractRgProcess
cancel, getProcessFuture, start, waitForResult
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jenkinsci.plugins.radargun.model.RgProcess
cancel, getProcessFuture, start, waitForResult
-
-
-
-
Constructor Detail
-
RgWorkerProcessImpl
public RgWorkerProcessImpl(RgBuild rgBuild, int workerId)
-
-
Method Detail
-
createRunner
public NodeRunner createRunner() throws IOException, InterruptedException
- Specified by:
createRunner
in interfaceRgProcess
- Specified by:
createRunner
in classAbstractRgProcess
- Throws:
IOException
InterruptedException
-
getWorkerCmdLine
public String[] getWorkerCmdLine() throws InterruptedException, IOException
- Throws:
InterruptedException
IOException
-
-