Uses of Class
org.xwiki.rest.model.jaxb.JobProgress
-
Packages that use JobProgress Package Description org.xwiki.rest.model.jaxb -
-
Uses of JobProgress in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb declared as JobProgress Modifier and Type Field Description protected JobProgress
JobStatus. progress
Methods in org.xwiki.rest.model.jaxb that return JobProgress Modifier and Type Method Description JobProgress
ObjectFactory. createJobProgress()
Create an instance ofJobProgress
JobProgress
JobStatus. getProgress()
Gets the value of the progress property.JobProgress
JobProgress. withCurrentLevelOffset(double value)
JobProgress
JobProgress. withOffset(double value)
Methods in org.xwiki.rest.model.jaxb with parameters of type JobProgress Modifier and Type Method Description void
JobStatus. setProgress(JobProgress value)
Sets the value of the progress property.JobStatus
JobStatus. withProgress(JobProgress value)
-