|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuartzJobDetail | |
|---|---|
| com.quartzdesk.service.quartz.v7_0 | |
| com.quartzdesk.service.types.v3_0.scheduler.quartz | |
| Uses of QuartzJobDetail in com.quartzdesk.service.quartz.v7_0 |
|---|
| Fields in com.quartzdesk.service.quartz.v7_0 declared as QuartzJobDetail | |
|---|---|
protected QuartzJobDetail |
UpdateJobRequest.jobDetail
|
protected QuartzJobDetail |
GetJobDetailResponse.jobDetail
|
protected QuartzJobDetail |
AddJobRequest.jobDetail
|
| Fields in com.quartzdesk.service.quartz.v7_0 with type parameters of type QuartzJobDetail | |
|---|---|
protected List<QuartzJobDetail> |
GetJobDetailsResponse.jobDetail
|
| Methods in com.quartzdesk.service.quartz.v7_0 that return QuartzJobDetail | |
|---|---|
QuartzJobDetail |
UpdateJobRequest.getJobDetail()
Gets the value of the jobDetail property. |
QuartzJobDetail |
GetJobDetailResponse.getJobDetail()
Gets the value of the jobDetail property. |
QuartzJobDetail |
AddJobRequest.getJobDetail()
Gets the value of the jobDetail property. |
| Methods in com.quartzdesk.service.quartz.v7_0 that return types with arguments of type QuartzJobDetail | |
|---|---|
List<QuartzJobDetail> |
GetJobDetailsResponse.getJobDetail()
Gets the value of the jobDetail property. |
| Methods in com.quartzdesk.service.quartz.v7_0 with parameters of type QuartzJobDetail | |
|---|---|
void |
UpdateJobRequest.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
GetJobDetailResponse.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
AddJobRequest.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
GetJobDetailsResponse |
GetJobDetailsResponse.withJobDetail(QuartzJobDetail... values)
|
UpdateJobRequest |
UpdateJobRequest.withJobDetail(QuartzJobDetail value)
|
GetJobDetailResponse |
GetJobDetailResponse.withJobDetail(QuartzJobDetail value)
|
AddJobRequest |
AddJobRequest.withJobDetail(QuartzJobDetail value)
|
| Method parameters in com.quartzdesk.service.quartz.v7_0 with type arguments of type QuartzJobDetail | |
|---|---|
void |
GetJobDetailsResponse.setJobDetail(List<QuartzJobDetail> jobDetail)
Sets the value of the jobDetail property. |
GetJobDetailsResponse |
GetJobDetailsResponse.withJobDetail(Collection<QuartzJobDetail> values)
|
| Uses of QuartzJobDetail in com.quartzdesk.service.types.v3_0.scheduler.quartz |
|---|
| Fields in com.quartzdesk.service.types.v3_0.scheduler.quartz declared as QuartzJobDetail | |
|---|---|
protected QuartzJobDetail |
QuartzExecutingJob.jobDetail
|
| Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz that return QuartzJobDetail | |
|---|---|
QuartzJobDetail |
ObjectFactory.createQuartzJobDetail()
Create an instance of QuartzJobDetail |
QuartzJobDetail |
QuartzExecutingJob.getJobDetail()
Gets the value of the jobDetail property. |
QuartzJobDetail |
QuartzJobDetail.withDescription(String value)
|
QuartzJobDetail |
QuartzJobDetail.withDurability(Boolean value)
|
QuartzJobDetail |
QuartzJobDetail.withExecHealthIndicator(ExecHealthIndicator value)
|
QuartzJobDetail |
QuartzJobDetail.withGroup(QuartzJobGroup value)
|
QuartzJobDetail |
QuartzJobDetail.withJobClass(String value)
|
QuartzJobDetail |
QuartzJobDetail.withJobDataMap(QuartzJobDataMap value)
|
QuartzJobDetail |
QuartzJobDetail.withName(String value)
|
QuartzJobDetail |
QuartzJobDetail.withShouldRecover(Boolean value)
|
QuartzJobDetail |
QuartzJobDetail.withVolatility(Boolean value)
|
| Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz with parameters of type QuartzJobDetail | |
|---|---|
void |
QuartzExecutingJob.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
QuartzExecutingJob |
QuartzExecutingJob.withJobDetail(QuartzJobDetail value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||