Uses of Class
com.quartzdesk.service.types.v3_0.scheduler.quartz.QuartzExecHistory

Packages that use QuartzExecHistory
com.quartzdesk.service.quartz_exec_history.v1_0   
com.quartzdesk.service.types.v3_0.scheduler.quartz   
 

Uses of QuartzExecHistory in com.quartzdesk.service.quartz_exec_history.v1_0
 

Fields in com.quartzdesk.service.quartz_exec_history.v1_0 with type parameters of type QuartzExecHistory
protected  List<QuartzExecHistory> GetHistoryForTriggerResponse.history
           
protected  List<QuartzExecHistory> GetHistoryForSchedulerResponse.history
           
protected  List<QuartzExecHistory> GetHistoryForJobResponse.history
           
 

Methods in com.quartzdesk.service.quartz_exec_history.v1_0 that return types with arguments of type QuartzExecHistory
 List<QuartzExecHistory> GetHistoryForTriggerResponse.getHistory()
          Gets the value of the history property.
 List<QuartzExecHistory> GetHistoryForSchedulerResponse.getHistory()
          Gets the value of the history property.
 List<QuartzExecHistory> GetHistoryForJobResponse.getHistory()
          Gets the value of the history property.
 

Methods in com.quartzdesk.service.quartz_exec_history.v1_0 with parameters of type QuartzExecHistory
 GetHistoryForTriggerResponse GetHistoryForTriggerResponse.withHistory(QuartzExecHistory... values)
           
 GetHistoryForSchedulerResponse GetHistoryForSchedulerResponse.withHistory(QuartzExecHistory... values)
           
 GetHistoryForJobResponse GetHistoryForJobResponse.withHistory(QuartzExecHistory... values)
           
 

Method parameters in com.quartzdesk.service.quartz_exec_history.v1_0 with type arguments of type QuartzExecHistory
 void GetHistoryForTriggerResponse.setHistory(List<QuartzExecHistory> history)
          Sets the value of the history property.
 void GetHistoryForSchedulerResponse.setHistory(List<QuartzExecHistory> history)
          Sets the value of the history property.
 void GetHistoryForJobResponse.setHistory(List<QuartzExecHistory> history)
          Sets the value of the history property.
 GetHistoryForTriggerResponse GetHistoryForTriggerResponse.withHistory(Collection<QuartzExecHistory> values)
           
 GetHistoryForSchedulerResponse GetHistoryForSchedulerResponse.withHistory(Collection<QuartzExecHistory> values)
           
 GetHistoryForJobResponse GetHistoryForJobResponse.withHistory(Collection<QuartzExecHistory> values)
           
 

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

Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz that return QuartzExecHistory
 QuartzExecHistory ObjectFactory.createQuartzExecHistory()
          Create an instance of QuartzExecHistory
 QuartzExecHistory QuartzExecHistory.withCalendarName(String value)
           
 QuartzExecHistory QuartzExecHistory.withDuration(Integer value)
           
 QuartzExecHistory QuartzExecHistory.withError(String value)
           
 QuartzExecHistory QuartzExecHistory.withExecStatus(ExecStatus value)
           
 QuartzExecHistory QuartzExecHistory.withFinishedAt(Calendar value)
           
 QuartzExecHistory QuartzExecHistory.withHostName(String value)
           
 QuartzExecHistory QuartzExecHistory.withId(Long value)
           
 QuartzExecHistory QuartzExecHistory.withJobClassLocation(String value)
           
 QuartzExecHistory QuartzExecHistory.withJobClassName(String value)
           
 QuartzExecHistory QuartzExecHistory.withJobDataMap(QuartzJobDataMap value)
           
 QuartzExecHistory QuartzExecHistory.withJobDataMapXml(String value)
           
 QuartzExecHistory QuartzExecHistory.withJobExecutionId(String value)
           
 QuartzExecHistory QuartzExecHistory.withJobGroupName(String value)
           
 QuartzExecHistory QuartzExecHistory.withJobName(String value)
           
 QuartzExecHistory QuartzExecHistory.withJvmName(String value)
           
 QuartzExecHistory QuartzExecHistory.withJvmPid(Integer value)
           
 QuartzExecHistory QuartzExecHistory.withJvmRuntimeVersion(String value)
           
 QuartzExecHistory QuartzExecHistory.withJvmVendor(String value)
           
 QuartzExecHistory QuartzExecHistory.withJvmVersion(String value)
           
 QuartzExecHistory QuartzExecHistory.withLog(Collection<LoggingEvent> values)
           
 QuartzExecHistory QuartzExecHistory.withLog(LoggingEvent... values)
           
 QuartzExecHistory QuartzExecHistory.withLogNull(Boolean value)
           
 QuartzExecHistory QuartzExecHistory.withLogStoredCount(Integer value)
           
 QuartzExecHistory QuartzExecHistory.withLogText(String value)
           
 QuartzExecHistory QuartzExecHistory.withLogTotalCount(Integer value)
           
 QuartzExecHistory QuartzExecHistory.withLogXml(String value)
           
 QuartzExecHistory QuartzExecHistory.withOsArch(String value)
           
 QuartzExecHistory QuartzExecHistory.withOsName(String value)
           
 QuartzExecHistory QuartzExecHistory.withOsVersion(String value)
           
 QuartzExecHistory QuartzExecHistory.withResult(String value)
           
 QuartzExecHistory QuartzExecHistory.withResultNull(Boolean value)
           
 QuartzExecHistory QuartzExecHistory.withSchedulerInstanceId(String value)
           
 QuartzExecHistory QuartzExecHistory.withSchedulerName(String value)
           
 QuartzExecHistory QuartzExecHistory.withSchedulerObjectName(String value)
           
 QuartzExecHistory QuartzExecHistory.withSchedulerVersion(Version value)
           
 QuartzExecHistory QuartzExecHistory.withStartedAt(Calendar value)
           
 QuartzExecHistory QuartzExecHistory.withThreadGroupName(String value)
           
 QuartzExecHistory QuartzExecHistory.withThreadName(String value)
           
 QuartzExecHistory QuartzExecHistory.withThreadPriority(Integer value)
           
 QuartzExecHistory QuartzExecHistory.withTriggerGroupName(String value)
           
 QuartzExecHistory QuartzExecHistory.withTriggerName(String value)
           
 QuartzExecHistory QuartzExecHistory.withUserData(String value)
           
 QuartzExecHistory QuartzExecHistory.withUserDataNull(Boolean value)
           
 



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