
org.bdd.reporting.events.PicklesFeatureEvent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bdd-reporting-service Show documentation
Show all versions of bdd-reporting-service Show documentation
BDD Enterprise Reporting Server. This server provides the ability to upload reports from tools like Cucumber,
SpecFlow, Pickles and the information is then aggregated into a central view across all projects.
The newest version!
package org.bdd.reporting.events
import org.bdd.reporting.web.rest.pickles.PickleRoot
import java.util.*
/**
* Created by Grant Little [email protected]
*/
data class PicklesFeatureEvent(val root: PickleRoot? = null, val properties : Set? = null, val uuid : String = UUID.randomUUID().toString())
© 2015 - 2025 Weber Informatics LLC | Privacy Policy