Package com.linecorp.centraldogma.client
Class RepositoryInfo
java.lang.Object
com.linecorp.centraldogma.client.RepositoryInfo
An immutable holder of repository information.
-
Constructor Summary
ConstructorDescriptionRepositoryInfo
(String name, Revision headRevision) Creates a new instance with the specified repository name and the latestRevision
of the repository. -
Method Summary
-
Constructor Details
-
RepositoryInfo
Creates a new instance with the specified repository name and the latestRevision
of the repository.
-
-
Method Details