public class JaxbJobList extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<JaxbJob> |
jobs
A list of jobs
|
| Constructor and Description |
|---|
JaxbJobList() |
JaxbJobList(Collection<? extends Job> jobs) |
JaxbJobList(JaxbJob job) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(JaxbJob job) |
List<JaxbJob> |
getJobs() |
void |
setJobs(List<Job> jobs) |
public JaxbJobList()
public JaxbJobList(JaxbJob job)
public JaxbJobList(Collection<? extends Job> jobs)
Copyright © 2009–2021 Opencast Project. All rights reserved.