long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller.security
/
AuthorizeRequest
/
CreateTask
Create
Task
data
class
CreateTask
(
val
authData
:
AuthData
?
,
val
taskTypeHid
:
String
)
:
AuthorizeRequest
Members
Constructors
Create
Task
Link copied to clipboard
constructor
(
authData
:
AuthData
?
,
taskTypeHid
:
String
)
Properties
auth
Data
Link copied to clipboard
open
override
val
authData
:
AuthData
?
task
Type
Hid
Link copied to clipboard
val
taskTypeHid
:
String
Functions
get
Action
Link copied to clipboard
open
override
fun
getAction
(
)
:
SecurityAction