Uses of Class
org.xwiki.rest.model.jaxb.JobLog
-
Packages that use JobLog Package Description org.xwiki.rest.model.jaxb -
-
Uses of JobLog in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as JobLog Modifier and Type Field Description protected JobLogJobStatus. logMethods in org.xwiki.rest.model.jaxb that return JobLog Modifier and Type Method Description JobLogObjectFactory. createJobLog()Create an instance ofJobLogJobLogJobStatus. getLog()Gets the value of the log property.JobLogJobLog. withLinks(Collection<Link> values)JobLogJobLog. withLinks(Link... values)JobLogJobLog. withLogEvents(Collection<LogEvent> values)JobLogJobLog. withLogEvents(LogEvent... values)Methods in org.xwiki.rest.model.jaxb with parameters of type JobLog Modifier and Type Method Description voidJobStatus. setLog(JobLog value)Sets the value of the log property.JobStatusJobStatus. withLog(JobLog value)
-