Class SimplePropertySupport

java.lang.Object
com.atlassian.bitbucket.property.SimplePropertySupport
All Implemented Interfaces:
PropertySupport
Direct Known Subclasses:
ChangeContext

public class SimplePropertySupport extends Object implements PropertySupport
An implementation of PropertySupport for use in SCM entities, with write-once immutability provided by setProperties(PropertyMap). Note: The recommended way to use this class is by composition.