io.probedock.client.common.model.ProbeTestReport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of probe-dock-java Show documentation
Show all versions of probe-dock-java Show documentation
Base code to write Probe Dock clients in Java
The newest version!
package io.probedock.client.common.model;
/**
* Probe Dock test report representation.
*
* @author Laurent Prevost
*/
public interface ProbeTestReport {
/**
* @return The UID
*/
String getUid();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy