All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.testdroid.api.model.notification.APINotificationScope Maven / Gradle / Ivy

There is a newer version: 3.34.0
Show newest version
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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy