Class TaskGetCommand
- java.lang.Object
-
- uk.co.ractf.polaris.apiclient.AbstractCommand<uk.co.ractf.polaris.api.task.Task>
-
- uk.co.ractf.polaris.apiclient.command.TaskGetCommand
-
public class TaskGetCommand extends AbstractCommand<uk.co.ractf.polaris.api.task.Task>
-
-
Field Summary
-
Fields inherited from class uk.co.ractf.polaris.apiclient.AbstractCommand
apiClientTransport
-
-
Constructor Summary
Constructors Constructor Description TaskGetCommand(APIClientTransport apiClientTransport, java.lang.String taskId)TaskGetCommand(APIClientTransport apiClientTransport, uk.co.ractf.polaris.api.namespace.NamespacedId namespacedId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description uk.co.ractf.polaris.api.task.Taskexec()
-
-
-
Constructor Detail
-
TaskGetCommand
public TaskGetCommand(APIClientTransport apiClientTransport, uk.co.ractf.polaris.api.namespace.NamespacedId namespacedId)
-
TaskGetCommand
public TaskGetCommand(APIClientTransport apiClientTransport, java.lang.String taskId)
-
-
Method Detail
-
exec
public uk.co.ractf.polaris.api.task.Task exec()
- Specified by:
execin classAbstractCommand<uk.co.ractf.polaris.api.task.Task>
-
-