public interface SourceService
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBranches(String repository)
Gets the list of branch names in a given repository.
|
Collection<String> |
getOrganizationUnits()
Gets the list of organizational unit names accessible by current user.
|
Collection<Project> |
getProjects(String repositoryAlias,
String branch)
Gets the list of projects accessible by current user in a given repository and branch.
|
Collection<String> |
getRepositories(String organizationalUnit)
Gets the list of repositories accessible by current user in a given organizational unit.
|
Collection<String> getOrganizationUnits()
Collection<String> getRepositories(String organizationalUnit)
organizationalUnit - a desired organizational unit name.Collection<String> getBranches(String repository)
repository - a repository name.Collection<Project> getProjects(String repositoryAlias, String branch)
repositoryAlias - a repository name.branch - a branch name.Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.