Uses of Class
com.kingsrook.qqq.backend.core.model.scripts.ScriptLog
Packages that use ScriptLog
-
Uses of ScriptLog in com.kingsrook.qqq.backend.core.model.scripts
Methods in com.kingsrook.qqq.backend.core.model.scripts that return ScriptLogModifier and TypeMethodDescriptionScriptLog.withCreateDate
(Instant createDate) Fluent setter for createDateScriptLog.withEndTimestamp
(Instant endTimestamp) Fluent setter for endTimestampFluent setter for errorScriptLog.withHadError
(Boolean hadError) Fluent setter for hadErrorFluent setter for idFluent setter for inputScriptLog.withModifyDate
(Instant modifyDate) Fluent setter for modifyDateScriptLog.withOutput
(String output) Fluent setter for outputScriptLog.withRunTimeMillis
(Integer runTimeMillis) Fluent setter for runTimeMillisScriptLog.withScriptId
(Integer scriptId) Fluent setter for scriptIdScriptLog.withScriptRevisionId
(Integer scriptRevisionId) Fluent setter for scriptRevisionIdScriptLog.withStartTimestamp
(Instant startTimestamp) Fluent setter for startTimestamp