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

All Superinterfaces:
RepositoryIndexer

public interface CvsRepositoryIndexer
extends RepositoryIndexer


Method Summary
 RepositoryIndexingStatus startFullScan()
          Scan the whole repository for any changes since the last scan.
 
Methods inherited from interface com.atlassian.fisheye.spi.admin.services.RepositoryIndexer
getIndexingStatus, startFullReindexing, startIncrementalIndexing, startLineCountReindexing
 

Method Detail

startFullScan

RepositoryIndexingStatus startFullScan()
Scan the whole repository for any changes since the last scan.

If the repository isn't stopped, this is a noop.