io.split.qos.server.integrations.Integration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qosrunner Show documentation
Show all versions of qosrunner Show documentation
Framework for running JUnit Tests as a Continous Service (QoS)
package io.split.qos.server.integrations;
/**
* Defines an integration.
*/
public interface Integration extends AutoCloseable {
/**
* @return whether the integration is enabled or not.
*/
boolean isEnabled();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy