| Interface | Description |
|---|---|
| HttpNotifier |
Implement this interface to change the way requests are made to Bitbucket.
|
| HttpNotifierSelector |
Implement this interface to have more control over which
HttpNotifier
will be used at runtime. |
| Class | Description |
|---|---|
| BuildStatusUriFactory | |
| NotificationContext |
Properties from the build where this is running.
|
| NotificationResult |
convenience class to capture the result of a notification.
|
| NotificationSettings |
Properties defined by a user or administrator about how they want the
notification to be sent.
|
| SelectionContext |
Properties for selecting a
HttpNotifier. |
| StashCredentialMatcher |
A very simple matcher to ensure we only show username/password or certificate credentials
|
| StashNotifier |
Notifies a configured Atlassian Bitbucket server instance of build results
through the Bitbucket build API.
|
| StashNotifier.DescriptorImpl | |
| StashNotifierModule |
| Enum | Description |
|---|---|
| StashBuildState |
States communicated to the Bitbucket server.
|
| Annotation Type | Description |
|---|---|
| StashNotifierDefault |
Use this annotation to inject the default value of
HttpNotifierSelector or HttpNotifier. |
Copyright © 2016–2021. All rights reserved.