public interface

MigrationLogDao

com.atlassian.jira.upgrade.tasks.role.MigrationLogDao
Known Indirect Subclasses

Class Overview

Exists for writing migration log messages to the relevant logs, typically the JIRA output logs and Audit log.

Summary

Public Methods
void store(AuditEntry event)
Persists the auditing entry in the database.
void write(MigrationLog record)
Records the provided logs in the record for later retrieval.

Public Methods

public void store (AuditEntry event)

Persists the auditing entry in the database. Changes are written immediately.

Parameters
event the log entry to persist.

public void write (MigrationLog record)

Records the provided logs in the record for later retrieval.

Parameters
record contains the log messages for writing