com.atlassian.crucible.scm
Interface HasChangelogBrowser

All Superinterfaces:
SCMRepository

public interface HasChangelogBrowser
extends SCMRepository

An SCMRepository which provides access to a changelog sould implement this interface.


Method Summary
 ChangelogBrowser getChangelogBrowser()
          A source of information about Changelogs
 
Methods inherited from interface com.atlassian.crucible.scm.SCMRepository
getDescription, getDiffRevisionKey, getName, getRevisionData, getStateDescription, isAvailable, streamContents
 

Method Detail

getChangelogBrowser

ChangelogBrowser getChangelogBrowser()
A source of information about Changelogs