Package com.atlassian.bitbucket.pull
Interface PullRequestPropertyProvider
public interface PullRequestPropertyProvider
Provides properties to Stash
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Provide properties to the givencontext
.
-
Method Details
-
provideProperties
Provide properties to the givencontext
.- Parameters:
context
- current pull request property context
-