| Modifier and Type | Method and Description |
|---|---|
static NotificationResult |
NotificationResult.newFailure(String message)
returns a new NotificationResult instance indicating a failed
notification.
|
static NotificationResult |
NotificationResult.newFailure(String message)
returns a new NotificationResult instance indicating a failed
notification.
|
static NotificationResult |
NotificationResult.newSuccess()
returns a new NotificationResult instance indicating a successful
notification.
|
static NotificationResult |
NotificationResult.newSuccess()
returns a new NotificationResult instance indicating a successful
notification.
|
protected NotificationResult |
StashNotifier.notifyStash(PrintStream logger,
Run<?,?> run,
String commitSha1,
TaskListener listener,
StashBuildState state)
Notifies the configured Bitbucket server by POSTing the run results
to the Bitbucket run API.
|
protected NotificationResult |
StashNotifier.notifyStash(PrintStream logger,
Run<?,?> run,
String commitSha1,
TaskListener listener,
StashBuildState state)
Notifies the configured Bitbucket server by POSTing the run results
to the Bitbucket run API.
|
NotificationResult |
HttpNotifier.send(URI uri,
net.sf.json.JSONObject payload,
NotificationSettings settings,
NotificationContext context)
Basic contract for sending Bitbucket build status notifications.
|
NotificationResult |
HttpNotifier.send(URI uri,
net.sf.json.JSONObject payload,
NotificationSettings settings,
NotificationContext context)
Basic contract for sending Bitbucket build status notifications.
|
Copyright © 2016–2022. All rights reserved.