com.quartzdesk.service.types.v5_0.scheduler
Class ExecHistory

java.lang.Object
  extended by com.quartzdesk.service.types.v5_0.scheduler.ExecHistory
Direct Known Subclasses:
QuartzExecHistory

public abstract class ExecHistory
extends Object

Base type for all job execution history types.

Java class for ExecHistory complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExecHistory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="startedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="finishedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="execStatus" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecStatus"/>
         <element name="execType" type="{http://service.quartzdesk.com/types/v5_0/scheduler}ExecType"/>
         <element name="schedulerObjectName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schedulerVersion" type="{http://service.quartzdesk.com/types/v5_0/common}Version"/>
         <element name="jobClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobClassLocation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobExecutionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resultNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userDataNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="userData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="logNull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="log" type="{http://service.quartzdesk.com/types/v5_0/log}LoggingEvent" maxOccurs="unbounded" minOccurs="0"/>
         <element name="logText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="logXml" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="logStoredCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="logTotalCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="threadGroupName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="threadName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="threadPriority" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jvmPid" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="jvmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jvmVendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jvmVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jvmRuntimeVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="osName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="osVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="osArch" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="jobChainId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="jobChainFlowId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="jobChainFlowSrcExecHistoryId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer duration
           
protected  String error
           
protected  ExecStatus execStatus
           
protected  ExecType execType
           
protected  Calendar finishedAt
           
protected  String hostName
           
protected  Long id
           
protected  String jobChainFlowId
           
protected  Long jobChainFlowSrcExecHistoryId
           
protected  Long jobChainId
           
protected  String jobClassLocation
           
protected  String jobClassName
           
protected  String jobExecutionId
           
protected  String jvmName
           
protected  Integer jvmPid
           
protected  String jvmRuntimeVersion
           
protected  String jvmVendor
           
protected  String jvmVersion
           
protected  List<LoggingEvent> log
           
protected  Boolean logNull
           
protected  Integer logStoredCount
           
protected  String logText
           
protected  Integer logTotalCount
           
protected  String logXml
           
protected  String osArch
           
protected  String osName
           
protected  String osVersion
           
protected  String result
           
protected  Boolean resultNull
           
protected  String schedulerObjectName
           
protected  Version schedulerVersion
           
protected  Calendar startedAt
           
protected  String threadGroupName
           
protected  String threadName
           
protected  Integer threadPriority
           
protected  String userData
           
protected  Boolean userDataNull
           
 
Constructor Summary
ExecHistory()
           
 
Method Summary
 Integer getDuration()
          Gets the value of the duration property.
 String getError()
          Gets the value of the error property.
 ExecStatus getExecStatus()
          Gets the value of the execStatus property.
 ExecType getExecType()
          Gets the value of the execType property.
 Calendar getFinishedAt()
          Gets the value of the finishedAt property.
 String getHostName()
          Gets the value of the hostName property.
 Long getId()
          Gets the value of the id property.
 String getJobChainFlowId()
          Gets the value of the jobChainFlowId property.
 Long getJobChainFlowSrcExecHistoryId()
          Gets the value of the jobChainFlowSrcExecHistoryId property.
 Long getJobChainId()
          Gets the value of the jobChainId property.
 String getJobClassLocation()
          Gets the value of the jobClassLocation property.
 String getJobClassName()
          Gets the value of the jobClassName property.
 String getJobExecutionId()
          Gets the value of the jobExecutionId property.
 String getJvmName()
          Gets the value of the jvmName property.
 Integer getJvmPid()
          Gets the value of the jvmPid property.
 String getJvmRuntimeVersion()
          Gets the value of the jvmRuntimeVersion property.
 String getJvmVendor()
          Gets the value of the jvmVendor property.
 String getJvmVersion()
          Gets the value of the jvmVersion property.
 List<LoggingEvent> getLog()
          Gets the value of the log property.
 Boolean getLogNull()
           
 Integer getLogStoredCount()
          Gets the value of the logStoredCount property.
 String getLogText()
          Gets the value of the logText property.
 Integer getLogTotalCount()
          Gets the value of the logTotalCount property.
 String getLogXml()
          Gets the value of the logXml property.
 String getOsArch()
          Gets the value of the osArch property.
 String getOsName()
          Gets the value of the osName property.
 String getOsVersion()
          Gets the value of the osVersion property.
 String getResult()
          Gets the value of the result property.
 Boolean getResultNull()
           
 String getSchedulerObjectName()
          Gets the value of the schedulerObjectName property.
 Version getSchedulerVersion()
          Gets the value of the schedulerVersion property.
 Calendar getStartedAt()
          Gets the value of the startedAt property.
 String getThreadGroupName()
          Gets the value of the threadGroupName property.
 String getThreadName()
          Gets the value of the threadName property.
 Integer getThreadPriority()
          Gets the value of the threadPriority property.
 String getUserData()
          Gets the value of the userData property.
 Boolean getUserDataNull()
           
 Boolean isLogNull()
          Gets the value of the logNull property.
 Boolean isResultNull()
          Gets the value of the resultNull property.
 Boolean isUserDataNull()
          Gets the value of the userDataNull property.
 void setDuration(Integer value)
          Sets the value of the duration property.
 void setError(String value)
          Sets the value of the error property.
 void setExecStatus(ExecStatus value)
          Sets the value of the execStatus property.
 void setExecType(ExecType value)
          Sets the value of the execType property.
 void setFinishedAt(Calendar value)
          Sets the value of the finishedAt property.
 void setHostName(String value)
          Sets the value of the hostName property.
 void setId(Long value)
          Sets the value of the id property.
 void setJobChainFlowId(String value)
          Sets the value of the jobChainFlowId property.
 void setJobChainFlowSrcExecHistoryId(Long value)
          Sets the value of the jobChainFlowSrcExecHistoryId property.
 void setJobChainId(Long value)
          Sets the value of the jobChainId property.
 void setJobClassLocation(String value)
          Sets the value of the jobClassLocation property.
 void setJobClassName(String value)
          Sets the value of the jobClassName property.
 void setJobExecutionId(String value)
          Sets the value of the jobExecutionId property.
 void setJvmName(String value)
          Sets the value of the jvmName property.
 void setJvmPid(Integer value)
          Sets the value of the jvmPid property.
 void setJvmRuntimeVersion(String value)
          Sets the value of the jvmRuntimeVersion property.
 void setJvmVendor(String value)
          Sets the value of the jvmVendor property.
 void setJvmVersion(String value)
          Sets the value of the jvmVersion property.
 void setLog(List<LoggingEvent> log)
          Sets the value of the log property.
 void setLogNull(Boolean value)
          Sets the value of the logNull property.
 void setLogStoredCount(Integer value)
          Sets the value of the logStoredCount property.
 void setLogText(String value)
          Sets the value of the logText property.
 void setLogTotalCount(Integer value)
          Sets the value of the logTotalCount property.
 void setLogXml(String value)
          Sets the value of the logXml property.
 void setOsArch(String value)
          Sets the value of the osArch property.
 void setOsName(String value)
          Sets the value of the osName property.
 void setOsVersion(String value)
          Sets the value of the osVersion property.
 void setResult(String value)
          Sets the value of the result property.
 void setResultNull(Boolean value)
          Sets the value of the resultNull property.
 void setSchedulerObjectName(String value)
          Sets the value of the schedulerObjectName property.
 void setSchedulerVersion(Version value)
          Sets the value of the schedulerVersion property.
 void setStartedAt(Calendar value)
          Sets the value of the startedAt property.
 void setThreadGroupName(String value)
          Sets the value of the threadGroupName property.
 void setThreadName(String value)
          Sets the value of the threadName property.
 void setThreadPriority(Integer value)
          Sets the value of the threadPriority property.
 void setUserData(String value)
          Sets the value of the userData property.
 void setUserDataNull(Boolean value)
          Sets the value of the userDataNull property.
 ExecHistory withDuration(Integer value)
           
 ExecHistory withError(String value)
           
 ExecHistory withExecStatus(ExecStatus value)
           
 ExecHistory withExecType(ExecType value)
           
 ExecHistory withFinishedAt(Calendar value)
           
 ExecHistory withHostName(String value)
           
 ExecHistory withId(Long value)
           
 ExecHistory withJobChainFlowId(String value)
           
 ExecHistory withJobChainFlowSrcExecHistoryId(Long value)
           
 ExecHistory withJobChainId(Long value)
           
 ExecHistory withJobClassLocation(String value)
           
 ExecHistory withJobClassName(String value)
           
 ExecHistory withJobExecutionId(String value)
           
 ExecHistory withJvmName(String value)
           
 ExecHistory withJvmPid(Integer value)
           
 ExecHistory withJvmRuntimeVersion(String value)
           
 ExecHistory withJvmVendor(String value)
           
 ExecHistory withJvmVersion(String value)
           
 ExecHistory withLog(Collection<LoggingEvent> values)
           
 ExecHistory withLog(LoggingEvent... values)
           
 ExecHistory withLogNull(Boolean value)
           
 ExecHistory withLogStoredCount(Integer value)
           
 ExecHistory withLogText(String value)
           
 ExecHistory withLogTotalCount(Integer value)
           
 ExecHistory withLogXml(String value)
           
 ExecHistory withOsArch(String value)
           
 ExecHistory withOsName(String value)
           
 ExecHistory withOsVersion(String value)
           
 ExecHistory withResult(String value)
           
 ExecHistory withResultNull(Boolean value)
           
 ExecHistory withSchedulerObjectName(String value)
           
 ExecHistory withSchedulerVersion(Version value)
           
 ExecHistory withStartedAt(Calendar value)
           
 ExecHistory withThreadGroupName(String value)
           
 ExecHistory withThreadName(String value)
           
 ExecHistory withThreadPriority(Integer value)
           
 ExecHistory withUserData(String value)
           
 ExecHistory withUserDataNull(Boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

startedAt

protected Calendar startedAt

finishedAt

protected Calendar finishedAt

duration

protected Integer duration

execStatus

protected ExecStatus execStatus

execType

protected ExecType execType

schedulerObjectName

protected String schedulerObjectName

schedulerVersion

protected Version schedulerVersion

jobClassName

protected String jobClassName

jobClassLocation

protected String jobClassLocation

jobExecutionId

protected String jobExecutionId

resultNull

protected Boolean resultNull

result

protected String result

error

protected String error

userDataNull

protected Boolean userDataNull

userData

protected String userData

logNull

protected Boolean logNull

log

protected List<LoggingEvent> log

logText

protected String logText

logXml

protected String logXml

logStoredCount

protected Integer logStoredCount

logTotalCount

protected Integer logTotalCount

threadGroupName

protected String threadGroupName

threadName

protected String threadName

threadPriority

protected Integer threadPriority

hostName

protected String hostName

jvmPid

protected Integer jvmPid

jvmName

protected String jvmName

jvmVendor

protected String jvmVendor

jvmVersion

protected String jvmVersion

jvmRuntimeVersion

protected String jvmRuntimeVersion

osName

protected String osName

osVersion

protected String osVersion

osArch

protected String osArch

jobChainId

protected Long jobChainId

jobChainFlowId

protected String jobChainFlowId

jobChainFlowSrcExecHistoryId

protected Long jobChainFlowSrcExecHistoryId
Constructor Detail

ExecHistory

public ExecHistory()
Method Detail

getId

public Long getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(Long value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getStartedAt

public Calendar getStartedAt()
Gets the value of the startedAt property.

Returns:
possible object is String

setStartedAt

public void setStartedAt(Calendar value)
Sets the value of the startedAt property.

Parameters:
value - allowed object is String

getFinishedAt

public Calendar getFinishedAt()
Gets the value of the finishedAt property.

Returns:
possible object is String

setFinishedAt

public void setFinishedAt(Calendar value)
Sets the value of the finishedAt property.

Parameters:
value - allowed object is String

getDuration

public Integer getDuration()
Gets the value of the duration property.

Returns:
possible object is String

setDuration

public void setDuration(Integer value)
Sets the value of the duration property.

Parameters:
value - allowed object is String

getExecStatus

public ExecStatus getExecStatus()
Gets the value of the execStatus property.

Returns:
possible object is ExecStatus

setExecStatus

public void setExecStatus(ExecStatus value)
Sets the value of the execStatus property.

Parameters:
value - allowed object is ExecStatus

getExecType

public ExecType getExecType()
Gets the value of the execType property.

Returns:
possible object is ExecType

setExecType

public void setExecType(ExecType value)
Sets the value of the execType property.

Parameters:
value - allowed object is ExecType

getSchedulerObjectName

public String getSchedulerObjectName()
Gets the value of the schedulerObjectName property.

Returns:
possible object is String

setSchedulerObjectName

public void setSchedulerObjectName(String value)
Sets the value of the schedulerObjectName property.

Parameters:
value - allowed object is String

getSchedulerVersion

public Version getSchedulerVersion()
Gets the value of the schedulerVersion property.

Returns:
possible object is Version

setSchedulerVersion

public void setSchedulerVersion(Version value)
Sets the value of the schedulerVersion property.

Parameters:
value - allowed object is Version

getJobClassName

public String getJobClassName()
Gets the value of the jobClassName property.

Returns:
possible object is String

setJobClassName

public void setJobClassName(String value)
Sets the value of the jobClassName property.

Parameters:
value - allowed object is String

getJobClassLocation

public String getJobClassLocation()
Gets the value of the jobClassLocation property.

Returns:
possible object is String

setJobClassLocation

public void setJobClassLocation(String value)
Sets the value of the jobClassLocation property.

Parameters:
value - allowed object is String

getJobExecutionId

public String getJobExecutionId()
Gets the value of the jobExecutionId property.

Returns:
possible object is String

setJobExecutionId

public void setJobExecutionId(String value)
Sets the value of the jobExecutionId property.

Parameters:
value - allowed object is String

isResultNull

public Boolean isResultNull()
Gets the value of the resultNull property.

Returns:
possible object is String

setResultNull

public void setResultNull(Boolean value)
Sets the value of the resultNull property.

Parameters:
value - allowed object is String

getResult

public String getResult()
Gets the value of the result property.

Returns:
possible object is String

setResult

public void setResult(String value)
Sets the value of the result property.

Parameters:
value - allowed object is String

getError

public String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

public void setError(String value)
Sets the value of the error property.

Parameters:
value - allowed object is String

isUserDataNull

public Boolean isUserDataNull()
Gets the value of the userDataNull property.

Returns:
possible object is String

setUserDataNull

public void setUserDataNull(Boolean value)
Sets the value of the userDataNull property.

Parameters:
value - allowed object is String

getUserData

public String getUserData()
Gets the value of the userData property.

Returns:
possible object is String

setUserData

public void setUserData(String value)
Sets the value of the userData property.

Parameters:
value - allowed object is String

isLogNull

public Boolean isLogNull()
Gets the value of the logNull property.

Returns:
possible object is String

setLogNull

public void setLogNull(Boolean value)
Sets the value of the logNull property.

Parameters:
value - allowed object is String

getLog

public List<LoggingEvent> getLog()
Gets the value of the log property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the log property.

For example, to add a new item, do as follows:

    getLog().add(newItem);
 

Objects of the following type(s) are allowed in the list LoggingEvent


getLogText

public String getLogText()
Gets the value of the logText property.

Returns:
possible object is String

setLogText

public void setLogText(String value)
Sets the value of the logText property.

Parameters:
value - allowed object is String

getLogXml

public String getLogXml()
Gets the value of the logXml property.

Returns:
possible object is String

setLogXml

public void setLogXml(String value)
Sets the value of the logXml property.

Parameters:
value - allowed object is String

getLogStoredCount

public Integer getLogStoredCount()
Gets the value of the logStoredCount property.

Returns:
possible object is String

setLogStoredCount

public void setLogStoredCount(Integer value)
Sets the value of the logStoredCount property.

Parameters:
value - allowed object is String

getLogTotalCount

public Integer getLogTotalCount()
Gets the value of the logTotalCount property.

Returns:
possible object is String

setLogTotalCount

public void setLogTotalCount(Integer value)
Sets the value of the logTotalCount property.

Parameters:
value - allowed object is String

getThreadGroupName

public String getThreadGroupName()
Gets the value of the threadGroupName property.

Returns:
possible object is String

setThreadGroupName

public void setThreadGroupName(String value)
Sets the value of the threadGroupName property.

Parameters:
value - allowed object is String

getThreadName

public String getThreadName()
Gets the value of the threadName property.

Returns:
possible object is String

setThreadName

public void setThreadName(String value)
Sets the value of the threadName property.

Parameters:
value - allowed object is String

getThreadPriority

public Integer getThreadPriority()
Gets the value of the threadPriority property.

Returns:
possible object is String

setThreadPriority

public void setThreadPriority(Integer value)
Sets the value of the threadPriority property.

Parameters:
value - allowed object is String

getHostName

public String getHostName()
Gets the value of the hostName property.

Returns:
possible object is String

setHostName

public void setHostName(String value)
Sets the value of the hostName property.

Parameters:
value - allowed object is String

getJvmPid

public Integer getJvmPid()
Gets the value of the jvmPid property.

Returns:
possible object is String

setJvmPid

public void setJvmPid(Integer value)
Sets the value of the jvmPid property.

Parameters:
value - allowed object is String

getJvmName

public String getJvmName()
Gets the value of the jvmName property.

Returns:
possible object is String

setJvmName

public void setJvmName(String value)
Sets the value of the jvmName property.

Parameters:
value - allowed object is String

getJvmVendor

public String getJvmVendor()
Gets the value of the jvmVendor property.

Returns:
possible object is String

setJvmVendor

public void setJvmVendor(String value)
Sets the value of the jvmVendor property.

Parameters:
value - allowed object is String

getJvmVersion

public String getJvmVersion()
Gets the value of the jvmVersion property.

Returns:
possible object is String

setJvmVersion

public void setJvmVersion(String value)
Sets the value of the jvmVersion property.

Parameters:
value - allowed object is String

getJvmRuntimeVersion

public String getJvmRuntimeVersion()
Gets the value of the jvmRuntimeVersion property.

Returns:
possible object is String

setJvmRuntimeVersion

public void setJvmRuntimeVersion(String value)
Sets the value of the jvmRuntimeVersion property.

Parameters:
value - allowed object is String

getOsName

public String getOsName()
Gets the value of the osName property.

Returns:
possible object is String

setOsName

public void setOsName(String value)
Sets the value of the osName property.

Parameters:
value - allowed object is String

getOsVersion

public String getOsVersion()
Gets the value of the osVersion property.

Returns:
possible object is String

setOsVersion

public void setOsVersion(String value)
Sets the value of the osVersion property.

Parameters:
value - allowed object is String

getOsArch

public String getOsArch()
Gets the value of the osArch property.

Returns:
possible object is String

setOsArch

public void setOsArch(String value)
Sets the value of the osArch property.

Parameters:
value - allowed object is String

getJobChainId

public Long getJobChainId()
Gets the value of the jobChainId property.

Returns:
possible object is String

setJobChainId

public void setJobChainId(Long value)
Sets the value of the jobChainId property.

Parameters:
value - allowed object is String

getJobChainFlowId

public String getJobChainFlowId()
Gets the value of the jobChainFlowId property.

Returns:
possible object is String

setJobChainFlowId

public void setJobChainFlowId(String value)
Sets the value of the jobChainFlowId property.

Parameters:
value - allowed object is String

getJobChainFlowSrcExecHistoryId

public Long getJobChainFlowSrcExecHistoryId()
Gets the value of the jobChainFlowSrcExecHistoryId property.

Returns:
possible object is String

setJobChainFlowSrcExecHistoryId

public void setJobChainFlowSrcExecHistoryId(Long value)
Sets the value of the jobChainFlowSrcExecHistoryId property.

Parameters:
value - allowed object is String

getResultNull

public Boolean getResultNull()

getUserDataNull

public Boolean getUserDataNull()

getLogNull

public Boolean getLogNull()

withId

public ExecHistory withId(Long value)

withStartedAt

public ExecHistory withStartedAt(Calendar value)

withFinishedAt

public ExecHistory withFinishedAt(Calendar value)

withDuration

public ExecHistory withDuration(Integer value)

withExecStatus

public ExecHistory withExecStatus(ExecStatus value)

withExecType

public ExecHistory withExecType(ExecType value)

withSchedulerObjectName

public ExecHistory withSchedulerObjectName(String value)

withSchedulerVersion

public ExecHistory withSchedulerVersion(Version value)

withJobClassName

public ExecHistory withJobClassName(String value)

withJobClassLocation

public ExecHistory withJobClassLocation(String value)

withJobExecutionId

public ExecHistory withJobExecutionId(String value)

withResultNull

public ExecHistory withResultNull(Boolean value)

withResult

public ExecHistory withResult(String value)

withError

public ExecHistory withError(String value)

withUserDataNull

public ExecHistory withUserDataNull(Boolean value)

withUserData

public ExecHistory withUserData(String value)

withLogNull

public ExecHistory withLogNull(Boolean value)

withLog

public ExecHistory withLog(LoggingEvent... values)

withLog

public ExecHistory withLog(Collection<LoggingEvent> values)

withLogText

public ExecHistory withLogText(String value)

withLogXml

public ExecHistory withLogXml(String value)

withLogStoredCount

public ExecHistory withLogStoredCount(Integer value)

withLogTotalCount

public ExecHistory withLogTotalCount(Integer value)

withThreadGroupName

public ExecHistory withThreadGroupName(String value)

withThreadName

public ExecHistory withThreadName(String value)

withThreadPriority

public ExecHistory withThreadPriority(Integer value)

withHostName

public ExecHistory withHostName(String value)

withJvmPid

public ExecHistory withJvmPid(Integer value)

withJvmName

public ExecHistory withJvmName(String value)

withJvmVendor

public ExecHistory withJvmVendor(String value)

withJvmVersion

public ExecHistory withJvmVersion(String value)

withJvmRuntimeVersion

public ExecHistory withJvmRuntimeVersion(String value)

withOsName

public ExecHistory withOsName(String value)

withOsVersion

public ExecHistory withOsVersion(String value)

withOsArch

public ExecHistory withOsArch(String value)

withJobChainId

public ExecHistory withJobChainId(Long value)

withJobChainFlowId

public ExecHistory withJobChainFlowId(String value)

withJobChainFlowSrcExecHistoryId

public ExecHistory withJobChainFlowSrcExecHistoryId(Long value)

setLog

public void setLog(List<LoggingEvent> log)
Sets the value of the log property.

Parameters:
log - allowed object is LoggingEvent


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