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 jobQueueClient.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) JobChecker(MineSkinClient client, JobInfo jobInfo, ScheduledExecutorService executor, int maxAttempts, int initialDelay, int interval, TimeUnit timeUnit) JobChecker(MineSkinClient client, JobInfo jobInfo, JobCheckOptions options) -
Uses of JobInfo in org.mineskin.data
Methods in org.mineskin.data that return JobInfoConstructors 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.responseSubinterfaces with type arguments of type JobInfo in org.mineskin.responseMethods in org.mineskin.response that return JobInfoModifier and TypeMethodDescriptionJobResponse.getJob()JobResponseImpl.getJob()QueueResponse.getJob()QueueResponseImpl.getJob()Constructor parameters in org.mineskin.response with type arguments of type JobInfoModifierConstructorDescriptionJobResponseImpl(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)