Class PushNotification
- java.lang.Object
-
- hudson.plugins.collabnet.orchestrate.PushNotification
-
public class PushNotification extends Object
-
-
Constructor Summary
Constructors Constructor Description PushNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.json.JSONObject
getPayload(Run build, TaskListener listener, String status, boolean excludeCommitInfo)
void
handle(Run build, BuildNotifier.OptionalWebhook webhook, TaskListener listener, String status, boolean excludeCommitInfo)
-
-
-
Method Detail
-
handle
public void handle(Run build, BuildNotifier.OptionalWebhook webhook, TaskListener listener, String status, boolean excludeCommitInfo) throws IOException
- Throws:
IOException
-
getPayload
public net.sf.json.JSONObject getPayload(Run build, TaskListener listener, String status, boolean excludeCommitInfo) throws IOException
- Throws:
IOException
-
-