com.testdroid.api.model.notification.APINotificationScope 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 APINotificationScope {
ALL,
TEST_RUN,
TEST_RUN_FAILURE,//Project
TEST_RUN_SUCCEEDED,//Project
SYSTEM,
CHECK,
@Deprecated PLAN_LIMIT_REACHED,
PLAN_INVOICE
}