|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandResult | |
---|---|
de.smartics.ci.comm | Provides classes for the ci management. |
de.smartics.ci.comm.command | Provides command classes for the ci management. |
de.smartics.ci.comm.hudson.command | Provides hudson command classes for the ci management. |
Uses of CommandResult in de.smartics.ci.comm |
---|
Methods in de.smartics.ci.comm that return CommandResult | |
---|---|
CommandResult<?> |
CiController.checkStatusJob(String jobName, String xmlQueryString, Properties properties) Check status of a job on the target system and return the result. |
CommandResult<?> |
CiController.executeGenericJobCommand(String jobName, String apiUrl, String xmlQueryString, String regexp, Properties properties) Check status of a job on the target system and return the result. |
Uses of CommandResult in de.smartics.ci.comm.command |
---|
Methods in de.smartics.ci.comm.command that return CommandResult | |
---|---|
abstract CommandResult<T> |
AbstractGenericJobCommand.getResult() Returns the result of the execution of this command. |
abstract CommandResult<T> |
AbstractCheckStatusJobCommand.getResult() Returns the result of the execution of this command. |
Uses of CommandResult in de.smartics.ci.comm.hudson.command |
---|
Fields in de.smartics.ci.comm.hudson.command declared as CommandResult | |
---|---|
protected CommandResult<T> |
AbstractHudsonApiJob.commandResult The result of this command. |
Methods in de.smartics.ci.comm.hudson.command that return CommandResult | |
---|---|
CommandResult<T> |
AbstractHudsonApiJob.getResult() |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |