Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.idx | |
com.atlassian.bitbucket.property |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
SimpleCommit.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleCommit.setProperties(PropertyMap properties) |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
CommitIndex.getProperties(String commitId,
Iterable<String> propertyKeys)
Retrieves a property map containing all properties stored against the given commit, matching
propertyKeys . |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyMap> |
CommitIndex.getProperties(Iterable<String> commitIds,
Iterable<String> propertyKeys)
Retrieves a properties for each of the specified commits, matching the provided
propertyKeys . |
Modifier and Type | Field and Description |
---|---|
static PropertyMap |
PropertyMap.EMPTY |
Modifier and Type | Method and Description |
---|---|
PropertyMap |
PropertyMap.Builder.build() |
PropertyMap |
SimplePropertySupport.getProperties() |
PropertyMap |
PropertySupport.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
SimplePropertySupport.setProperties(PropertyMap properties)
Set properties on this entity.
|
Copyright © 2021 Atlassian. All rights reserved.