com.atlassian.jira.vcs
Interface Repository

All Superinterfaces:
Comparable
All Known Implementing Classes:
AbstractRepository, CvsRepository

public interface Repository
extends Comparable


Field Summary
static String KEY_REPOSITTORY_BROWSER_TYPE
           
 
Method Summary
 List getCommitsForIssue(String issueKey)
          Get a list of commits for a particular issue
 String getDescription()
           
 Long getId()
           
 String getName()
           
 RepositoryBrowser getRepositoryBrowser()
           
 String getType()
           
 void setRepositoryBrowser(RepositoryBrowser repositoryBrowser)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

KEY_REPOSITTORY_BROWSER_TYPE

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

getCommitsForIssue

List getCommitsForIssue(String issueKey)
                        throws RepositoryException
Get a list of commits for a particular issue

Returns:
List a list of Commit objects
Throws:
RepositoryException

getId

Long getId()

getName

String getName()

getDescription

String getDescription()

getType

String getType()

setRepositoryBrowser

void setRepositoryBrowser(RepositoryBrowser repositoryBrowser)

getRepositoryBrowser

RepositoryBrowser getRepositoryBrowser()


Copyright © 2002-2007 Atlassian. All Rights Reserved.