JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.atlassian.crowd.plugin.rest.entity.JobEntity
Packages that use
JobEntity
Package
Description
com.atlassian.crowd.plugin.rest.entity
com.atlassian.crowd.plugin.rest.service.controller.scheduling
Uses of
JobEntity
in
com.atlassian.crowd.plugin.rest.entity
Constructor parameters in
com.atlassian.crowd.plugin.rest.entity
with type arguments of type
JobEntity
Modifier
Constructor
Description
JobEntityList
(
List
<
JobEntity
> jobEntities)
Uses of
JobEntity
in
com.atlassian.crowd.plugin.rest.service.controller.scheduling
Methods in
com.atlassian.crowd.plugin.rest.service.controller.scheduling
that return types with arguments of type
JobEntity
Modifier and Type
Method
Description
List
<
JobEntity
>
SchedulerController.
getListOfJobs
()