| java.lang.Object |
| ↳ |
com.atlassian.bitbucket.property.SimplePropertySupport |
Known Direct Subclasses
|
Class Overview
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.
Summary
| Nested Classes |
|
class |
SimplePropertySupport.AbstractPropertyBuilder<B extends AbstractPropertyBuilder<B>> |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
From interface
com.atlassian.bitbucket.property.PropertySupport
|
Public Constructors
Public Methods
public
void
setProperties
(PropertyMap properties)
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.
Parameters
| properties
| the properties to set |