Uses of Enum
com.atlassian.jsm.integration.jenkins.AlertPriority
Packages that use AlertPriority
-
Uses of AlertPriority in com.atlassian.jsm.integration.jenkins
Methods in com.atlassian.jsm.integration.jenkins that return AlertPriorityModifier and TypeMethodDescriptionstatic AlertPriorityAlertPriority.fromDisplayName(String value) JSMNotifier.getAlertPriority()AlertProperties.getBuildStartPriority()JSMNotifier.getNotifyBuildStartPriority()AlertProperties.getPriority()static AlertPriorityReturns 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 AlertPriorityMethods in com.atlassian.jsm.integration.jenkins with parameters of type AlertPriorityModifier and TypeMethodDescriptionAlertProperties.setBuildStartPriority(AlertPriority buildStartPriority) AlertProperties.setPriority(AlertPriority priority)