com.atlassian.bitbucket.pull.PullRequestMergeabilityPropertyProvider |
Provides properties to PullRequestMergeability.
NOTE: Property values must be convertible to JSON (e.g. extend from RestMapEntity
), or otherwise REST
requests to entities owning the properties will fail.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Provide properties for the provided pull request and mergeability.
|
Provide properties for the provided pull request and mergeability. Plugins should prefix property keys with a unique identifier (e.g. the plugin key) to avoid conflicts.
pullRequest | the pull request |
---|---|
mergeability | the pull request mergeability |
mergeability
. Can be empty, but not null.