Class RestNotification
- java.lang.Object
-
- com.atlassian.bamboo.testutils.backdoor.model.RestNotification
-
public class RestNotification extends Object
-
-
Constructor Summary
Constructors Constructor Description RestNotification()
RestNotification(String conditionKey, String recipientType, Map<String,String> options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConditionKey()
Map<String,String>
getOptions()
String
getRecipientType()
-