@Deprecated public interface

ChangesetAttributeConfiguration

com.atlassian.stash.idx.ChangesetAttributeConfiguration

This interface is deprecated.
in 3.4 for removal in 4.0. Use CommitPropertyConfiguration instead.

Class Overview

Attribute configuration for any changeset indexer.

Summary

Public Methods
Collection<String> getAttributesToPreload(Repository repository)

Public Methods

public Collection<String> getAttributesToPreload (Repository repository)

Parameters
repository the repository
Returns
  • a collection of attribute keys to preload on every changeset request. Attributes can be loaded on demand via rest using the expand query string. They can also be fetched programatically via the ChangesetIndex