Class WebhookResponse
- java.lang.Object
-
- org.jenkinsci.plugins.webhookstep.WebhookResponse
-
- All Implemented Interfaces:
Serializable
public class WebhookResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebhookResponse(String content, Map<String,String> headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Map<String,String>
getHeaders()
-