Interface RgMainProcess
-
- All Superinterfaces:
RgProcess
- All Known Implementing Classes:
RgMainProcessImpl
public interface RgMainProcess extends RgProcess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getProcessId()
boolean
kill()
-
Methods inherited from interface org.jenkinsci.plugins.radargun.model.RgProcess
cancel, createRunner, getProcessFuture, start, waitForResult
-
-
-
-
Method Detail
-
getProcessId
Integer getProcessId()
-
kill
boolean kill() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-