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
  • Constructor Details

    • LogRecord

      public LogRecord()
  • Method Details

    • setTestingStatus

      public void setTestingStatus(TestingStatuses testingStatus)
      Compare the current status and the new status.
    • setTestingStatusHard

      public void setTestingStatusHard(TestingStatuses testingStatus)
      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