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

net.serenitybdd.reports.model.ReportInfo.kt Maven / Gradle / Ivy

There is a newer version: 4.2.3
Show newest version
package net.serenitybdd.reports.model

import java.time.LocalDateTime

class ReportInfo(val title: String,
                 val link: String,
                 val tagCategoryTitle: String,
                 val version: String,
                 val date: LocalDateTime)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy