| com.atlassian.bitbucket.pull.PullRequestPropertyContext |
Allows iterating and adding PropertyMap properties to pull requests. This context is guaranteed to not contain duplicate pull requests.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a property to the
pullRequest. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Iterable
| |||||||||||
Adds a property to the pullRequest. Any existing property stored under key will be replaced.
| pullRequest | the pull request that will receive the new property |
|---|---|
| key | property key |
| value | property value |