@Service public class EnvironmentActivationService extends CommonTriggerActivationService
| Modifier and Type | Field and Description |
|---|---|
static String |
ENVIRONMENT_ACTIVATION_ERROR_MESSAGE |
| Constructor and Description |
|---|
EnvironmentActivationService() |
| Modifier and Type | Method and Description |
|---|---|
org.qubership.automation.itf.core.model.communication.message.TriggerStatusMessage.ObjectType |
getServiceType() |
void |
perform(BigInteger id,
String action,
org.qubership.automation.itf.core.model.communication.StubUser user,
String sessionId,
String tenantId)
Perform triggers processing for not-'sync' and not {Activate/Deactivate/Reactivate of 'environment'} messages.
|
void |
perform(org.qubership.automation.itf.core.model.communication.message.TriggerBulkPerformRequest triggerBulkPerformRequest)
Perform bulk action for triggers in the request.
|
activateListOfTriggers, doTriggerAction, performActionForTrigger, performActionForTrigger, performActionForTrigger, performBulkAction, processTriggers, sendFailMessageToConfigurator, sendSuccessMessageToConfigurator, setBulkProcessingMaxTime, setExecutorService, setMetricsAggregateService, setSender, setThreadPoolProvider, setTriggerMaintainer, updateTriggerStatuspublic static final String ENVIRONMENT_ACTIVATION_ERROR_MESSAGE
public org.qubership.automation.itf.core.model.communication.message.TriggerStatusMessage.ObjectType getServiceType()
public void perform(BigInteger id, String action, org.qubership.automation.itf.core.model.communication.StubUser user, String sessionId, String tenantId)
perform in class CommonTriggerActivationServiceid - - Environment id,action - - should be SWITCH action always,user - - user performing action,sessionId - - session id UUID for logging purposes,tenantId - - projectUuid.public void perform(org.qubership.automation.itf.core.model.communication.message.TriggerBulkPerformRequest triggerBulkPerformRequest)
triggerBulkPerformRequest - - request to perform bulk trigger operations.Copyright © 2025. All rights reserved.