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 SummaryModifier and TypeMethodDescriptionvoidProvide properties to the givencontext.
- 
Method Details- 
providePropertiesProvide properties to the givencontext.- Parameters:
- context- current pull request property context
 
 
-