Uses of Class
com.quartzdesk.service.types.v4_0.scheduler.ExecHistory

Packages that use ExecHistory
com.quartzdesk.service.types.v4_0.scheduler   
com.quartzdesk.service.types.v4_0.scheduler.quartz   
 

Uses of ExecHistory in com.quartzdesk.service.types.v4_0.scheduler
 

Methods in com.quartzdesk.service.types.v4_0.scheduler that return ExecHistory
 ExecHistory ExecHistory.withDuration(Integer value)
           
 ExecHistory ExecHistory.withError(String value)
           
 ExecHistory ExecHistory.withExecStatus(ExecStatus value)
           
 ExecHistory ExecHistory.withFinishedAt(Calendar value)
           
 ExecHistory ExecHistory.withHostName(String value)
           
 ExecHistory ExecHistory.withId(Long value)
           
 ExecHistory ExecHistory.withJobClassLocation(String value)
           
 ExecHistory ExecHistory.withJobClassName(String value)
           
 ExecHistory ExecHistory.withJobExecutionId(String value)
           
 ExecHistory ExecHistory.withJvmName(String value)
           
 ExecHistory ExecHistory.withJvmPid(Integer value)
           
 ExecHistory ExecHistory.withJvmRuntimeVersion(String value)
           
 ExecHistory ExecHistory.withJvmVendor(String value)
           
 ExecHistory ExecHistory.withJvmVersion(String value)
           
 ExecHistory ExecHistory.withLog(Collection<LoggingEvent> values)
           
 ExecHistory ExecHistory.withLog(LoggingEvent... values)
           
 ExecHistory ExecHistory.withLogNull(Boolean value)
           
 ExecHistory ExecHistory.withLogStoredCount(Integer value)
           
 ExecHistory ExecHistory.withLogText(String value)
           
 ExecHistory ExecHistory.withLogTotalCount(Integer value)
           
 ExecHistory ExecHistory.withLogXml(String value)
           
 ExecHistory ExecHistory.withOsArch(String value)
           
 ExecHistory ExecHistory.withOsName(String value)
           
 ExecHistory ExecHistory.withOsVersion(String value)
           
 ExecHistory ExecHistory.withResult(String value)
           
 ExecHistory ExecHistory.withResultNull(Boolean value)
           
 ExecHistory ExecHistory.withSchedulerObjectName(String value)
           
 ExecHistory ExecHistory.withSchedulerVersion(Version value)
           
 ExecHistory ExecHistory.withStartedAt(Calendar value)
           
 ExecHistory ExecHistory.withThreadGroupName(String value)
           
 ExecHistory ExecHistory.withThreadName(String value)
           
 ExecHistory ExecHistory.withThreadPriority(Integer value)
           
 ExecHistory ExecHistory.withUserData(String value)
           
 ExecHistory ExecHistory.withUserDataNull(Boolean value)
           
 

Uses of ExecHistory in com.quartzdesk.service.types.v4_0.scheduler.quartz
 

Subclasses of ExecHistory in com.quartzdesk.service.types.v4_0.scheduler.quartz
 class QuartzExecHistory
          Type that encapsulates Quartz job execution history data.
 



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