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