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 AlertPriority
AlertPriority. fromDisplayName(String value)
AlertPriority
JSMNotifier. getAlertPriority()
AlertPriority
AlertProperties. getBuildStartPriority()
AlertPriority
JSMNotifier. getNotifyBuildStartPriority()
AlertPriority
AlertProperties. getPriority()
static AlertPriority
AlertPriority. 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 AlertProperties
AlertProperties. setBuildStartPriority(AlertPriority buildStartPriority)
AlertProperties
AlertProperties. setPriority(AlertPriority priority)
-