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.db.querySpecs
/
TaskSpecs
Task
Specs
object
TaskSpecs
Members
Functions
all
Link copied to clipboard
fun
all
(
)
:
Specification
<
TaskEntity
>
by
Ext
Id
Link copied to clipboard
fun
byExtId
(
extId
:
String
)
:
Specification
<
TaskEntity
>
by
Pipeline
Task
Id
Link copied to clipboard
fun
byPipelineTaskId
(
pipelineTaskId
:
Long
)
:
Specification
<
TaskEntity
>
by
Running
Status
Link copied to clipboard
fun
byRunningStatus
(
runningStatuses
:
List
<
Int
>
)
:
Specification
<
TaskEntity
>
by
Task
Type
Category
Link copied to clipboard
fun
byTaskTypeCategory
(
taskTypeCategory
:
TaskCategory
)
:
Specification
<
TaskEntity
>
by
Task
Type
Hids
Link copied to clipboard
fun
byTaskTypeHids
(
taskTypeHids
:
List
<
String
>
)
:
Specification
<
TaskEntity
>
by
Tenant
Link copied to clipboard
fun
byTenant
(
tenantId
:
Int
)
:
Specification
<
TaskEntity
>