public interface GerritCmdRunner
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendCommand(String command)
Runs a command on the gerrit server.
|
String |
sendCommandStr(String command)
Runs a command on the gerrit server and returns the output from the command.
|
boolean sendCommand(String command)
command - the command.Copyright © 2004-2015 Hudson. All Rights Reserved.