Uses of Interface
org.openstack4j.model.sahara.JobExecution
-
Packages that use JobExecution Package Description org.openstack4j.api.sahara org.openstack4j.openstack.sahara.domain org.openstack4j.openstack.sahara.internal -
-
Uses of JobExecution in org.openstack4j.api.sahara
Methods in org.openstack4j.api.sahara that return JobExecution Modifier and Type Method Description JobExecutionJobExecutionService. cancel(String jobExecutionId)Cancel a job execution by IDJobExecutionJobExecutionService. create(JobExecution jobExecution)Create a new job executionJobExecutionJobExecutionService. get(String jobExecutionId)Get a job execution by IDJobExecutionJobExecutionService. refreshStatus(String jobExecutionId)Refresh the status of a job execution by IDMethods in org.openstack4j.api.sahara that return types with arguments of type JobExecution Modifier and Type Method Description List<? extends JobExecution>JobExecutionService. list()List all job executionsMethods in org.openstack4j.api.sahara with parameters of type JobExecution Modifier and Type Method Description JobExecutionJobExecutionService. create(JobExecution jobExecution)Create a new job execution -
Uses of JobExecution in org.openstack4j.openstack.sahara.domain
Classes in org.openstack4j.openstack.sahara.domain that implement JobExecution Modifier and Type Class Description classSaharaJobExecutionFor mapping JSON response to/from java objectsMethods in org.openstack4j.openstack.sahara.domain that return JobExecution Modifier and Type Method Description JobExecutionSaharaJobExecution.concreteJobExecutionBuilder. build()JobExecutionSaharaJobExecutionUnwrapped. getJobExecution()Methods in org.openstack4j.openstack.sahara.domain with parameters of type JobExecution Modifier and Type Method Description JobExecutionBuilderSaharaJobExecution.concreteJobExecutionBuilder. from(JobExecution in)Constructors in org.openstack4j.openstack.sahara.domain with parameters of type JobExecution Constructor Description SaharaJobExecutionUnwrapped(JobExecution jobExecution) -
Uses of JobExecution in org.openstack4j.openstack.sahara.internal
Methods in org.openstack4j.openstack.sahara.internal that return JobExecution Modifier and Type Method Description JobExecutionJobExecutionServiceImpl. cancel(String jobExecutionId)JobExecutionJobExecutionServiceImpl. create(JobExecution jobExecution)JobExecutionJobExecutionServiceImpl. get(String jobExecutionId)JobExecutionJobExecutionServiceImpl. refreshStatus(String jobExecutionId)Methods in org.openstack4j.openstack.sahara.internal that return types with arguments of type JobExecution Modifier and Type Method Description List<? extends JobExecution>JobExecutionServiceImpl. list()Methods in org.openstack4j.openstack.sahara.internal with parameters of type JobExecution Modifier and Type Method Description JobExecutionJobExecutionServiceImpl. create(JobExecution jobExecution)
-