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

ru.yandex.qatools.camelot.maven.service.CtRun Maven / Gradle / Ivy

The newest version!
package ru.yandex.qatools.camelot.maven.service;

/**
 * @author Dmitry Baev [email protected]
 *         Date: 08.07.14
 */
public interface CtRun {

    public CtRun jvmArgs(String jvmArgs);

    public CtRun forked(boolean forked);

    public CtRun waitFor(boolean waitFor);

    public void run() throws Exception; //NOSONAR

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy