Uses of Interface
org.springframework.cloud.dataflow.server.service.TaskJobService
Packages that use TaskJobService
Package
Description
Spring Cloud Data Flow Server configuration classes.
Contains specific features' configuration classes.
Spring Cloud Data Flow Server Controllers.
Contains Service implementations for the Dataflow Server.
-
Uses of TaskJobService in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config with parameters of type TaskJobServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobExecutionThinController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobInstanceController
(TaskJobService repository) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.jobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionAssemblerProvider
(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features that return TaskJobServiceModifier and TypeMethodDescriptionTaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository
(JobService service, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type TaskJobServiceModifierConstructorDescriptionJobExecutionController
(TaskJobService taskJobService) Creates aJobExecutionController
that retrieves Job Execution information from a theJobService
JobExecutionThinController
(TaskJobService taskJobService) Creates aJobExecutionThinController
that retrieves Job Execution information from a theJobService
JobInstanceController
(TaskJobService taskJobService) Creates aJobInstanceController
that retrieves Job Instance information.JobStepExecutionProgressController
(JobService jobService, TaskJobService taskJobService) Creates aJobStepProgressInfoExecutionsController
that retrieves Job Step Progress Execution information from a theJobService
TaskExecutionController
(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) Creates aTaskExecutionController
that retrieves Task Execution information from a theTaskExplorer
-
Uses of TaskJobService in org.springframework.cloud.dataflow.server.controller.assembler
Constructors in org.springframework.cloud.dataflow.server.controller.assembler with parameters of type TaskJobServiceModifierConstructorDescriptionDefaultTaskDefinitionAssembler
(TaskExecutionService taskExecutionService, boolean enableManifest, Class<R> classType, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DefaultTaskDefinitionAssemblerProvider
(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) -
Uses of TaskJobService in org.springframework.cloud.dataflow.server.service.impl
Classes in org.springframework.cloud.dataflow.server.service.impl that implement TaskJobServiceModifier and TypeClassDescriptionclass
Repository that retrieves Tasks and JobExecutions/Instances and the associations between them.