Uses of Class
com.atlassian.jsm.integration.jenkins.AlertProperties
-
Packages that use AlertProperties Package Description com.atlassian.jsm.integration.jenkins -
-
Uses of AlertProperties in com.atlassian.jsm.integration.jenkins
Methods in com.atlassian.jsm.integration.jenkins that return AlertProperties Modifier and Type Method Description AlertProperties
JSMNotificationRequest. getAlertProperties()
AlertProperties
AlertProperties. setBuildStartPriority(AlertPriority buildStartPriority)
AlertProperties
AlertProperties. setPriority(AlertPriority priority)
AlertProperties
AlertProperties. setTags(String tags)
AlertProperties
AlertProperties. setTeams(String teams)
Methods in com.atlassian.jsm.integration.jenkins with parameters of type AlertProperties Modifier and Type Method Description JSMNotificationRequest
JSMNotificationRequest. setAlertProperties(AlertProperties alertProperties)
-