- getAllFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Return all failure causing exceptions for this JobExecution, including
step executions.
- getApplicationName() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Returns the name that will be associated with the launched task.
- getChunkOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getCommandlineArguments() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
- getCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of commits for this execution
- getCreateTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getDate(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Date represented by the provided key.
- getDate(String, Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Date represented by the provided key.
- getDeploymentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Returns the properties used by a TaskLauncher
- getDouble(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Long represented by the provided key.
- getDouble(String, double) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Double represented by the provided key.
- getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getEndTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the time that this execution ended
- getEnvironmentProperties() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Retrieves the environment variables for the task.
- getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Returns the ExecutionContext for this execution.
- getExecutionContext() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the ExecutionContext for this execution
- getExitCode() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
-
- getExitDescription() - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
-
- getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getExitStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getFailureExceptions() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getFilterCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items filtered out of this execution
- getInstanceId() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
-
- getItemProcessOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getItemReadOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getItemWriteOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getJobConfigurationName() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getJobExecutionId() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getJobExecutionOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getJobId() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Convenience getter for for the id of the enclosing job.
- getJobInstance() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getJobName() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
-
- getJobParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Get the date representing the last time this JobExecution was updated in
the JobRepository.
- getLastUpdated() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getLong(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Long represented by the provided key.
- getLong(String, long) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the Long represented by the provided key.
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
-
- getOrder() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
-
- getParameters() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Get a map of all parameters, including string, long, and date.
- getProcessSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getReadCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items read for this execution
- getReadSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getRollbackCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of rollbacks for this execution
- getSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getSkipOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getStartTime() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Gets the time this execution started
- getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- getStatus() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current status of this step
- getStepExecutionOrder() - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- getStepExecutions() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Accessor for the step executions.
- getStepName() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getString(String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the String represented by the provided key.
- getString(String, String) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
-
Typesafe Getter for the String represented by the provided key.
- getSummary() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- getType() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
-
- getUri() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
- getValue() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
-
- getWriteCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Returns the current number of items written for this execution
- getWriteSkipCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- setApplicationName(String) - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
-
Sets the name to be applied to the launched task.
- setChunkOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setCommitCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of commits for this execution
- setCreateTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- setEndTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- setEndTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the time that this execution ended
- setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Sets the ExecutionContext for this execution
- setExecutionContext(ExecutionContext) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the ExecutionContext for this execution
- setExitCode(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
-
- setExitDescription(String) - Method in class org.springframework.cloud.task.batch.listener.support.ExitStatus
-
- setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- setExitStatus(ExitStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- setFilterCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Public setter for the number of items filtered out of this execution.
- setItemProcessOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setItemReadOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setItemWriteOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setJobExecutionOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setJobInstance(JobInstanceEvent) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- setLastUpdated(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Set the last time this JobExecution was updated.
- setLastUpdated(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the time when the StepExecution was last updated before persisting
- setProcessSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped during processing.
- setReadCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of read items for this execution
- setReadSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped on read
- setRollbackCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Setter for number of rollbacks for this execution
- setSkipOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setStartTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
- setStartTime(Date) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the time this execution started
- setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
-
Set the value of the status field.
- setStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current status of this step
- setStepExecutionOrder(int) - Method in class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
-
- setStepName(String) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- setTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set a flag that will signal to an execution environment that this
execution (and its surrounding job) wishes to exit.
- setWriteCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Sets the current number of written items for this execution
- setWriteSkipCount(int) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Set the number of records skipped on write
- SKIP_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
-
- SKIP_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
- skipEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
-
- skipEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
-
- STEP_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
-
- STEP_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
-
- StepExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
-
This is a StepExecution DTO created so that a StepExecution can be serialized
into Json without having to add mixins to an ObjectMapper.
- StepExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
- StepExecutionEvent(StepExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
-
Constructor for the StepExecution to initialize the DTO.
- stepExecutionEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
-
- stepExecutionEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
-