Uses of Interface
org.guvnor.structure.repositories.GitMetadata
-
Packages that use GitMetadata Package Description org.guvnor.structure.repositories org.guvnor.structure.repositories.impl -
-
Uses of GitMetadata in org.guvnor.structure.repositories
Methods in org.guvnor.structure.repositories that return types with arguments of type GitMetadata Modifier and Type Method Description Optional<GitMetadata>GitMetadataStore. read(String name)Reads the git metadata from repository.Methods in org.guvnor.structure.repositories with parameters of type GitMetadata Modifier and Type Method Description voidGitMetadataStore. write(String name, GitMetadata metadata)Writes the meta information about a repository.voidGitMetadataStore. write(String name, GitMetadata metadata, boolean lock)Writes the meta information about a repository. -
Uses of GitMetadata in org.guvnor.structure.repositories.impl
Classes in org.guvnor.structure.repositories.impl that implement GitMetadata Modifier and Type Class Description classGitMetadataImplRepresents information about a repository.
-