io.split.qos.server.integrations.slack.commandintegration.SlackCommandIntegration 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.slack.commandintegration;
import io.split.qos.server.integrations.Integration;
/**
* Integration for receiving commands aimed to the qosbot and executing those
* commands.
*/
public interface SlackCommandIntegration extends Integration {
void initialize();
/**
* Starts listening on Slack and executes commands whenever qosbot is referenced.
*/
void startBotListener();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy