Class BaseCommand
- java.lang.Object
-
- org.rundeck.client.tool.extension.BaseCommand
-
- All Implemented Interfaces:
RdCommandExtension,RdOutput
public class BaseCommand extends java.lang.Object implements RdCommandExtension, RdOutput
-
-
Constructor Summary
Constructors Constructor Description BaseCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TapiCall(java.util.function.Function<org.rundeck.client.api.RundeckApi,retrofit2.Call<T>> func)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rundeck.client.tool.extension.RdCommandExtension
setRdTool
-
Methods inherited from interface org.rundeck.client.tool.extension.RdOutput
setRdOutput
-
-
-
-
Method Detail
-
apiCall
public <T> T apiCall(java.util.function.Function<org.rundeck.client.api.RundeckApi,retrofit2.Call<T>> func) throws InputError, java.io.IOException- Throws:
InputErrorjava.io.IOException
-
-