Class JSMNotificationRequest
- java.lang.Object
-
- com.atlassian.jsm.integration.jenkins.JSMNotificationRequest
-
public class JSMNotificationRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description JSMNotificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertProperties
getAlertProperties()
String
getApiKey()
String
getApiUrl()
Run<?,?>
getBuild()
TaskListener
getListener()
JSMNotificationRequest
setAlertProperties(AlertProperties alertProperties)
JSMNotificationRequest
setApiKey(String apiKey)
JSMNotificationRequest
setApiUrl(String apiUrl)
JSMNotificationRequest
setBuild(Run<?,?> build)
JSMNotificationRequest
setListener(TaskListener listener)
-
-
-
Method Detail
-
getApiKey
public String getApiKey()
-
setApiKey
public JSMNotificationRequest setApiKey(String apiKey)
-
getApiUrl
public String getApiUrl()
-
setApiUrl
public JSMNotificationRequest setApiUrl(String apiUrl)
-
getAlertProperties
public AlertProperties getAlertProperties()
-
setAlertProperties
public JSMNotificationRequest setAlertProperties(AlertProperties alertProperties)
-
getBuild
public Run<?,?> getBuild()
-
setBuild
public JSMNotificationRequest setBuild(Run<?,?> build)
-
getListener
public TaskListener getListener()
-
setListener
public JSMNotificationRequest setListener(TaskListener listener)
-
-