| Modifier and Type | Method and Description |
|---|---|
void |
setProperty(com.atlassian.bitbucket.pull.PullRequest pullRequest,
String key,
Object value)
Adds a property to the
pullRequest. |
forEach, iterator, spliteratorvoid setProperty(@Nonnull com.atlassian.bitbucket.pull.PullRequest pullRequest, @Nonnull String key, @Nonnull Object value)
pullRequest. Any existing property stored under key will be replaced.pullRequest - the pull request that will receive the new propertykey - property keyvalue - property valueCopyright © 2022 Atlassian. All rights reserved.