public interface Jobs
Modifier and Type | Method and Description |
---|---|
void |
add(JobAddParameter job)
Adds a job to the specified account.
|
void |
add(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
rx.Observable<Void> |
addAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<Void> |
addAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
ServiceFuture<Void> |
addAsync(JobAddParameter job,
JobAddOptions jobAddOptions,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
ServiceFuture<Void> |
addAsync(JobAddParameter job,
ServiceCallback<Void> serviceCallback)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
addWithServiceResponseAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
addWithServiceResponseAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
void |
delete(String jobId)
Deletes a job.
|
void |
delete(String jobId,
JobDeleteOptions jobDeleteOptions)
Deletes a job.
|
rx.Observable<Void> |
deleteAsync(String jobId)
Deletes a job.
|
rx.Observable<Void> |
deleteAsync(String jobId,
JobDeleteOptions jobDeleteOptions)
Deletes a job.
|
ServiceFuture<Void> |
deleteAsync(String jobId,
JobDeleteOptions jobDeleteOptions,
ServiceCallback<Void> serviceCallback)
Deletes a job.
|
ServiceFuture<Void> |
deleteAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Deletes a job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> |
deleteWithServiceResponseAsync(String jobId)
Deletes a job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> |
deleteWithServiceResponseAsync(String jobId,
JobDeleteOptions jobDeleteOptions)
Deletes a job.
|
void |
disable(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
void |
disable(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<Void> |
disableAsync(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<Void> |
disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
disableAsync(String jobId,
DisableJobOption disableTasks,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
void |
enable(String jobId)
Enables the specified job, allowing new tasks to run.
|
void |
enable(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<Void> |
enableAsync(String jobId)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<Void> |
enableAsync(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
ServiceFuture<Void> |
enableAsync(String jobId,
JobEnableOptions jobEnableOptions,
ServiceCallback<Void> serviceCallback)
Enables the specified job, allowing new tasks to run.
|
ServiceFuture<Void> |
enableAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> |
enableWithServiceResponseAsync(String jobId)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> |
enableWithServiceResponseAsync(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
CloudJob |
get(String jobId)
Gets information about the specified job.
|
CloudJob |
get(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
JobStatistics |
getAllLifetimeStatistics()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
JobStatistics |
getAllLifetimeStatistics(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<JobStatistics> |
getAllLifetimeStatisticsAsync()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<JobStatistics> |
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<JobStatistics> |
getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions,
ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
ServiceFuture<JobStatistics> |
getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics> serviceCallback)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
getAllLifetimeStatisticsWithServiceResponseAsync()
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> |
getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
Gets lifetime summary statistics for all of the jobs in the specified account.
|
rx.Observable<CloudJob> |
getAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<CloudJob> |
getAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
getAsync(String jobId,
JobGetOptions jobGetOptions,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
getAsync(String jobId,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
TaskCounts |
getTaskCounts(String jobId)
Gets the task counts for the specified job.
|
TaskCounts |
getTaskCounts(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
rx.Observable<TaskCounts> |
getTaskCountsAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<TaskCounts> |
getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
getTaskCountsAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
ServiceFuture<TaskCounts> |
getTaskCountsAsync(String jobId,
ServiceCallback<TaskCounts> serviceCallback)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
getTaskCountsWithServiceResponseAsync(String jobId)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> |
getTaskCountsWithServiceResponseAsync(String jobId,
JobGetTaskCountsOptions jobGetTaskCountsOptions)
Gets the task counts for the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
getWithServiceResponseAsync(String jobId)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
getWithServiceResponseAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
PagedList<CloudJob> |
list()
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
list(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
listAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
listAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
listAsync(JobListOptions jobListOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
listAsync(ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
listFromJobSchedule(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
listFromJobSchedule(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
listFromJobScheduleAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
listFromJobScheduleAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
listFromJobScheduleAsync(String jobScheduleId,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
listFromJobScheduleNext(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
listFromJobScheduleNext(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
listFromJobScheduleNextAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<Page<CloudJob>> |
listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
listFromJobScheduleNextAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
ServiceFuture<List<CloudJob>> |
listFromJobScheduleNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink,
JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
listFromJobScheduleWithServiceResponseAsync(String jobScheduleId)
Lists the jobs that have been created under the specified job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> |
listFromJobScheduleWithServiceResponseAsync(String jobScheduleId,
JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
Lists the jobs that have been created under the specified job schedule.
|
PagedList<CloudJob> |
listNext(String nextPageLink)
Lists all of the jobs in the specified account.
|
PagedList<CloudJob> |
listNext(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
listNextAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<Page<CloudJob>> |
listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
listNextAsync(String nextPageLink,
JobListNextOptions jobListNextOptions,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
ServiceFuture<List<CloudJob>> |
listNextAsync(String nextPageLink,
ServiceFuture<List<CloudJob>> serviceFuture,
ListOperationCallback<CloudJob> serviceCallback)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink)
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
listNextWithServiceResponseAsync(String nextPageLink,
JobListNextOptions jobListNextOptions)
Lists all of the jobs in the specified account.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
listPreparationAndReleaseTaskStatus(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
listPreparationAndReleaseTaskStatus(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusAsync(String jobId,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
listPreparationAndReleaseTaskStatusNext(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
PagedList<JobPreparationAndReleaseTaskExecutionInformation> |
listPreparationAndReleaseTaskStatusNext(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> |
listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink,
ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture,
ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink,
JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> |
listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId,
JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
Lists the execution status of the Job Preparation and Job Release task for the specified job across the compute nodes where the job has run.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
listWithServiceResponseAsync()
Lists all of the jobs in the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> |
listWithServiceResponseAsync(JobListOptions jobListOptions)
Lists all of the jobs in the specified account.
|
void |
patch(String jobId,
JobPatchParameter jobPatchParameter)
Updates the properties of the specified job.
|
void |
patch(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
rx.Observable<Void> |
patchAsync(String jobId,
JobPatchParameter jobPatchParameter)
Updates the properties of the specified job.
|
rx.Observable<Void> |
patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> |
patchWithServiceResponseAsync(String jobId,
JobPatchParameter jobPatchParameter)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> |
patchWithServiceResponseAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
void |
terminate(String jobId)
Terminates the specified job, marking it as completed.
|
void |
terminate(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions)
Terminates the specified job, marking it as completed.
|
rx.Observable<Void> |
terminateAsync(String jobId)
Terminates the specified job, marking it as completed.
|
ServiceFuture<Void> |
terminateAsync(String jobId,
ServiceCallback<Void> serviceCallback)
Terminates the specified job, marking it as completed.
|
rx.Observable<Void> |
terminateAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions)
Terminates the specified job, marking it as completed.
|
ServiceFuture<Void> |
terminateAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates the specified job, marking it as completed.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> |
terminateWithServiceResponseAsync(String jobId)
Terminates the specified job, marking it as completed.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> |
terminateWithServiceResponseAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions)
Terminates the specified job, marking it as completed.
|
void |
update(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
void |
update(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
rx.Observable<Void> |
updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
rx.Observable<Void> |
updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> |
updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> |
updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
JobStatistics getAllLifetimeStatistics()
IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobStatistics> getAllLifetimeStatisticsAsync(ServiceCallback<JobStatistics> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobStatistics> getAllLifetimeStatisticsAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> getAllLifetimeStatisticsWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationJobStatistics getAllLifetimeStatistics(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
jobGetAllLifetimeStatisticsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<JobStatistics> getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions, ServiceCallback<JobStatistics> serviceCallback)
jobGetAllLifetimeStatisticsOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<JobStatistics> getAllLifetimeStatisticsAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
jobGetAllLifetimeStatisticsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<JobStatistics,JobGetAllLifetimeStatisticsHeaders>> getAllLifetimeStatisticsWithServiceResponseAsync(JobGetAllLifetimeStatisticsOptions jobGetAllLifetimeStatisticsOptions)
jobGetAllLifetimeStatisticsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid delete(String jobId)
jobId
- The ID of the job to delete.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String jobId, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to delete.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String jobId)
jobId
- The ID of the job to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> deleteWithServiceResponseAsync(String jobId)
jobId
- The ID of the job to delete.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid delete(String jobId, JobDeleteOptions jobDeleteOptions)
jobId
- The ID of the job to delete.jobDeleteOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String jobId, JobDeleteOptions jobDeleteOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to delete.jobDeleteOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String jobId, JobDeleteOptions jobDeleteOptions)
jobId
- The ID of the job to delete.jobDeleteOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobDeleteHeaders>> deleteWithServiceResponseAsync(String jobId, JobDeleteOptions jobDeleteOptions)
jobId
- The ID of the job to delete.jobDeleteOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationCloudJob get(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<CloudJob> getAsync(String jobId, ServiceCallback<CloudJob> serviceCallback)
jobId
- The ID of the job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<CloudJob> getAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> getWithServiceResponseAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationCloudJob get(String jobId, JobGetOptions jobGetOptions)
jobId
- The ID of the job.jobGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<CloudJob> getAsync(String jobId, JobGetOptions jobGetOptions, ServiceCallback<CloudJob> serviceCallback)
jobId
- The ID of the job.jobGetOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<CloudJob> getAsync(String jobId, JobGetOptions jobGetOptions)
jobId
- The ID of the job.jobGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> getWithServiceResponseAsync(String jobId, JobGetOptions jobGetOptions)
jobId
- The ID of the job.jobGetOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationvoid patch(String jobId, JobPatchParameter jobPatchParameter)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> patchAsync(String jobId, JobPatchParameter jobPatchParameter, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> patchAsync(String jobId, JobPatchParameter jobPatchParameter)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> patchWithServiceResponseAsync(String jobId, JobPatchParameter jobPatchParameter)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid patch(String jobId, JobPatchParameter jobPatchParameter, JobPatchOptions jobPatchOptions)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.jobPatchOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> patchAsync(String jobId, JobPatchParameter jobPatchParameter, JobPatchOptions jobPatchOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.jobPatchOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> patchAsync(String jobId, JobPatchParameter jobPatchParameter, JobPatchOptions jobPatchOptions)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.jobPatchOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> patchWithServiceResponseAsync(String jobId, JobPatchParameter jobPatchParameter, JobPatchOptions jobPatchOptions)
jobId
- The ID of the job whose properties you want to update.jobPatchParameter
- The parameters for the request.jobPatchOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String jobId, JobUpdateParameter jobUpdateParameter)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String jobId, JobUpdateParameter jobUpdateParameter, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String jobId, JobUpdateParameter jobUpdateParameter)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> updateWithServiceResponseAsync(String jobId, JobUpdateParameter jobUpdateParameter)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String jobId, JobUpdateParameter jobUpdateParameter, JobUpdateOptions jobUpdateOptions)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.jobUpdateOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String jobId, JobUpdateParameter jobUpdateParameter, JobUpdateOptions jobUpdateOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.jobUpdateOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String jobId, JobUpdateParameter jobUpdateParameter, JobUpdateOptions jobUpdateOptions)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.jobUpdateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> updateWithServiceResponseAsync(String jobId, JobUpdateParameter jobUpdateParameter, JobUpdateOptions jobUpdateOptions)
jobId
- The ID of the job whose properties you want to update.jobUpdateParameter
- The parameters for the request.jobUpdateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid disable(String jobId, DisableJobOption disableTasks)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> disableAsync(String jobId, DisableJobOption disableTasks, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> disableAsync(String jobId, DisableJobOption disableTasks)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> disableWithServiceResponseAsync(String jobId, DisableJobOption disableTasks)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid disable(String jobId, DisableJobOption disableTasks, JobDisableOptions jobDisableOptions)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'jobDisableOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> disableAsync(String jobId, DisableJobOption disableTasks, JobDisableOptions jobDisableOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'jobDisableOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> disableAsync(String jobId, DisableJobOption disableTasks, JobDisableOptions jobDisableOptions)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'jobDisableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> disableWithServiceResponseAsync(String jobId, DisableJobOption disableTasks, JobDisableOptions jobDisableOptions)
jobId
- The ID of the job to disable.disableTasks
- What to do with active tasks associated with the job. Values are:
requeue - Terminate running tasks and requeue them. The tasks will run again when the job is enabled.
terminate - Terminate running tasks. The tasks will not run again.
wait - Allow currently running tasks to complete. Possible values include: 'requeue', 'terminate', 'wait'jobDisableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid enable(String jobId)
jobId
- The ID of the job to enable.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> enableAsync(String jobId, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to enable.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> enableAsync(String jobId)
jobId
- The ID of the job to enable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> enableWithServiceResponseAsync(String jobId)
jobId
- The ID of the job to enable.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid enable(String jobId, JobEnableOptions jobEnableOptions)
jobId
- The ID of the job to enable.jobEnableOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> enableAsync(String jobId, JobEnableOptions jobEnableOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to enable.jobEnableOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> enableAsync(String jobId, JobEnableOptions jobEnableOptions)
jobId
- The ID of the job to enable.jobEnableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> enableWithServiceResponseAsync(String jobId, JobEnableOptions jobEnableOptions)
jobId
- The ID of the job to enable.jobEnableOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid terminate(String jobId)
jobId
- The ID of the job to terminate.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> terminateAsync(String jobId, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to terminate.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> terminateAsync(String jobId)
jobId
- The ID of the job to terminate.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> terminateWithServiceResponseAsync(String jobId)
jobId
- The ID of the job to terminate.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid terminate(String jobId, String terminateReason, JobTerminateOptions jobTerminateOptions)
jobId
- The ID of the job to terminate.terminateReason
- The text you want to appear as the job's TerminateReason. The default is 'UserTerminate'.jobTerminateOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> terminateAsync(String jobId, String terminateReason, JobTerminateOptions jobTerminateOptions, ServiceCallback<Void> serviceCallback)
jobId
- The ID of the job to terminate.terminateReason
- The text you want to appear as the job's TerminateReason. The default is 'UserTerminate'.jobTerminateOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> terminateAsync(String jobId, String terminateReason, JobTerminateOptions jobTerminateOptions)
jobId
- The ID of the job to terminate.terminateReason
- The text you want to appear as the job's TerminateReason. The default is 'UserTerminate'.jobTerminateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> terminateWithServiceResponseAsync(String jobId, String terminateReason, JobTerminateOptions jobTerminateOptions)
jobId
- The ID of the job to terminate.terminateReason
- The text you want to appear as the job's TerminateReason. The default is 'UserTerminate'.jobTerminateOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(JobAddParameter job)
job
- The job to be added.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(JobAddParameter job, ServiceCallback<Void> serviceCallback)
job
- The job to be added.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(JobAddParameter job)
job
- The job to be added.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> addWithServiceResponseAsync(JobAddParameter job)
job
- The job to be added.ServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(JobAddParameter job, JobAddOptions jobAddOptions)
job
- The job to be added.jobAddOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(JobAddParameter job, JobAddOptions jobAddOptions, ServiceCallback<Void> serviceCallback)
job
- The job to be added.jobAddOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(JobAddParameter job, JobAddOptions jobAddOptions)
job
- The job to be added.jobAddOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> addWithServiceResponseAsync(JobAddParameter job, JobAddOptions jobAddOptions)
job
- The job to be added.jobAddOptions
- Additional parameters for the operationServiceResponseWithHeaders
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> list()
IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listAsync(ListOperationCallback<CloudJob> serviceCallback)
serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listAsync()
IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> listWithServiceResponseAsync()
IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> list(JobListOptions jobListOptions)
jobListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listAsync(JobListOptions jobListOptions, ListOperationCallback<CloudJob> serviceCallback)
jobListOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listAsync(JobListOptions jobListOptions)
jobListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> listWithServiceResponseAsync(JobListOptions jobListOptions)
jobListOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listFromJobSchedule(String jobScheduleId)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listFromJobScheduleAsync(String jobScheduleId, ListOperationCallback<CloudJob> serviceCallback)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listFromJobScheduleAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> listFromJobScheduleWithServiceResponseAsync(String jobScheduleId)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listFromJobSchedule(String jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.jobListFromJobScheduleOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listFromJobScheduleAsync(String jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions, ListOperationCallback<CloudJob> serviceCallback)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.jobListFromJobScheduleOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listFromJobScheduleAsync(String jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.jobListFromJobScheduleOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> listFromJobScheduleWithServiceResponseAsync(String jobScheduleId, JobListFromJobScheduleOptions jobListFromJobScheduleOptions)
jobScheduleId
- The ID of the job schedule from which you want to get a list of jobs.jobListFromJobScheduleOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPreparationAndReleaseTaskExecutionInformation> listPreparationAndReleaseTaskStatus(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusAsync(String jobId, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
jobId
- The ID of the job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPreparationAndReleaseTaskExecutionInformation> listPreparationAndReleaseTaskStatus(String jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
jobId
- The ID of the job.jobListPreparationAndReleaseTaskStatusOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusAsync(String jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
jobId
- The ID of the job.jobListPreparationAndReleaseTaskStatusOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusAsync(String jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
jobId
- The ID of the job.jobListPreparationAndReleaseTaskStatusOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> listPreparationAndReleaseTaskStatusWithServiceResponseAsync(String jobId, JobListPreparationAndReleaseTaskStatusOptions jobListPreparationAndReleaseTaskStatusOptions)
jobId
- The ID of the job.jobListPreparationAndReleaseTaskStatusOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationTaskCounts getTaskCounts(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<TaskCounts> getTaskCountsAsync(String jobId, ServiceCallback<TaskCounts> serviceCallback)
jobId
- The ID of the job.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<TaskCounts> getTaskCountsAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> getTaskCountsWithServiceResponseAsync(String jobId)
jobId
- The ID of the job.IllegalArgumentException
- thrown if parameters fail the validationTaskCounts getTaskCounts(String jobId, JobGetTaskCountsOptions jobGetTaskCountsOptions)
jobId
- The ID of the job.jobGetTaskCountsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<TaskCounts> getTaskCountsAsync(String jobId, JobGetTaskCountsOptions jobGetTaskCountsOptions, ServiceCallback<TaskCounts> serviceCallback)
jobId
- The ID of the job.jobGetTaskCountsOptions
- Additional parameters for the operationserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<TaskCounts> getTaskCountsAsync(String jobId, JobGetTaskCountsOptions jobGetTaskCountsOptions)
jobId
- The ID of the job.jobGetTaskCountsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<TaskCounts,JobGetTaskCountsHeaders>> getTaskCountsWithServiceResponseAsync(String jobId, JobGetTaskCountsOptions jobGetTaskCountsOptions)
jobId
- The ID of the job.jobGetTaskCountsOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listNextAsync(String nextPageLink, ServiceFuture<List<CloudJob>> serviceFuture, ListOperationCallback<CloudJob> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> listNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listNext(String nextPageLink, JobListNextOptions jobListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listNextAsync(String nextPageLink, JobListNextOptions jobListNextOptions, ServiceFuture<List<CloudJob>> serviceFuture, ListOperationCallback<CloudJob> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListNextOptions
- Additional parameters for the operationserviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listNextAsync(String nextPageLink, JobListNextOptions jobListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListHeaders>> listNextWithServiceResponseAsync(String nextPageLink, JobListNextOptions jobListNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listFromJobScheduleNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listFromJobScheduleNextAsync(String nextPageLink, ServiceFuture<List<CloudJob>> serviceFuture, ListOperationCallback<CloudJob> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listFromJobScheduleNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<CloudJob> listFromJobScheduleNext(String nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListFromJobScheduleNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<CloudJob>> listFromJobScheduleNextAsync(String nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions, ServiceFuture<List<CloudJob>> serviceFuture, ListOperationCallback<CloudJob> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListFromJobScheduleNextOptions
- Additional parameters for the operationserviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<CloudJob>> listFromJobScheduleNextAsync(String nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListFromJobScheduleNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<CloudJob>,JobListFromJobScheduleHeaders>> listFromJobScheduleNextWithServiceResponseAsync(String nextPageLink, JobListFromJobScheduleNextOptions jobListFromJobScheduleNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListFromJobScheduleNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPreparationAndReleaseTaskExecutionInformation> listPreparationAndReleaseTaskStatusNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<JobPreparationAndReleaseTaskExecutionInformation> listPreparationAndReleaseTaskStatusNext(String nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListPreparationAndReleaseTaskStatusNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationBatchErrorException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions, ServiceFuture<List<JobPreparationAndReleaseTaskExecutionInformation>> serviceFuture, ListOperationCallback<JobPreparationAndReleaseTaskExecutionInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListPreparationAndReleaseTaskStatusNextOptions
- Additional parameters for the operationserviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<JobPreparationAndReleaseTaskExecutionInformation>> listPreparationAndReleaseTaskStatusNextAsync(String nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListPreparationAndReleaseTaskStatusNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponseWithHeaders<Page<JobPreparationAndReleaseTaskExecutionInformation>,JobListPreparationAndReleaseTaskStatusHeaders>> listPreparationAndReleaseTaskStatusNextWithServiceResponseAsync(String nextPageLink, JobListPreparationAndReleaseTaskStatusNextOptions jobListPreparationAndReleaseTaskStatusNextOptions)
nextPageLink
- The NextLink from the previous successful call to List operation.jobListPreparationAndReleaseTaskStatusNextOptions
- Additional parameters for the operationIllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.