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

Packages that use ExecHealthIndicatorEntry
com.quartzdesk.service.types.v3_0.scheduler   
 

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

Fields in com.quartzdesk.service.types.v3_0.scheduler with type parameters of type ExecHealthIndicatorEntry
protected  List<ExecHealthIndicatorEntry> ExecHealthIndicator.entry
           
 

Methods in com.quartzdesk.service.types.v3_0.scheduler that return ExecHealthIndicatorEntry
 ExecHealthIndicatorEntry ObjectFactory.createExecHealthIndicatorEntry()
          Create an instance of ExecHealthIndicatorEntry
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withDuration(Integer value)
           
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withExecHistoryId(Long value)
           
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withExecStatus(ExecStatus value)
           
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withFinishedAt(Calendar value)
           
 ExecHealthIndicatorEntry ExecHealthIndicatorEntry.withStartedAt(Calendar value)
           
 

Methods in com.quartzdesk.service.types.v3_0.scheduler that return types with arguments of type ExecHealthIndicatorEntry
 List<ExecHealthIndicatorEntry> ExecHealthIndicator.getEntry()
          Gets the value of the entry property.
 

Methods in com.quartzdesk.service.types.v3_0.scheduler with parameters of type ExecHealthIndicatorEntry
 ExecHealthIndicator ExecHealthIndicator.withEntry(ExecHealthIndicatorEntry... values)
           
 

Method parameters in com.quartzdesk.service.types.v3_0.scheduler with type arguments of type ExecHealthIndicatorEntry
 void ExecHealthIndicator.setEntry(List<ExecHealthIndicatorEntry> entry)
          Sets the value of the entry property.
 ExecHealthIndicator ExecHealthIndicator.withEntry(Collection<ExecHealthIndicatorEntry> values)
           
 



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