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

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

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

Fields in com.quartzdesk.service.types.v3_0.scheduler declared as ExecStatus
protected  ExecStatus ExecHistory.execStatus
           
protected  ExecStatus ExecHealthIndicatorEntry.execStatus
           
 

Methods in com.quartzdesk.service.types.v3_0.scheduler that return ExecStatus
static ExecStatus ExecStatus.fromValue(String v)
           
 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.v3_0.scheduler with parameters of type ExecStatus
 void ExecHistory.setExecStatus(ExecStatus value)
          Sets the value of the execStatus property.
 void ExecHealthIndicatorEntry.setExecStatus(ExecStatus value)
          Sets the value of the execStatus property.
 ExecHistory ExecHistory.withExecStatus(ExecStatus value)
           
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withExecStatus(ExecStatus value)
           
 

Uses of ExecStatus in com.quartzdesk.service.types.v3_0.scheduler.quartz
 

Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz with parameters of type ExecStatus
 QuartzExecHistory QuartzExecHistory.withExecStatus(ExecStatus value)
           
 



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