Uses of Class
com.atlassian.jsm.integration.jenkins.AlertPriority
-
Packages that use AlertPriority Package Description com.atlassian.jsm.integration.jenkins -
-
Uses of AlertPriority in com.atlassian.jsm.integration.jenkins
Methods in com.atlassian.jsm.integration.jenkins that return AlertPriority Modifier and Type Method Description static AlertPriorityAlertPriority. fromDisplayName(String value)AlertPriorityJSMNotifier. getAlertPriority()AlertPriorityAlertProperties. getBuildStartPriority()AlertPriorityJSMNotifier. getNotifyBuildStartPriority()AlertPriorityAlertProperties. getPriority()static AlertPriorityAlertPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static AlertPriority[]AlertPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.jsm.integration.jenkins that return types with arguments of type AlertPriority Modifier and Type Method Description List<AlertPriority>JSMNotifier. getAlertPriorities()Methods in com.atlassian.jsm.integration.jenkins with parameters of type AlertPriority Modifier and Type Method Description AlertPropertiesAlertProperties. setBuildStartPriority(AlertPriority buildStartPriority)AlertPropertiesAlertProperties. setPriority(AlertPriority priority)
-