public interface

PullRequestPropertyProvider

com.atlassian.bitbucket.pull.PullRequestPropertyProvider

Class Overview

Provides properties to Stash PullRequest 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.

Summary

Public Methods
void provideProperties(PullRequestPropertyContext context)
Provide properties to the given context.

Public Methods

public void provideProperties (PullRequestPropertyContext context)

Provide properties to the given context.

Parameters
context current pull request property context