| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2016–2019. All rights reserved.