@TupleConstructor class JobProperties extends Object
| Modifiers | Name | Description |
|---|---|---|
private static Set<String> |
ALL_JOB_PROPERTIES |
| Type | Name and description |
|---|---|
Map<String, Object> |
properties |
| Constructor and description |
|---|
JobProperties() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static JobProperties |
fromJob(Job job) |
|
static JobProperties |
fromRequest(SlingHttpServletRequest request) |
|
static JobProperties |
fromValueMap(ValueMap valueMap) |
|
String |
getCronExpression() |
|
String |
getData() |
|
Set<String> |
getEmailTo() |
|
String |
getJobDescription() |
|
String |
getJobTitle() |
|
String |
getMediaType() |
|
String |
getScheduledJobId() |
|
String |
getScript() |
|
Map<String, Object> |
toMap() |