| Package | Description |
|---|---|
| org.guvnor.structure.repositories | |
| org.guvnor.structure.repositories.impl |
| Modifier and Type | Method and Description |
|---|---|
Optional<GitMetadata> |
GitMetadataStore.read(String name)
Reads the git metadata from repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GitMetadataStore.write(String name,
GitMetadata metadata)
Writes the meta information about a repository.
|
void |
GitMetadataStore.write(String name,
GitMetadata metadata,
boolean lock)
Writes the meta information about a repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GitMetadataImpl
Represents information about a repository.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.