@Deprecated public interface

PullRequestAttributeContext

implements Iterable<T>
com.atlassian.stash.pull.PullRequestAttributeContext

This interface is deprecated.
in 3.4 for removal in 4.0. PullRequestAttributeProvider that uses this class will be removed in favour of PullRequestPropertyProvider

Class Overview

Allows iterating and adding attributes on pull requests.

Summary

Public Methods
void addAttribute(PullRequest pullRequest, String key, String value)
[Expand]
Inherited Methods
From interface java.lang.Iterable

Public Methods

public void addAttribute (PullRequest pullRequest, String key, String value)