|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 that return types with arguments of type Repository | |
|---|---|
Collection<Repository> |
RepositoryManager.getRepositories()
This method will return all Repository's that exist within JIRA. |
Collection<Repository> |
DefaultRepositoryManager.getRepositories()
|
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. |
Collection<Repository> |
DefaultRepositoryManager.getRepositoriesForProject(org.ofbiz.core.entity.GenericValue 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> |
RepositoryManager.getProjectsForRepository(Repository repository)
This method allows you to find the projects that have been associated with a given Repository. |
Collection<org.ofbiz.core.entity.GenericValue> |
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||