com.atlassian.fisheye.spi.admin.services
Interface SvnRepositoryIndexer

All Superinterfaces:
RepositoryIndexer

public interface SvnRepositoryIndexer
extends RepositoryIndexer


Method Summary
 RepositoryIndexingStatus startRevisionPropertiesReindexing(long fromRevision, long toRevision)
          Reindex non-versioned properties.
 
Methods inherited from interface com.atlassian.fisheye.spi.admin.services.RepositoryIndexer
getIndexingStatus, startFullReindexing, startIncrementalIndexing, startLineCountReindexing
 

Method Detail

startRevisionPropertiesReindexing

RepositoryIndexingStatus startRevisionPropertiesReindexing(long fromRevision,
                                                           long toRevision)
Reindex non-versioned properties.

Throws:
java.lang.IllegalStateException - if the repository is not RepositoryState.RUNNING.