- get(BigInteger) - Method in class org.qubership.automation.itf.activation.TriggersCache
-
- getAllActiveAndErrorTriggersByProject(UUID) - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/all/reactivate : getAllActiveAndErrorTriggersByProject
- getAllActiveTriggers() - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get all active triggers.
- getAllActiveTriggers() - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/all/active : getAllActiveTriggers
- getAllTriggersByProject(UUID) - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get all triggers by project UUID.
- getAllTriggersByProject(UUID) - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/all : getAllTriggersByProject
- getAllTriggersByProjectToReActivate(UUID) - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get all triggers with state (active and error) by project UUID.
- getByValue(String) - Static method in enum org.qubership.automation.itf.activation.ActivationServiceConstants
-
TODO Add JavaDoc.
- getClass(String) - Method in class org.qubership.automation.itf.utils.loader.TriggerClassLoader
-
- getConfiguration(String, StubEndpointConfig.TransportTypes, UUID) - Method in class org.qubership.automation.itf.stubs.service.FastStubsService
-
Get configuration for parameters.
- getConfiguration(String, StubEndpointConfig.TransportTypes, UUID) - Method in class org.qubership.automation.itf.ui.controls.FastStubsController
-
- getConstructorByClass(String, Class<?>...) - Method in class org.qubership.automation.itf.utils.loader.TriggerClassLoader
-
Get constructor by class.
- getCustomEditorConfigurer() - Method in class org.qubership.automation.itf.ui.config.CxfConfiguration
-
This method create CustomEditorConfigurer.
- getData() - Method in class org.qubership.automation.itf.openapi.executor.dto.ResultDto
-
Get data
- getDescription() - Method in class org.qubership.automation.itf.openapi.executor.dto.UIUpdateTriggerStatusDto
-
Get description
- getEnvId() - Method in class org.qubership.automation.itf.openapi.executor.dto.EnvironmentSampleDto
-
Get envId
- getGenericType() - Method in class org.qubership.automation.itf.utils.loader.TriggerClassLoader
-
- getId() - Method in class org.qubership.automation.itf.openapi.executor.dto.UIUpdateTriggerStatusDto
-
Get id
- getInstanceClass(String, Object...) - Method in class org.qubership.automation.itf.utils.loader.TriggerClassLoader
-
- getMessage() - Method in class org.qubership.automation.itf.openapi.executor.dto.ResultDto
-
Get message
- getProjectId() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get projectId
- getProjectSettingsCache() - Method in class org.qubership.automation.itf.stubs.service.ProjectSettingsService
-
- getProjectUuid() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get projectUuid
- getRoutes(String, UUID) - Method in class org.qubership.automation.itf.ui.controls.AtpItfStubsController
-
Returns list of active routes (REST and SOAP).
- getServerName() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get serverName
- getService(String) - Method in class org.qubership.automation.itf.activation.TriggerServiceFactory
-
- getServiceType() - Method in class org.qubership.automation.itf.activation.impl.EnvironmentActivationService
-
- getServiceType() - Method in class org.qubership.automation.itf.activation.impl.TriggerActivationService
-
- getSoapVersionRegistrar() - Method in class org.qubership.automation.itf.ui.config.CxfConfiguration
-
- getStatus() - Method in class org.qubership.automation.itf.openapi.executor.dto.UIUpdateTriggerStatusDto
-
Get status
- getStrictHttpFirewall() - Method in class org.qubership.automation.itf.ui.config.HttpFirewallConfiguration
-
This method create StrictHttpFirewall.
- getSuccess() - Method in class org.qubership.automation.itf.openapi.executor.dto.ResultDto
-
Get success
- getTransportName() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get transportName
- getTransportType(String) - Static method in class org.qubership.automation.itf.activation.impl.TransportTypeToTriggerClassMapping
-
Method getting transport type.
- getTransportType() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get transportType
- getTriggerById(BigInteger) - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get trigger by id.
- getTriggerById(BigInteger) - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/{id} : getTriggerById
- getTriggerClassName(TransportType) - Static method in class org.qubership.automation.itf.activation.impl.TransportTypeToTriggerClassMapping
-
- getTriggerId() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get triggerId
- getTriggerName() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get triggerName
- getTriggerProperties() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get triggerProperties
- getTriggerSamples() - Method in class org.qubership.automation.itf.openapi.executor.dto.EnvironmentSampleDto
-
Get triggerSamples
- getTriggersByEnvFolder(BigInteger) - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get all triggers by environment folder.
- getTriggersByEnvFolder(BigInteger) - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/environment/folder/{id} : getTriggersByEnvFolder
- getTriggersByEnvironment(BigInteger) - Method in class org.qubership.automation.itf.integration.executor.ExecutorService
-
Get triggers by environment.
- getTriggersByEnvironment(BigInteger) - Method in interface org.qubership.automation.itf.openapi.executor.controllers.ItfStubsRequestControllerApi
-
GET /trigger/environmentId/{id} : getTriggersByEnvironment
- getTriggerState() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get triggerState
- getTriggerTypeName() - Method in class org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto
-
Get triggerTypeName
- getTurnedOn() - Method in class org.qubership.automation.itf.openapi.executor.dto.EnvironmentSampleDto
-
Get turnedOn
- getValue() - Method in enum org.qubership.automation.itf.activation.ActivationServiceConstants
-
- getValue() - Method in enum org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto.TransportTypeEnum
-
- getValue() - Method in enum org.qubership.automation.itf.openapi.executor.dto.TriggerSampleDto.TriggerStateEnum
-
- getValueWithArgs(Object...) - Method in enum org.qubership.automation.itf.activation.ActivationServiceConstants
-
- globalOperationOpenApiCustomiser() - Method in class org.qubership.automation.itf.ui.swagger.SwaggerConfiguration
-
OpenApiCustomiser bean to split by operations.