| 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(Run<?,?> run,
StashBuildState state)
Returns the description of the run used for the Bitbucket 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.