All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hyperfoil.tools.horreum.mapper.DatasetLogMapper Maven / Gradle / Ivy

There is a newer version: 0.16.3
Show newest version
package io.hyperfoil.tools.horreum.mapper;

import io.hyperfoil.tools.horreum.api.alerting.DatasetLog;
import io.hyperfoil.tools.horreum.entity.alerting.DatasetLogDAO;

public class DatasetLogMapper {
    public static DatasetLog from(DatasetLogDAO dl) {
        return new DatasetLog(dl.test.id, dl.dataset.id, dl.dataset.ordinal,
                dl.dataset.run.id, dl.level, dl.source, dl.message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy