com.atlassian.fisheye.spi.services
Interface SvnRepositoryService.BranchDetails

Enclosing interface:
SvnRepositoryService

public static interface SvnRepositoryService.BranchDetails


Method Summary
 java.lang.String getBranchParent()
           
 java.lang.String getBranchPoint()
           
 

Method Detail

getBranchPoint

java.lang.String getBranchPoint()
Returns:
the changeset No. from which the current branch was branched from

getBranchParent

java.lang.String getBranchParent()
Returns:
the name of the parent that the current branch was branched from