com.testdroid.api.model.notification.APINotificationChannel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testdroid-api Show documentation
Show all versions of testdroid-api Show documentation
The Testdroid API library for Java
package com.testdroid.api.model.notification;
/**
* @author Damian Sniezek
*/
public enum APINotificationChannel {
SLACK,
EMAIL,
WEBHOOK
}