Uses of Interface
org.openstack4j.model.sahara.Job
-
Packages that use Job Package Description org.openstack4j.api.sahara org.openstack4j.openstack.sahara.domain org.openstack4j.openstack.sahara.internal -
-
Uses of Job in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara that return Job Modifier and Type Method Description JobJobService. create(Job jobBinary)Create a new jobJobJobService. get(String JobId)Get a job by IDMethods in org.openstack4j.api.sahara that return types with arguments of type Job Modifier and Type Method Description List<? extends Job>JobService. list()List all jobsMethods in org.openstack4j.api.sahara with parameters of type Job Modifier and Type Method Description JobJobService. create(Job jobBinary)Create a new job -
Uses of Job in org.openstack4j.openstack.sahara.domain
Classes in org.openstack4j.openstack.sahara.domain that implement Job Modifier and Type Class Description classSaharaJobFor mapping JSON response to/from java objectsMethods in org.openstack4j.openstack.sahara.domain that return Job Modifier and Type Method Description JobSaharaJob.ConcreteJobBuilder. build()JobSaharaJobUnwrapped. getJob()Methods in org.openstack4j.openstack.sahara.domain with parameters of type Job Modifier and Type Method Description JobBuilderSaharaJob.ConcreteJobBuilder. from(Job in)Constructors in org.openstack4j.openstack.sahara.domain with parameters of type Job Constructor Description SaharaJobUnwrapped(Job job) -
Uses of Job in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal that return Job Modifier and Type Method Description JobJobServiceImpl. create(Job job)Create a new jobJobJobServiceImpl. get(String JobId)Get a job by IDMethods in org.openstack4j.openstack.sahara.internal that return types with arguments of type Job Modifier and Type Method Description List<? extends Job>JobServiceImpl. list()List all jobsMethods in org.openstack4j.openstack.sahara.internal with parameters of type Job Modifier and Type Method Description JobJobServiceImpl. create(Job job)Create a new job
-