public class CucumberSlackService
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CucumberSlackService
public CucumberSlackService(String webhookUrl)
-
Method Details
-
sendCucumberReportToSlack
public void sendCucumberReportToSlack(Run<?,?> build,
FilePath workspace,
String json,
String channelWebhookUrl,
String extra,
boolean hideSuccessfulResults)