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 DefaultRepositoryManager.createRepository(String type, String name, String description, Properties properties)
           
 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.getRepository(Long id)
           
 Repository RepositoryManager.getRepository(Long id)
          Retrieves the Repository by its getId().
 Repository DefaultRepositoryManager.getRepository(String name)
          Retrieves the repository by name
 Repository RepositoryManager.getRepository(String name)
          Retrieves the Repository by its getName().
 

Methods in com.atlassian.jira.vcs that return types with arguments of type Repository
 Collection<Repository> DefaultRepositoryManager.getRepositories()
           
 Collection<Repository> RepositoryManager.getRepositories()
          This method will return all Repository's that exist within JIRA.
 Collection<Repository> DefaultRepositoryManager.getRepositoriesForProject(org.ofbiz.core.entity.GenericValue project)
           
 Collection<Repository> RepositoryManager.getRepositoriesForProject(org.ofbiz.core.entity.GenericValue project)
          This method will return a list of Repositorys that are associated with the provided project.
 

Methods in com.atlassian.jira.vcs with parameters of type Repository
 int AbstractRepository.compareTo(Repository repository)
           
 void Repository.copyContent(Repository repository)
          Copies the content of the given repository only if it is the same type.
 Collection<org.ofbiz.core.entity.GenericValue> DefaultRepositoryManager.getProjectsForRepository(Repository repository)
           
 Collection<org.ofbiz.core.entity.GenericValue> RepositoryManager.getProjectsForRepository(Repository repository)
          This method allows you to find the projects that have been associated with a given 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-2012 Atlassian. All Rights Reserved.