java.lang.Object | |
↳ | com.atlassian.bitbucket.property.SimplePropertySupport |
![]() |
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.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SimplePropertySupport.AbstractPropertyBuilder<B extends AbstractPropertyBuilder<B>> |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Set properties on this entity.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Set properties on this entity.
If the properties on this instance are already set, this will merge the properties
.
The new properties will overwrite existing properties with the same key.
properties | the properties to set |
---|