Package org.qubership.integration.platform.engine.service.deployment.processing.actions.context.stop
Class SdsSchedulerRemoveJobsAction
java.lang.Object
org.qubership.integration.platform.engine.service.deployment.processing.actions.context.stop.SdsSchedulerRemoveJobsAction
- All Implemented Interfaces:
DeploymentProcessingAction
@Component
@ConditionalOnBean(SdsService.class)
public class SdsSchedulerRemoveJobsAction
extends Object
implements DeploymentProcessingAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration)
-
Constructor Details
-
SdsSchedulerRemoveJobsAction
-
-
Method Details
-
execute
public void execute(org.apache.camel.spring.SpringCamelContext context, DeploymentInfo deploymentInfo, DeploymentConfiguration deploymentConfiguration) - Specified by:
executein interfaceDeploymentProcessingAction
-