| com.atlassian.bitbucket.repository.RefMetadataProvider<T> | 
A plugin point for associating arbitrary metadata with a Ref.
 To define a RefMetadataProvider within your plugin you will need to implement this interface
 and add the following to your atlassian-plugin.xml.
 
     <ref-metadata key="my-metadata-provider" class="com.example.MyMetadataProvider" />
 
  | Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| context | the context in which the metadata is being provided | 
|---|