Package io.hyperfoil.api.deployment
Interface Deployer
- All Superinterfaces:
AutoCloseable,Closeable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadAgentLog(DeployedAgent deployedAgent, long offset, String destinationFile, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) voiddownloadControllerLog(long offset, String destinationFile, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) boolean
-
Method Details
-
start
-
hasControllerLog
boolean hasControllerLog() -
downloadControllerLog
-
downloadAgentLog
void downloadAgentLog(DeployedAgent deployedAgent, long offset, String destinationFile, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
-