protected org.qubership.automation.itf.core.model.communication.Result |
AbstractService.doTriggerAction(org.qubership.automation.itf.core.model.communication.TriggerSample triggerSample,
ActivationServiceConstants action,
ConcurrentMap<String,Boolean> availableServers) |
protected org.qubership.automation.itf.core.model.communication.Result |
AbstractService.performActionForTrigger(org.qubership.automation.itf.core.model.communication.TriggerSample triggerSample,
ActivationServiceConstants actionValue,
ConcurrentMap<String,Boolean> availableServers) |
protected void |
AbstractService.performActionForTrigger(org.qubership.automation.itf.core.model.communication.TriggerSample triggerSample,
ActivationServiceConstants actionValue,
org.qubership.automation.itf.core.model.communication.StubUser user,
AtomicBoolean isSuccess,
ConcurrentMap<String,Boolean> availableServers) |
protected org.qubership.automation.itf.core.model.communication.Result |
AbstractService.performActionForTrigger(org.qubership.automation.itf.core.model.communication.TriggerSample triggerSample,
ActivationServiceConstants action,
org.qubership.automation.itf.core.model.communication.StubUser user,
ConcurrentMap<String,Boolean> availableServers) |
org.qubership.automation.itf.core.model.communication.message.ServerTriggerStateResponse |
AbstractService.performBulkAction(List<org.qubership.automation.itf.core.model.communication.TriggerSample> triggers,
ConcurrentMap<String,Boolean> availableServers,
ActivationServiceConstants action,
org.qubership.automation.itf.core.model.communication.StubUser user,
String sessionId)
Performs (de)activation of list of triggers.
|
protected void |
AbstractService.processTriggers(List<org.qubership.automation.itf.core.model.communication.TriggerSample> triggers,
ActivationServiceConstants actionValue,
org.qubership.automation.itf.core.model.communication.StubUser user,
AtomicBoolean isSuccess,
ConcurrentMap<String,Boolean> availableServers,
String action,
String sessionId,
String projectUuid) |