|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecStatus | |
|---|---|
| com.quartzdesk.service.types.v4_0.scheduler | |
| com.quartzdesk.service.types.v4_0.scheduler.quartz | |
| Uses of ExecStatus in com.quartzdesk.service.types.v4_0.scheduler |
|---|
| Fields in com.quartzdesk.service.types.v4_0.scheduler declared as ExecStatus | |
|---|---|
protected ExecStatus |
JobChain.conditionExecStatus
|
protected ExecStatus |
ExecNotificationRule.conditionExecStatus
|
protected ExecStatus |
ExecHistory.execStatus
|
protected ExecStatus |
ExecHealthIndicatorEntry.execStatus
|
| Methods in com.quartzdesk.service.types.v4_0.scheduler that return ExecStatus | |
|---|---|
static ExecStatus |
ExecStatus.fromValue(String v)
|
ExecStatus |
JobChain.getConditionExecStatus()
Gets the value of the conditionExecStatus property. |
ExecStatus |
ExecNotificationRule.getConditionExecStatus()
Gets the value of the conditionExecStatus property. |
ExecStatus |
ExecHistory.getExecStatus()
Gets the value of the execStatus property. |
ExecStatus |
ExecHealthIndicatorEntry.getExecStatus()
Gets the value of the execStatus property. |
static ExecStatus |
ExecStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecStatus[] |
ExecStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.quartzdesk.service.types.v4_0.scheduler with parameters of type ExecStatus | |
|---|---|
void |
JobChain.setConditionExecStatus(ExecStatus value)
Sets the value of the conditionExecStatus property. |
void |
ExecNotificationRule.setConditionExecStatus(ExecStatus value)
Sets the value of the conditionExecStatus property. |
void |
ExecHistory.setExecStatus(ExecStatus value)
Sets the value of the execStatus property. |
void |
ExecHealthIndicatorEntry.setExecStatus(ExecStatus value)
Sets the value of the execStatus property. |
JobChain |
JobChain.withConditionExecStatus(ExecStatus value)
|
ExecNotificationRule |
ExecNotificationRule.withConditionExecStatus(ExecStatus value)
|
ExecHistory |
ExecHistory.withExecStatus(ExecStatus value)
|
ExecHealthIndicatorEntry |
ExecHealthIndicatorEntry.withExecStatus(ExecStatus value)
|
| Uses of ExecStatus in com.quartzdesk.service.types.v4_0.scheduler.quartz |
|---|
| Methods in com.quartzdesk.service.types.v4_0.scheduler.quartz with parameters of type ExecStatus | |
|---|---|
QuartzJobChain |
QuartzJobChain.withConditionExecStatus(ExecStatus value)
|
QuartzExecNotificationRule |
QuartzExecNotificationRule.withConditionExecStatus(ExecStatus value)
|
QuartzExecHistory |
QuartzExecHistory.withExecStatus(ExecStatus value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||