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

io.probedock.client.common.model.ProbeInfo Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
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