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

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

getFileLink

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


getRevisionLink

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


getDiffLink

public 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

public String getType()


Copyright © 2002-2007 Atlassian. All Rights Reserved.