Uses of Class
org.mineskin.data.JobInfo
Packages that use JobInfo
-
Uses of JobInfo in org.mineskin
Methods in org.mineskin with parameters of type JobInfoModifier and TypeMethodDescriptionGet the status of a jobRegister a job to be polled until done.QueueClient.waitForCompletion(JobInfo jobInfo) Wait for a job to completeConstructors in org.mineskin with parameters of type JobInfoModifierConstructorDescriptionJobChecker(MineSkinClient client, JobInfo jobInfo, ScheduledExecutorService executor, int maxAttempts, int initialDelaySeconds, int intervalSeconds) Deprecated.JobChecker(MineSkinClient client, JobInfo jobInfo, ScheduledExecutorService executor, int maxAttempts, int initialDelay, int interval, TimeUnit timeUnit) Deprecated.JobChecker(MineSkinClient client, JobInfo jobInfo, ScheduledExecutorService executor, int maxAttempts, int initialDelay, int interval, TimeUnit timeUnit, boolean useEta) Deprecated.JobChecker(MineSkinClient client, JobInfo jobInfo, IJobCheckOptions options) JobChecker(MineSkinClient client, JobInfo jobInfo, IJobCheckOptions options, Runnable onJobFailure) -
Uses of JobInfo in org.mineskin.data
Methods in org.mineskin.data that return JobInfoModifier and TypeMethodDescriptionJobReference.getJob()ListJobReferenceImpl.getJob()NullJobReference.getJob()Constructors in org.mineskin.data with parameters of type JobInfo -
Uses of JobInfo in org.mineskin.response
Subclasses with type arguments of type JobInfo in org.mineskin.responseModifier and TypeClassDescriptionclassclassclassSubinterfaces with type arguments of type JobInfo in org.mineskin.responseModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceMethods in org.mineskin.response that return JobInfoModifier and TypeMethodDescriptionJobResponse.getJob()JobResponseImpl.getJob()QueueResponse.getJob()QueueResponseImpl.getJob()Methods in org.mineskin.response that return types with arguments of type JobInfoModifier and TypeMethodDescriptionJobListResponse.getJobs()JobListResponseImpl.getJobs()JobListResponseImpl.parseBody(com.google.gson.JsonObject rawBody, com.google.gson.Gson gson, String primaryField, Class<List<JobInfo>> clazz) Method parameters in org.mineskin.response with type arguments of type JobInfoModifier and TypeMethodDescriptionJobListResponseImpl.parseBody(com.google.gson.JsonObject rawBody, com.google.gson.Gson gson, String primaryField, Class<List<JobInfo>> clazz) Constructor parameters in org.mineskin.response with type arguments of type JobInfoModifierConstructorDescriptionJobListResponseImpl(int status, Map<String, String> headers, com.google.gson.JsonObject rawBody, com.google.gson.Gson gson, Class<List<JobInfo>> clazz) JobResponseImpl(int status, Map<String, String> headers, com.google.gson.JsonObject rawBody, com.google.gson.Gson gson, Class<JobInfo> clazz) QueueResponseImpl(int status, Map<String, String> headers, com.google.gson.JsonObject rawBody, com.google.gson.Gson gson, Class<JobInfo> clazz)