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

ru.yandex.qatools.allure.command.AllureCommand Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package ru.yandex.qatools.allure.command;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 10.08.15
 */
public interface AllureCommand extends Runnable {

    /**
     * Returns the exit code for command. Should not be null.
     */
    ExitCode getExitCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy