Package org.qubership.atp.ram.models
Class LogRecord
java.lang.Object
org.qubership.atp.ram.models.RamObject
org.qubership.atp.ram.models.LogRecord
- Direct Known Subclasses:
BvLogRecord,CompoundLogRecord,RbmLogRecord,RestLogRecord,SqlLogRecord,SshLogRecord,StoreLogRecord,TechnicalLogRecord,UiLogRecord,VerifyLogRecord,WaitLogRecord
@CompoundIndex(name="_id_parentRecordId_testRunId",def="{\'_id\': 1, \'parentRecordId\': 1, \'testRunId\': 1}") @CompoundIndex(name="testRunId_startDate",def="{\'testRunId\': 1, \'startDate\': 1}") @CompoundIndex(name="_testRunId_createdDate",def="{\'testRunId\': 1, \'createdDate\': 1}",background=true) @CompoundIndex(name="_name_testRunId",def="{\'name\': \'text\', \'testRunId\': 1}",background=true) @CompoundIndex(name="_testRunId_parentRecordId_createdDateStamp",def="{\'testRunId\': 1, \'parentRecordId\': 1, \'createdDateStamp\': 1}",background=true) @CompoundIndex(name="_testRunId_lastUpdated",def="{\'testRunId\': 1, \'lastUpdated\': 1}",background=true) @CompoundIndex(name="_testRunId_fileMetadata.type",def="{\'testRunId\': 1, \'fileMetadata.type\': 1}",background=true) @CompoundIndex(name="_testRunId_testingStatus",def="{\'testRunId\': 1, \'testingStatus\': 1}",background=true)
public class LogRecord
extends RamObject
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.qubership.atp.ram.models.RamObject
ID_FIELD, name, NAME_FIELD, uuid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanJson property for isMessageParametersPresent.voidsetTestingStatus(TestingStatuses testingStatus) Compare the current status and the new status.voidsetTestingStatusHard(TestingStatuses testingStatus) Set the new status.
-
Constructor Details
-
LogRecord
public LogRecord()
-
-
Method Details
-
setTestingStatus
Compare the current status and the new status. -
setTestingStatusHard
Set the new status. -
isContextVariablesPresent
public boolean isContextVariablesPresent() -
isMessageParametersPresent
public boolean isMessageParametersPresent()Json property for isMessageParametersPresent.- Returns:
- true if messageParameters not empty or isMessageParametersPresent = true
-