io.probedock.client.common.model.ProbeInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of probedock-java Show documentation
Show all versions of probedock-java Show documentation
Base code to write Probe Dock clients in Java
package io.probedock.client.common.model;
/**
* Info concerning the probe itself
*
* @author Laurent Prevost
*/
public interface ProbeInfo {
/**
* @return Name of the probe (Ex: JUnit)
*/
String getName();
/**
* @return Version of the probe
*/
String getVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy