Package com.linecorp.centraldogma.client
@NonNullByDefault
package com.linecorp.centraldogma.client
Central Dogma client API.
- See Also:
-
ClassDescriptionA skeletal
CentralDogma
implementation.AbstractCentralDogmaBuilder<B extends AbstractCentralDogmaBuilder<B>>Builds aCentralDogma
client.Central Dogma client.Prepares to send requests to the Central Dogma repository.Prepares to send aCentralDogma.push(String, String, Revision, String, String, Markup, Iterable)
request to the Central Dogma repository.Prepares to send aCentralDogma.getDiff(String, String, Revision, Revision, PathPattern)
request to the Central Dogma repository.DiffRequest<T>Prepares to send aCentralDogma.getDiff(String, String, Revision, Revision, Query)
request to the Central Dogma repository.FileRequest<T>Prepares to send aCentralDogma.getFile(String, String, Revision, Query)
request to the Central Dogma repository.Prepares to send aCentralDogma.getFiles(String, String, Revision, PathPattern)
orCentralDogma.listFiles(String, String, Revision, PathPattern)
request to the Central Dogma repository.Prepares to send aCentralDogma.getHistory(String, String, Revision, Revision, PathPattern, int)
request to the Central Dogma repository.Latest<U>MergeRequest<T>Prepares to send aCentralDogma.mergeFiles(String, String, Revision, MergeQuery)
request to the Central Dogma repository.Prepares to send aCentralDogma.getPreviewDiffs(String, String, Revision, Iterable)
request to the Central Dogma repository.An immutable holder of repository information.Watcher<T>Watches the changes of a repository or a file.Prepares to create aWatcher
.Prepares to send aCentralDogma.watchRepository(String, String, Revision, PathPattern, long, boolean)
request to the Central Dogma repository.WatchRequest<T>Prepares to send aCentralDogma.watchFile(String, String, Revision, Query, long, boolean)
request to the Central Dogma repository or create a newWatcher
.