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 aJobExecutionControllerthat retrieves Job Execution information from a theJobServiceJobExecutionThinController(TaskJobService taskJobService) Creates aJobExecutionThinControllerthat retrieves Job Execution information from a theJobServiceJobInstanceController(TaskJobService taskJobService) Creates aJobInstanceControllerthat retrieves Job Instance information.JobStepExecutionProgressController(JobService jobService, TaskJobService taskJobService) Creates aJobStepProgressInfoExecutionsControllerthat retrieves Job Step Progress Execution information from a theJobServiceTaskExecutionController(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) Creates aTaskExecutionControllerthat 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 TypeClassDescriptionclassRepository that retrieves Tasks and JobExecutions/Instances and the associations between them.