com.atlassian.jira.vcs
Interface RepositoryBrowser

All Known Implementing Classes:
ViewCvsBrowser

public interface RepositoryBrowser


Field Summary
static String VIEW_CVS_TYPE
           
 
Method Summary
 String getDiffLink(String filePath, String currentRevision)
          Returns the link to the diff between the current (given) revision of the file and the previous one.
 String getFileLink(String filePath)
          Returns the link to the main screen of the file
 String getRevisionLink(String filePath, String revision)
          Returns the link to the actual (given) revison of the file
 String getType()
           
 

Field Detail

VIEW_CVS_TYPE

static final String VIEW_CVS_TYPE
See Also:
Constant Field Values
Method Detail

getFileLink

String getFileLink(String filePath)
Returns the link to the main screen of the file


getRevisionLink

String getRevisionLink(String filePath,
                       String revision)
Returns the link to the actual (given) revison of the file


getDiffLink

String getDiffLink(String filePath,
                   String currentRevision)
Returns the link to the diff between the current (given) revision of the file and the previous one.

Parameters:
filePath -
currentRevision -

getType

String getType()


Copyright © 2002-2008 Atlassian. All Rights Reserved.