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, spliterator
void 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 © 2024 Atlassian. All rights reserved.