Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<LogEvent> |
JobLog.logEvents |
Modifier and Type | Method and Description |
---|---|
LogEvent |
ObjectFactory.createLogEvent()
Create an instance of
LogEvent |
LogEvent |
LogEvent.withDate(Calendar value) |
LogEvent |
LogEvent.withFormattedMessage(String value) |
LogEvent |
LogEvent.withLevel(String value) |
Modifier and Type | Method and Description |
---|---|
List<LogEvent> |
JobLog.getLogEvents()
Gets the value of the logEvents property.
|
Modifier and Type | Method and Description |
---|---|
JobLog |
JobLog.withLogEvents(LogEvent... values) |
Modifier and Type | Method and Description |
---|---|
JobLog |
JobLog.withLogEvents(Collection<LogEvent> values) |
Copyright © 2004–2021 XWiki. All rights reserved.