| 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.AbstractBuild<?,?> build,
String commitSha1,
hudson.model.BuildListener listener,
StashBuildState state)
Notifies the configured Stash server by POSTing the build results
to the Stash build API.
|
Copyright © 2004-2016. All Rights Reserved.