Package com.atlassian.bitbucket.property
package com.atlassian.bitbucket.property
-
ClassDescriptionImmutable collection of properties mapped by string keys.Implemented by model objects that support storing additional
PropertyMap
properties that can provide auxiliary information about a given entity.An implementation ofPropertySupport
for use in SCM entities, with write-once immutability provided bySimplePropertySupport.setProperties(PropertyMap)
.SimplePropertySupport.AbstractPropertyBuilder<B extends SimplePropertySupport.AbstractPropertyBuilder<B>>