public interface GitMetadataStore
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String name)
Deletes that repository meta information and removes its reference from the origin and forks.
|
Optional<GitMetadata> |
read(String name)
Reads the git metadata from repository.
|
void |
write(String name)
Writes the meta information about a repository without an origin.
|
void |
write(String name,
String origin)
Writes the meta information about a repository and its origin.
|
void write(String name)
name - The name of the repository in organizationalUnit/repositoryName formatvoid write(String name, String origin)
name - The name of the repository in organizationalUnit/repositoryName formatorigin - The name of the origin in organizationalUnit/repositoryName formatOptional<GitMetadata> read(String name)
name - the repository name in organizationalUnit/repositoryName formatvoid delete(String name)
name - The repository name in organizationalUnit/repositoryName formatCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.