public interface PullRequestPropertyProvider
pull requests.
NOTE: Property values must be convertible to JSON (e.g. extend from RestMapEntity), or otherwise REST
requests to entities owning the properties will fail.
PullRequestPropertyContext| Modifier and Type | Method and Description |
|---|---|
void |
provideProperties(PullRequestPropertyContext context)
Provide properties to the given
context. |
void provideProperties(@Nonnull PullRequestPropertyContext context)
context.context - current pull request property contextCopyright © 2022 Atlassian. All rights reserved.