Uses of Class
com.atlassian.bitbucket.property.PropertyMap
Packages that use PropertyMap
Package
Description
- 
Uses of PropertyMap in com.atlassian.bitbucket.commitMethods in com.atlassian.bitbucket.commit that return PropertyMapMethods in com.atlassian.bitbucket.commit with parameters of type PropertyMap
- 
Uses of PropertyMap in com.atlassian.bitbucket.idxMethods in com.atlassian.bitbucket.idx that return PropertyMapModifier and TypeMethodDescriptionCommitIndex.getProperties(String commitId, Iterable<String> propertyKeys) Retrieves a property map containing all properties stored against the given commit, matchingpropertyKeys.Methods in com.atlassian.bitbucket.idx that return types with arguments of type PropertyMapModifier and TypeMethodDescriptionCommitIndex.getProperties(Iterable<String> commitIds, Iterable<String> propertyKeys) Retrieves a properties for each of the specified commits, matching the providedpropertyKeys.
- 
Uses of PropertyMap in com.atlassian.bitbucket.propertyFields in com.atlassian.bitbucket.property declared as PropertyMapMethods in com.atlassian.bitbucket.property that return PropertyMapModifier and TypeMethodDescriptionPropertyMap.Builder.build()PropertySupport.getProperties()SimplePropertySupport.getProperties()Methods in com.atlassian.bitbucket.property with parameters of type PropertyMapModifier and TypeMethodDescriptionvoidSimplePropertySupport.setProperties(PropertyMap properties) Set properties on this entity.