Skip navigation links
A B C E G H I J L M O P S T U V 

A

addFailureException(Throwable) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Add the provided throwable to the failure exception list.
afterChunk(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
 
afterChunkError(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
 
afterJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
afterProcess(Object, Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
afterRead(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
afterStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
afterWrite(List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 

B

BATCH_EXCEPTION - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
Key of the batch exception message.
BATCH_LISTENER_EVENT_TYPE - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
Name of the batch listener event type.
BatchEventAutoConfiguration - Class in org.springframework.cloud.task.batch.listener
Autoconfigures Spring Batch listeners designed to emit events on the following channels.
BatchEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
BatchEventAutoConfiguration.BatchEventsChannels - Interface in org.springframework.cloud.task.batch.listener
Name of Batch Events channels.
BatchEventAutoConfiguration.JobExecutionListenerConfiguration - Class in org.springframework.cloud.task.batch.listener
Configuration for Job Execution Listener.
BatchJobHeaders - Class in org.springframework.cloud.task.batch.listener.support
Headers definitions used by the batch job plugin.
batchTaskEventListenerBeanPostProcessor() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
beforeChunk(ChunkContext) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
 
beforeJob(JobExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
beforeProcess(Object) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
beforeRead() - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
beforeStep(StepExecution) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
beforeWrite(List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 

C

CHUNK_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the chunk events listener bean.
CHUNK_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
Name of the chunk execution events channel.
chunkEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
chunkEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
convert(JobParameter.ParameterType) - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
 

E

EnableTaskLauncher - Annotation Type in org.springframework.cloud.task.launcher.annotation
Enable this boot app to be a sink to receive a TaskLaunchRequest and use the TaskLauncher to launch the task.
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
equals(Object) - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
equals(Object) - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 
EventEmittingChunkListener - Class in org.springframework.cloud.task.batch.listener
Provides informational messages around the Chunk of a batch job.
EventEmittingChunkListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
 
EventEmittingChunkListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingChunkListener
 
EventEmittingItemProcessListener - Class in org.springframework.cloud.task.batch.listener
Provides informational messages around the ItemProcessListener of a batch job.
EventEmittingItemProcessListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
EventEmittingItemProcessListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
EventEmittingItemReadListener - Class in org.springframework.cloud.task.batch.listener
Provides informational messages around the ItemReader of a batch job.
EventEmittingItemReadListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
EventEmittingItemReadListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
EventEmittingItemWriteListener - Class in org.springframework.cloud.task.batch.listener
Setups up the ItemWriteEventsListener to emit events to the spring cloud stream output channel.
EventEmittingItemWriteListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
EventEmittingItemWriteListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
EventEmittingJobExecutionListener - Class in org.springframework.cloud.task.batch.listener
Provides JobExecutionEvent at both the start and end of the job's execution.
EventEmittingJobExecutionListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
EventEmittingJobExecutionListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingJobExecutionListener
 
EventEmittingSkipListener - Class in org.springframework.cloud.task.batch.listener
Setups up the SkipProcessListener to emit events to the spring cloud stream output channel.
EventEmittingSkipListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
EventEmittingSkipListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
EventEmittingStepExecutionListener - Class in org.springframework.cloud.task.batch.listener
Provides a StepExecutionEvent at the start and end of each step indicating the step's status.
EventEmittingStepExecutionListener(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
EventEmittingStepExecutionListener(MessageChannel, int) - Constructor for class org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
 
ExitStatus - Class in org.springframework.cloud.task.batch.listener.support
ExitStatus DTO created so that ExitStatus can be serialized into Json without.
ExitStatus() - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
 
ExitStatus(ExitStatus) - Constructor for class org.springframework.cloud.task.batch.listener.support.ExitStatus
 

G

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
 

H

hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
hashCode() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
hashCode() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 

I

incrementCommitCount() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
Increment the number of commits.
isEmpty() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
isIdentifying() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
isTerminateOnly() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
ITEM_PROCESS_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
Name of the item process events channel.
ITEM_PROCESS_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the item process events listener bean.
ITEM_READ_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
Name of the item read events channel.
ITEM_READ_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the item read events listener bean.
ITEM_WRITE_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
Name of the item write events channel.
ITEM_WRITE_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the item write events listener bean.
itemProcessEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemProcessEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
itemReadEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemReadEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
itemWriteEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
itemWriteEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 

J

JOB_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
Name of the job execution events channel.
JOB_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the job execution events listener bean.
JobExecutionEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobEvent DTO created so that a JobExecution can be serialized into Json without having to add mixins to an ObjectMapper.
JobExecutionEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
JobExecutionEvent(JobExecution) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Constructor for the StepExecution to initialize the DTO.
jobExecutionEvents() - Method in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
jobExecutionEventsListener() - Method in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
JobExecutionListenerConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.JobExecutionListenerConfiguration
 
JobInstanceEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobInstance DTO created so that a JobInstance can be serialized into Json without having to add mixins to an ObjectMapper.
JobInstanceEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
JobInstanceEvent(Long, String) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
JobParameterEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobParameter DTO created so that a JobParameter can be serialized into Json without having to add mixins to an ObjectMapper.
JobParameterEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
JobParameterEvent(JobParameter) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
JobParameterEvent.ParameterType - Enum in org.springframework.cloud.task.batch.listener.support
Enumeration representing the type of a JobParameter.
JobParametersEvent - Class in org.springframework.cloud.task.batch.listener.support
This is a JobParametersEvent DTO created so that a JobParameters can be serialized into Json without having to add mixins to an ObjectMapper.
JobParametersEvent() - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
JobParametersEvent(Map<String, JobParameter>) - Constructor for class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 

L

ListenerConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
 

M

MessagePublisher<P> - Class in org.springframework.cloud.task.batch.listener.support
Utility class that sends batch job listener payloads to the notification channel.
MessagePublisher(MessageChannel) - Constructor for class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 

O

onProcessError(Object, Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemProcessListener
 
onReadError(Exception) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemReadListener
 
onSkipInProcess(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onSkipInRead(Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onSkipInWrite(Object, Throwable) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingSkipListener
 
onWriteError(Exception, List) - Method in class org.springframework.cloud.task.batch.listener.EventEmittingItemWriteListener
 
org.springframework.cloud.task.batch.listener - package org.springframework.cloud.task.batch.listener
 
org.springframework.cloud.task.batch.listener.support - package org.springframework.cloud.task.batch.listener.support
 
org.springframework.cloud.task.launcher - package org.springframework.cloud.task.launcher
 
org.springframework.cloud.task.launcher.annotation - package org.springframework.cloud.task.launcher.annotation
 
org.springframework.cloud.task.listener - package org.springframework.cloud.task.listener
 

P

postProcessAfterInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
publish(P) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 
publishWithThrowableHeader(P, String) - Method in class org.springframework.cloud.task.batch.listener.support.MessagePublisher
 

S

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
Name of the skip events channel.
SKIP_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the skip events listener bean.
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
Name of the step execution events channel.
STEP_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
Name of the step execution events listener bean.
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
 

T

TASK_EVENTS - Static variable in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
Name of the default task events channel.
TaskBatchEventListenerBeanPostProcessor - Class in org.springframework.cloud.task.batch.listener.support
Attaches the listeners to the job and its steps.
TaskBatchEventListenerBeanPostProcessor() - Constructor for class org.springframework.cloud.task.batch.listener.support.TaskBatchEventListenerBeanPostProcessor
 
TaskEventAutoConfiguration - Class in org.springframework.cloud.task.listener
 
TaskEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.listener.TaskEventAutoConfiguration
 
TaskEventAutoConfiguration.ListenerConfiguration - Class in org.springframework.cloud.task.listener
Configuration for a TaskExecutionListener.
TaskEventAutoConfiguration.TaskEventChannels - Interface in org.springframework.cloud.task.listener
Task Event channels definition.
taskEventListener() - Method in class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
 
TaskEventProperties - Class in org.springframework.cloud.task.batch.listener.support
 
TaskEventProperties() - Constructor for class org.springframework.cloud.task.batch.listener.support.TaskEventProperties
 
taskEvents() - Method in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
 
taskLauncher - Variable in class org.springframework.cloud.task.launcher.TaskLauncherSink
 
TaskLauncherSink - Class in org.springframework.cloud.task.launcher
A sink stream application that launches a tasks.
TaskLauncherSink() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherSink
 
taskLauncherSink(TaskLaunchRequest) - Method in class org.springframework.cloud.task.launcher.TaskLauncherSink
Launches a task upon the receipt of a valid TaskLaunchRequest.
TaskLaunchRequest - Class in org.springframework.cloud.task.launcher
Request that contains the maven repository and property information required by the TaskLauncherSink to launch the task.
TaskLaunchRequest(String, List<String>, Map<String, String>, Map<String, String>, String) - Constructor for class org.springframework.cloud.task.launcher.TaskLaunchRequest
Constructor for the TaskLaunchRequest.
TaskLaunchRequest() - Constructor for class org.springframework.cloud.task.launcher.TaskLaunchRequest
Constructor for the TaskLaunchRequest.
toProperties() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobInstanceEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParameterEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.JobParametersEvent
 
toString() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
toString() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
 

U

upgradeStatus(BatchStatus) - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
Upgrade the status field if the provided value is greater than the existing one.

V

valueOf(String) - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.cloud.task.batch.listener.support.JobParameterEvent.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I J L M O P S T U V 
Skip navigation links

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.