io.github.ericdriggs.reportcard.dto.TestStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reportcard-model Show documentation
Show all versions of reportcard-model Show documentation
test report metrics and trend analysis reporting :: reportcard-model
/*
* This file is generated by jOOQ.
*/
package io.github.ericdriggs.reportcard.dto;
import lombok.Data;
import java.io.Serial;
import java.io.Serializable;
@Data
public class TestStatus implements Serializable {
@Serial
private static final long serialVersionUID = -5636574208624624202L;
private Byte testStatusId;
private String testStatusName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy