ru.yandex.qatools.allure.command.AllureCommand Maven / Gradle / Ivy
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