| 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,
hudson.model.Run<?,?> run,
String commitSha1,
hudson.model.TaskListener listener,
StashBuildState state)
Notifies the configured Stash server by POSTing the run results
to the Stash run API.
|
Copyright © 2016–2019. All rights reserved.