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

io.hyperfoil.tools.horreum.mapper.TransformationLogMapper 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.TransformationLog;
import io.hyperfoil.tools.horreum.entity.alerting.TransformationLogDAO;

public class TransformationLogMapper {

    public static TransformationLog from(TransformationLogDAO tl) {
        return new TransformationLog(tl.test.id, tl.run.id, tl.level, tl.message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy