Uses of Class
org.xwiki.rest.model.jaxb.LogEvent
-
Packages that use LogEvent Package Description org.xwiki.rest.model.jaxb -
-
Uses of LogEvent in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type LogEvent Modifier and Type Field Description protected List<LogEvent>
JobLog. logEvents
Methods in org.xwiki.rest.model.jaxb that return LogEvent Modifier and Type Method Description LogEvent
ObjectFactory. createLogEvent()
Create an instance ofLogEvent
LogEvent
LogEvent. withDate(Calendar value)
LogEvent
LogEvent. withFormattedMessage(String value)
LogEvent
LogEvent. withLevel(String value)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type LogEvent Modifier and Type Method Description List<LogEvent>
JobLog. getLogEvents()
Gets the value of the logEvents property.Methods in org.xwiki.rest.model.jaxb with parameters of type LogEvent Modifier and Type Method Description JobLog
JobLog. withLogEvents(LogEvent... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type LogEvent Modifier and Type Method Description JobLog
JobLog. withLogEvents(Collection<LogEvent> values)
-