Uses of Interface
com.atlassian.jira.vcs.Repository

Packages that use Repository
com.atlassian.jira.vcs   
com.atlassian.jira.vcs.cvsimpl   
com.atlassian.jira.web.action.admin.vcs   
 

Uses of Repository in com.atlassian.jira.vcs
 

Classes in com.atlassian.jira.vcs that implement Repository
 class AbstractRepository
           
 

Methods in com.atlassian.jira.vcs that return Repository
 Repository RepositoryManager.createRepository(String type, String name, String description, Properties properties)
          Creates a new Repository with the provided attributes and properties and creates a VcsService if one does not yet exist.
 Repository DefaultRepositoryManager.createRepository(String type, String name, String description, Properties properties)
           
 Repository RepositoryManager.getRepository(Long id)
          Retrieves the Repository by its getId().
 Repository DefaultRepositoryManager.getRepository(Long id)
           
 Repository RepositoryManager.getRepository(String name)
          Retrieves the Repository by its getName().
 Repository DefaultRepositoryManager.getRepository(String name)
          Retrieves the repository by name
 

Methods in com.atlassian.jira.vcs with parameters of type Repository
 void Repository.copyContent(Repository repository)
          Copies the content of the given repository only if it is the same type.
 Collection RepositoryManager.getProjectsForRepository(Repository repository)
          This method allows you to find the projects that have been associated with a given Repository.
 Collection DefaultRepositoryManager.getProjectsForRepository(Repository repository)
           
protected  boolean DefaultRepositoryManager.updateRepository(Repository repository)
           
 

Uses of Repository in com.atlassian.jira.vcs.cvsimpl
 

Classes in com.atlassian.jira.vcs.cvsimpl that implement Repository
 class CvsRepository
           
 

Methods in com.atlassian.jira.vcs.cvsimpl with parameters of type Repository
 void CvsRepository.copyContent(Repository repository)
          Copies the content of the given repository only if it is the same type (CvsRepository).
 

Constructors in com.atlassian.jira.vcs.cvsimpl with parameters of type Repository
CVSCommit(net.sf.statcvs.model.Commit commit, Repository repository)
           
 

Uses of Repository in com.atlassian.jira.web.action.admin.vcs
 

Methods in com.atlassian.jira.web.action.admin.vcs with parameters of type Repository
 Collection AddRepository.getProjects(Repository repository)
           
 String AddRepository.getViewCVSBaseUrl(Repository repository)
           
 String AddRepository.getViewCVSRootParameter(Repository repository)
           
 boolean AddRepository.isDeletable(Repository repository)
           
 



Copyright © 2002-2009 Atlassian. All Rights Reserved.