com.atlassian.fisheye.spi.services
Interface SvnRepositoryService


public interface SvnRepositoryService

Provides an API for retrieving information about SVN repositories in fisheye


Nested Class Summary
static interface SvnRepositoryService.BranchDetails
           
 
Method Summary
 SvnRepositoryService.BranchDetails getBranchDetails(java.lang.String repository, java.lang.String path)
           
 

Method Detail

getBranchDetails

SvnRepositoryService.BranchDetails getBranchDetails(java.lang.String repository,
                                                    java.lang.String path)
Parameters:
repository - name of the repository
path - a path within the repository indicating a branch
Returns:
BranchDetails