Uses of Class
com.quartzdesk.service.types.v5_0.scheduler.ExecStatus

Packages that use ExecStatus
com.quartzdesk.service.types.v5_0.scheduler   
com.quartzdesk.service.types.v5_0.scheduler.quartz   
 

Uses of ExecStatus in com.quartzdesk.service.types.v5_0.scheduler
 

Fields in com.quartzdesk.service.types.v5_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.v5_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.v5_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.v5_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v5_0.scheduler.quartz declared as ExecStatus
protected  ExecStatus QuartzMisfiredTrigger.refireEhExecStatus
           
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz that return ExecStatus
 ExecStatus QuartzMisfiredTrigger.getRefireEhExecStatus()
          Gets the value of the refireEhExecStatus property.
 

Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type ExecStatus
 void QuartzMisfiredTrigger.setRefireEhExecStatus(ExecStatus value)
          Sets the value of the refireEhExecStatus property.
 QuartzJobChain QuartzJobChain.withConditionExecStatus(ExecStatus value)
           
 QuartzExecNotificationRule QuartzExecNotificationRule.withConditionExecStatus(ExecStatus value)
           
 QuartzExecHistory QuartzExecHistory.withExecStatus(ExecStatus value)
           
 QuartzMisfiredTrigger QuartzMisfiredTrigger.withRefireEhExecStatus(ExecStatus value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.