
RepositoryService.getLogCommand() instead.@Deprecated public class ChangesetViewerUtil extends PartCacheClearHook
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME
Deprecated.
Field description
|
| Constructor and Description |
|---|
ChangesetViewerUtil(RepositoryManager repositoryManager,
CacheManager cacheManager,
Set<ChangesetPreProcessor> changesetPreProcessorSet,
Set<ChangesetPreProcessorFactory> changesetPreProcessorFactorySet)
Deprecated.
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
Changeset |
getChangeset(Repository repository,
String revision)
Deprecated.
Method description
|
Changeset |
getChangeset(String repositoryId,
String revision)
Deprecated.
Method description
|
ChangesetPagingResult |
getChangesets(Repository repository,
int start,
int max)
Deprecated.
Method description
|
ChangesetPagingResult |
getChangesets(Repository repository,
String path,
String revision,
int start,
int max)
Deprecated.
Method description
|
ChangesetPagingResult |
getChangesets(String repositoryId,
int start,
int max)
Deprecated.
Method description
|
ChangesetPagingResult |
getChangesets(String repositoryId,
String path,
String revision,
int start,
int max)
Deprecated.
Method description
|
createFilterclearCache, clearCache, getTypes, init, isAsync, onEventpublic static final String CACHE_NAME
@Inject public ChangesetViewerUtil(RepositoryManager repositoryManager, CacheManager cacheManager, Set<ChangesetPreProcessor> changesetPreProcessorSet, Set<ChangesetPreProcessorFactory> changesetPreProcessorFactorySet)
repositoryManager - cacheManager - changesetPreProcessorSet - changesetPreProcessorFactorySet - public Changeset getChangeset(Repository repository, String revision) throws RepositoryException, IOException, NotSupportedFeatuerException
repository - revision - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionpublic Changeset getChangeset(String repositoryId, String revision) throws RepositoryNotFoundException, IOException, RepositoryException, NotSupportedFeatuerException
repositoryId - revision - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionRepositoryNotFoundExceptionpublic ChangesetPagingResult getChangesets(String repositoryId, int start, int max) throws IOException, RepositoryException, NotSupportedFeatuerException
repositoryId - start - max - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionpublic ChangesetPagingResult getChangesets(String repositoryId, String path, String revision, int start, int max) throws IOException, RepositoryException, NotSupportedFeatuerException
repositoryId - path - revision - start - max - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionpublic ChangesetPagingResult getChangesets(Repository repository, int start, int max) throws IOException, RepositoryException, NotSupportedFeatuerException
repository - start - max - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionpublic ChangesetPagingResult getChangesets(Repository repository, String path, String revision, int start, int max) throws IOException, RepositoryException, NotSupportedFeatuerException
repository - path - revision - start - max - IOExceptionNotSupportedFeatuerExceptionRepositoryExceptionCopyright © 2013. All Rights Reserved.