| Modifier and Type | Method and Description |
|---|---|
static StashBuildState |
StashBuildState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StashBuildState[] |
StashBuildState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
StashNotifier.getBuildDescription(hudson.model.Run<?,?> run,
StashBuildState state)
Returns the description of the run used for the Stash 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–2017. All rights reserved.