com.atlassian.jira.vcs
Interface Repository

All Superinterfaces:
Comparable
All Known Implementing Classes:
AbstractRepository

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 setRepositroryBrowser(RepositoryBrowser repositoryBrowser)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

KEY_REPOSITTORY_BROWSER_TYPE

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

getCommitsForIssue

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

Returns:
List a list of VCSCommit objects
Throws:
RepositoryException

getId

public Long getId()

getName

public String getName()

getDescription

public String getDescription()

getType

public String getType()

setRepositroryBrowser

public void setRepositroryBrowser(RepositoryBrowser repositoryBrowser)

getRepositoryBrowser

public RepositoryBrowser getRepositoryBrowser()


Copyright © 2002-2006 Atlassian. All Rights Reserved.