Uses of Class
org.jclouds.gogrid.options.GetJobListOptions
Packages that use GetJobListOptions
-
Uses of GetJobListOptions in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with parameters of type GetJobListOptionsModifier and TypeMethodDescriptionGridJobApi.getJobList
(GetJobListOptions... options) Returns all jobs found. -
Uses of GetJobListOptions in org.jclouds.gogrid.options
Fields in org.jclouds.gogrid.options declared as GetJobListOptionsMethods in org.jclouds.gogrid.options that return GetJobListOptionsModifier and TypeMethodDescriptionstatic GetJobListOptions
GetJobListOptions.Builder.latestJobForObjectByName
(String serverName) GetJobListOptions.latestJobForObjectByName
(String serverName) static GetJobListOptions
GetJobListOptions.Builder.maxItems
(int maxNumber) GetJobListOptions.maxItemsNumber
(Integer maxNumber) GetJobListOptions.onlyForObjectName
(String objectName) GetJobListOptions.onlyForObjectType
(ObjectType objectType) GetJobListOptions.onlyForState
(JobState jobState) static GetJobListOptions
GetJobListOptions.withEndDate
(Date endDate) GetJobListOptions.withStartDate
(Date startDate)