@Service public class ExecutorService extends Object
| Constructor and Description |
|---|
ExecutorService() |
public List<org.qubership.automation.itf.core.model.communication.TriggerSample> getAllActiveTriggers()
TriggerSample objects.public List<org.qubership.automation.itf.core.model.communication.TriggerSample> getAllTriggersByProject(UUID projectUuid)
projectUuid - ATP project UUIDEnvironmentSample objects.public List<org.qubership.automation.itf.core.model.communication.TriggerSample> getAllTriggersByProjectToReActivate(UUID projectUuid)
projectUuid - ATP project UUIDEnvironmentSample objects.public List<org.qubership.automation.itf.core.model.communication.EnvironmentSample> getTriggersByEnvFolder(BigInteger envFolderId)
envFolderId - environment folder IDEnvironmentSample objects.public org.qubership.automation.itf.core.model.communication.TriggerSample getTriggerById(BigInteger id)
id - trigger IDTriggerSample.public org.qubership.automation.itf.core.model.communication.EnvironmentSample getTriggersByEnvironment(BigInteger environmentId)
environmentId - environment IDEnvironmentSample.public org.qubership.automation.itf.core.model.communication.Result updateTriggerStatus(org.qubership.automation.itf.core.model.communication.UpdateTriggerStatusRequest request)
request - request model for updating trigger statusResult.Copyright © 2025. All rights reserved.