Uses of Class
com.atlassian.bitbucket.property.PropertyMap
Packages that use PropertyMap
Package
Description
-
Uses of PropertyMap in com.atlassian.bitbucket.commit
Methods 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.idx
Methods 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.property
Fields 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 TypeMethodDescriptionvoid
SimplePropertySupport.setProperties
(PropertyMap properties) Set properties on this entity.