CommitPropertyConfiguration for a more efficient way to
 enrich commits using properties from the CommitIndex.@Deprecated public interface CommitPropertyProvider
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,com.atlassian.bitbucket.property.PropertyMap> | getProperties(Set<String> commitIds)Deprecated.  Get the properties for the specified commit IDs | 
@Nonnull Map<String,com.atlassian.bitbucket.property.PropertyMap> getProperties(@Nonnull Set<String> commitIds)
commitIds - the commit IDs to provide properties forMap of commit IDs and their respective properties in the form of a PropertyMapCopyright © 2024 Atlassian. All rights reserved.