public class JobContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected org.quartz.JobDetail |
detail |
protected org.quartz.Trigger |
trigger |
| Constructor and Description |
|---|
JobContext(org.quartz.JobDetail detail,
org.quartz.Trigger trigger,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.quartz.JobDetail |
getDetail() |
org.quartz.Trigger |
getTrigger() |
String |
toString() |
Copyright © 2020 CrafterCMS. All rights reserved.