Uses of Interface
org.springframework.cloud.dataflow.server.service.TaskExecutionService
Packages that use TaskExecutionService
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 TaskExecutionService in org.springframework.cloud.dataflow.server.config
Methods in org.springframework.cloud.dataflow.server.config with parameters of type TaskExecutionServiceModifier and TypeMethodDescriptionDataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionController(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskExecutionsInfoController(TaskExecutionService taskExecutionService) DataFlowControllerAutoConfiguration.TaskEnabledConfiguration.taskLogsController(TaskExecutionService taskExecutionService) -
Uses of TaskExecutionService in org.springframework.cloud.dataflow.server.config.features
Methods in org.springframework.cloud.dataflow.server.config.features that return TaskExecutionServiceModifier and TypeMethodDescriptionTaskConfiguration.TaskExecutionServiceConfig.taskService(PropertyResolver propertyResolver, TaskConfigurationProperties taskConfigurationProperties, ComposedTaskRunnerConfigurationProperties composedTaskRunnerConfigurationProperties, LauncherRepository launcherRepository, org.springframework.cloud.dataflow.audit.service.AuditRecordService auditRecordService, org.springframework.cloud.task.repository.TaskRepository taskRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeploymentRepository taskDeploymentRepository, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionCreationService taskExecutionRepositoryService, TaskAppDeploymentRequestCreator taskAppDeploymentRequestCreator, DataflowTaskExplorer taskExplorer, DataflowTaskExecutionDao dataflowTaskExecutionDao, DataflowTaskExecutionMetadataDao dataflowTaskExecutionMetadataDao, DataflowTaskExecutionQueryDao dataflowTaskExecutionQueryDao, org.springframework.cloud.common.security.core.support.OAuth2TokenUtilsService oauth2TokenUtilsService, TaskSaveService taskSaveService) Methods in org.springframework.cloud.dataflow.server.config.features with parameters of type TaskExecutionServiceModifier and TypeMethodDescriptionTaskConfiguration.TaskJobServiceConfig.taskJobExecutionRepository(JobService service, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties) -
Uses of TaskExecutionService in org.springframework.cloud.dataflow.server.controller
Constructors in org.springframework.cloud.dataflow.server.controller with parameters of type TaskExecutionServiceModifierConstructorDescriptionTaskExecutionController(DataflowTaskExplorer explorer, TaskExecutionService taskExecutionService, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionInfoService taskExecutionInfoService, TaskDeleteService taskDeleteService, TaskJobService taskJobService) Creates aTaskExecutionControllerthat retrieves Task Execution information from a theTaskExplorerTaskLogsController(TaskExecutionService taskExecutionService) Construct Task logs controller.TasksInfoController(TaskExecutionService taskExecutionService) Creates aTaskExecutionControllerthat retrieves Task Executions information -
Uses of TaskExecutionService in org.springframework.cloud.dataflow.server.controller.assembler
Constructors in org.springframework.cloud.dataflow.server.controller.assembler with parameters of type TaskExecutionServiceModifierConstructorDescriptionDefaultTaskDefinitionAssembler(TaskExecutionService taskExecutionService, boolean enableManifest, Class<R> classType, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) DefaultTaskDefinitionAssemblerProvider(TaskExecutionService taskExecutionService, TaskJobService taskJobService, DataflowTaskExplorer taskExplorer) -
Uses of TaskExecutionService in org.springframework.cloud.dataflow.server.service.impl
Classes in org.springframework.cloud.dataflow.server.service.impl that implement TaskExecutionServiceModifier and TypeClassDescriptionclassDefault implementation of theTaskExecutionServiceinterface.Constructors in org.springframework.cloud.dataflow.server.service.impl with parameters of type TaskExecutionServiceModifierConstructorDescriptionDefaultTaskJobService(JobService jobService, DataflowTaskExplorer taskExplorer, TaskDefinitionRepository taskDefinitionRepository, TaskExecutionService taskExecutionService, LauncherRepository launcherRepository, TaskConfigurationProperties taskConfigurationProperties)