Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.scm |
Modifier and Type | Method and Description |
---|---|
RepositorySoapList |
IScmAppSoap.getRepositoryList(String sessionId,
String projectId)
Lists the repositories within a given project that the current user has been granted view permission through roles and path based permission.
|
RepositorySoapList |
ScmAppSoapStub.getRepositoryList(String sessionId,
String projectId) |
RepositorySoapList |
ScmAppSoapMockStub.getRepositoryList(String sessionId,
String projectId)
Simulate a call to getRepositoryList
|
RepositorySoapList |
IScmAppSoap.getRepositoryListForExternalSystem(String sessionId,
String externalSystemId,
String userName)
Lists the repositories on a given external system (SCM Adapter) for which the specified user has been granted view permission.
|
RepositorySoapList |
ScmAppSoapStub.getRepositoryListForExternalSystem(String sessionId,
String externalSystemId,
String userName) |
RepositorySoapList |
ScmAppSoapMockStub.getRepositoryListForExternalSystem(String sessionId,
String externalSystemId,
String userName)
Simulate a call to getRepositoryListForExternalSystem
|
Copyright © 2017 CollabNet. All Rights Reserved.