Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- API_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- ApiPathLogging - Interface in org.qubership.atp.ram.logging.constants
C
- CONTENT_TYPE_FILE - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- CONTENT_TYPE_IMAGE - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- CONTENT_TYPE_PARAM - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- CreatedLogRecordRequest - Class in org.qubership.atp.ram.logging.entities.requests
- CreatedLogRecordRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.CreatedLogRecordRequest
- CreatedLogRecordResponse - Class in org.qubership.atp.ram.logging.entities.responses
- CreatedLogRecordResponse() - Constructor for class org.qubership.atp.ram.logging.entities.responses.CreatedLogRecordResponse
- CreatedTestPlanRequest - Class in org.qubership.atp.ram.logging.entities.requests
- CreatedTestPlanRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.CreatedTestPlanRequest
- CreatedTestPlanResponse - Class in org.qubership.atp.ram.logging.entities.responses
- CreatedTestPlanResponse() - Constructor for class org.qubership.atp.ram.logging.entities.responses.CreatedTestPlanResponse
- CreatedTestRunRequest - Class in org.qubership.atp.ram.logging.entities.requests
- CreatedTestRunRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.CreatedTestRunRequest
- CreatedTestRunResponse - Class in org.qubership.atp.ram.logging.entities.responses
- CreatedTestRunResponse() - Constructor for class org.qubership.atp.ram.logging.entities.responses.CreatedTestRunResponse
- CreatedTestRunWithParentsRequest - Class in org.qubership.atp.ram.logging.entities.requests
- CreatedTestRunWithParentsRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.CreatedTestRunWithParentsRequest
E
- END_DATE - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- EXECUTE_STEP_NAME - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- EXECUTION_REQUESTS_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- EXECUTION_STATUS - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- EXECUTION_STATUS_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- ExecutionRequestLoggingController - Class in org.qubership.atp.ram.logging.controllers
- ExecutionRequestLoggingController() - Constructor for class org.qubership.atp.ram.logging.controllers.ExecutionRequestLoggingController
- ExecutionRequestLoggingService - Class in org.qubership.atp.ram.logging.services
- ExecutionRequestLoggingService() - Constructor for class org.qubership.atp.ram.logging.services.ExecutionRequestLoggingService
F
- FILE_NAME_PARAM - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- FIND_OR_CREATE_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- findByUuidNameOrCreateNew(UUID, UUID, String) - Method in class org.qubership.atp.ram.logging.services.TestPlanLoggingService
-
Find existed test plan by UUID/name or create new.
- findByUuidNameOrCreateNew(CreatedTestRunWithParentsRequest) - Method in class org.qubership.atp.ram.logging.services.ProjectLoggingService
-
Find existed project by UUID/name or create new.
- findByUuidNameOrCreateNew(CreatedTestRunWithParentsRequest, Project) - Method in class org.qubership.atp.ram.logging.services.TestPlanLoggingService
-
Find existed test plan by UUID/name or create new.
- findOrCreate(CreatedLogRecordRequest) - Method in class org.qubership.atp.ram.logging.controllers.LogRecordLoggingController
-
Find existed log record or created new by info from request.
- findOrCreate(CreatedLogRecordRequest) - Method in class org.qubership.atp.ram.logging.services.LogRecordLoggingService
-
Find or create log record.
- findOrCreate(CreatedTestPlanRequest) - Method in class org.qubership.atp.ram.logging.controllers.TestPlanLoggingController
-
Find existed test plan or created new by info from request.
- findOrCreateWithParents(CreatedTestRunWithParentsRequest) - Method in class org.qubership.atp.ram.logging.controllers.TestRunLoggingController
-
Create/update test run, execution request, test plan and project.
- findOrCreateWithParents(CreatedTestRunWithParentsRequest) - Method in class org.qubership.atp.ram.logging.services.TestRunLoggingService
-
Find or create test runs.
- findTestRunsByErId(UUID) - Method in class org.qubership.atp.ram.logging.services.TestRunLoggingService
-
Find list of Test Runs with uuid and testing status by Execution Request id.
I
- ImageUtils - Class in org.qubership.atp.ram.logging.utils
- ImageUtils() - Constructor for class org.qubership.atp.ram.logging.utils.ImageUtils
- initModelMapper() - Method in class org.qubership.atp.ram.logging.configuration.ModelMapperConfiguration
-
Initialize model mapper bean.
L
- ListUtils - Class in org.qubership.atp.ram.logging.utils
- ListUtils() - Constructor for class org.qubership.atp.ram.logging.utils.ListUtils
- LOG_RECORDS_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- LOGGING_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- LogRecordLoggingController - Class in org.qubership.atp.ram.logging.controllers
- LogRecordLoggingController() - Constructor for class org.qubership.atp.ram.logging.controllers.LogRecordLoggingController
- LogRecordLoggingService - Class in org.qubership.atp.ram.logging.services
- LogRecordLoggingService() - Constructor for class org.qubership.atp.ram.logging.services.LogRecordLoggingService
M
- MAPPER_FOR_LOGGING_BEAN_NAME - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- mergeTwoListsWithoutDuplicates(List<String>, List<String>) - Method in class org.qubership.atp.ram.logging.utils.ListUtils
-
Merges two lists.
- ModelMapperConfiguration - Class in org.qubership.atp.ram.logging.configuration
- ModelMapperConfiguration() - Constructor for class org.qubership.atp.ram.logging.configuration.ModelMapperConfiguration
O
- ObjectsFieldsUtils - Class in org.qubership.atp.ram.logging.utils
- ObjectsFieldsUtils() - Constructor for class org.qubership.atp.ram.logging.utils.ObjectsFieldsUtils
- org.qubership.atp.ram.logging.configuration - package org.qubership.atp.ram.logging.configuration
- org.qubership.atp.ram.logging.constants - package org.qubership.atp.ram.logging.constants
- org.qubership.atp.ram.logging.controllers - package org.qubership.atp.ram.logging.controllers
- org.qubership.atp.ram.logging.entities.requests - package org.qubership.atp.ram.logging.entities.requests
- org.qubership.atp.ram.logging.entities.responses - package org.qubership.atp.ram.logging.entities.responses
- org.qubership.atp.ram.logging.services - package org.qubership.atp.ram.logging.services
- org.qubership.atp.ram.logging.utils - package org.qubership.atp.ram.logging.utils
P
- ProjectLoggingService - Class in org.qubership.atp.ram.logging.services
- ProjectLoggingService() - Constructor for class org.qubership.atp.ram.logging.services.ProjectLoggingService
S
- scaleAndConvertImageToBase64(InputStream, UUID) - Method in class org.qubership.atp.ram.logging.utils.ImageUtils
-
Scale and convert image.
- setField(Consumer<T>, T) - Method in class org.qubership.atp.ram.logging.utils.ObjectsFieldsUtils
- SNAPSHOT_SOURCE_PARAM - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- START_DATE - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- stop(UUID) - Method in class org.qubership.atp.ram.logging.controllers.ExecutionRequestLoggingController
-
Stop execution request.
- stop(UUID) - Method in class org.qubership.atp.ram.logging.services.ExecutionRequestLoggingService
-
Stops execution request.
- stop(StopTestRunRequest) - Method in class org.qubership.atp.ram.logging.controllers.TestRunLoggingController
-
Stop test run.
- stop(StopTestRunRequest) - Method in class org.qubership.atp.ram.logging.services.TestRunLoggingService
-
Stop test run.
- STOP_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- StopTestRunRequest - Class in org.qubership.atp.ram.logging.entities.requests
- StopTestRunRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.StopTestRunRequest
- StopTestRunResponse - Class in org.qubership.atp.ram.logging.entities.responses
- StopTestRunResponse() - Constructor for class org.qubership.atp.ram.logging.entities.responses.StopTestRunResponse
- STREAM_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
T
- TEST_PLANS_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- TEST_RUN_ID - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- TEST_RUNS_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- TestPlanLoggingController - Class in org.qubership.atp.ram.logging.controllers
- TestPlanLoggingController() - Constructor for class org.qubership.atp.ram.logging.controllers.TestPlanLoggingController
- TestPlanLoggingService - Class in org.qubership.atp.ram.logging.services
- TestPlanLoggingService() - Constructor for class org.qubership.atp.ram.logging.services.TestPlanLoggingService
- TestRunLoggingController - Class in org.qubership.atp.ram.logging.controllers
- TestRunLoggingController() - Constructor for class org.qubership.atp.ram.logging.controllers.TestRunLoggingController
- TestRunLoggingService - Class in org.qubership.atp.ram.logging.services
- TestRunLoggingService() - Constructor for class org.qubership.atp.ram.logging.services.TestRunLoggingService
U
- update(CreatedTestRunRequest) - Method in class org.qubership.atp.ram.logging.controllers.TestRunLoggingController
-
Update test run.
- update(CreatedTestRunRequest) - Method in class org.qubership.atp.ram.logging.services.TestRunLoggingService
-
Update test run.
- UPDATE_EXECUTION_STATUS - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- UPDATE_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- updateExecutionStatus(UUID, ExecutionStatuses) - Method in class org.qubership.atp.ram.logging.controllers.ExecutionRequestLoggingController
-
Update execution status of execution request.
- updateExecutionStatus(UUID, ExecutionStatuses) - Method in class org.qubership.atp.ram.logging.services.ExecutionRequestLoggingService
-
Updates execution status.
- UpdateLogRecordStatusAndResponseRequest - Class in org.qubership.atp.ram.logging.entities.requests
- UpdateLogRecordStatusAndResponseRequest() - Constructor for class org.qubership.atp.ram.logging.entities.requests.UpdateLogRecordStatusAndResponseRequest
- updateTestingStatusMessageAndRequestResponse(UUID, UpdateLogRecordStatusAndResponseRequest) - Method in class org.qubership.atp.ram.logging.controllers.LogRecordLoggingController
-
Update Log Records (REST, MIA, ITF) status, message, request and response.
- updateTestingStatusMessageAndRequestResponse(UUID, UpdateLogRecordStatusAndResponseRequest) - Method in class org.qubership.atp.ram.logging.services.LogRecordLoggingService
-
Updates testing status message,request and response.
- upload(String, UUID, InputStream, String, String) - Method in class org.qubership.atp.ram.logging.services.LogRecordLoggingService
-
Upload screenshot.
- upload(UUID, String, String, String, InputStream) - Method in class org.qubership.atp.ram.logging.controllers.LogRecordLoggingController
-
Upload file for log record.
- UPLOAD_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- UploadScreenshotResponse - Class in org.qubership.atp.ram.logging.entities.responses
- UploadScreenshotResponse() - Constructor for class org.qubership.atp.ram.logging.entities.responses.UploadScreenshotResponse
- UUID - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- UUID_PATH - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- UUID_PATH_VARIABLE - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
W
- WARM_UP_FILE_NAME - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
- WITH_PARENTS - Static variable in interface org.qubership.atp.ram.logging.constants.ApiPathLogging
All Classes and Interfaces|All Packages|Constant Field Values