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.
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
 
BATCH_LISTENER_EVENT_TYPE - Static variable in class org.springframework.cloud.task.batch.listener.support.BatchJobHeaders
 
BatchEventAutoConfiguration - Class in org.springframework.cloud.task.batch.listener
Autoconfigures Spring Batch listeners designed to emit events on the following channels: EventEmittingJobExecutionListener - job-execution-events EventEmittingStepExecutionListener - step-execution-events ChunkListener - chunk-events EventEmittingItemReadListener - item-read-events EventEmittingItemProcessListener - item-process-events EventEmittingItemWriteListener - item-write-events EventEmittingSkipListener - skip-events
BatchEventAutoConfiguration() - Constructor for class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
BatchEventAutoConfiguration.BatchEventsChannels - Interface in org.springframework.cloud.task.batch.listener
 
BatchEventAutoConfiguration.JobExecutionListenerConfiguration - Class in org.springframework.cloud.task.batch.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
 
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
 
CHUNK_EXECUTION_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
ExitStatus - Class in org.springframework.cloud.task.batch.listener.support
ExitStatus DTO created so that ExitStatus can be serialized into Json without having to add mixins to an ObjectMapper
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.
getCommandlineArguments() - Method in class org.springframework.cloud.task.launcher.TaskLaunchRequest
Returns an unmodifiable list of arguments that will be used for the task execution
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
 
getJobConfigurationName() - Method in class org.springframework.cloud.task.batch.listener.support.JobExecutionEvent
 
getJobExecutionId() - Method in class org.springframework.cloud.task.batch.listener.support.StepExecutionEvent
 
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.
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
 
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
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
Returns the current uri to the artifact for this launch request.
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
 
ITEM_PROCESS_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
ITEM_READ_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
ITEM_READ_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
ITEM_WRITE_EVENTS - Static variable in interface org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration.BatchEventsChannels
 
ITEM_WRITE_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
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
 
JOB_EXECUTION_EVENTS_LISTENER - Static variable in class org.springframework.cloud.task.batch.listener.BatchEventAutoConfiguration
 
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
 
LocalTaskDeployerConfiguration() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherConfiguration.LocalTaskDeployerConfiguration
 

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

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.
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
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
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
 

T

TASK_EVENTS - Static variable in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
 
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
 
TaskEventAutoConfiguration.TaskEventChannels - Interface in org.springframework.cloud.task.listener
 
taskEventListener() - Method in class org.springframework.cloud.task.listener.TaskEventAutoConfiguration.ListenerConfiguration
 
taskEvents() - Method in interface org.springframework.cloud.task.listener.TaskEventAutoConfiguration.TaskEventChannels
 
taskLauncher() - Method in class org.springframework.cloud.task.launcher.TaskLauncherConfiguration.LocalTaskDeployerConfiguration
 
taskLauncher - Variable in class org.springframework.cloud.task.launcher.TaskLauncherSink
 
TaskLauncherConfiguration - Class in org.springframework.cloud.task.launcher
Creates the appropriate Task Launcher Configuration based on the TaskLauncher that is available in the classpath.
TaskLauncherConfiguration() - Constructor for class org.springframework.cloud.task.launcher.TaskLauncherConfiguration
 
TaskLauncherConfiguration.LocalTaskDeployerConfiguration - Class in org.springframework.cloud.task.launcher
 
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>) - 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 © 2016 Pivotal Software, Inc.. All rights reserved.