Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.scm |
Modifier and Type | Method and Description |
---|---|
RepositorySoapDO |
IScmAppSoap.createRepository(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment)
Creates a new repository in the given SCM server.
|
RepositorySoapDO |
ScmAppSoapMockStub.createRepository(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment)
Simulate a call to createRepository
|
RepositorySoapDO |
ScmAppSoapStub.createRepository(String sessionId,
String projectId,
String externalSystemId,
String repositoryDirectory,
String title,
String description,
boolean idRequiredOnCommit,
boolean hideMonitoringDetails,
String comment) |
RepositorySoapDO |
IScmAppSoap.getRepositoryData(String sessionId,
String externalSystemId,
String repositoryDirectory)
Returns data associated with a specific repository.
|
RepositorySoapDO |
ScmAppSoapMockStub.getRepositoryData(String sessionId,
String externalSystemId,
String repositoryDirectory)
Simulate a call to getRepositoryData
|
RepositorySoapDO |
ScmAppSoapStub.getRepositoryData(String sessionId,
String externalSystemId,
String repositoryDirectory) |
RepositorySoapDO |
IScmAppSoap.getRepositoryDataById(String sessionId,
String repositoryId)
Returns data associated with a specific repository Note that a user has permission to view the repository data if the user belongs to a role that has either full view permission or any path-based permission on this repository.
|
RepositorySoapDO |
ScmAppSoapMockStub.getRepositoryDataById(String sessionId,
String repositoryId)
Simulate a call to getRepositoryDataById
|
RepositorySoapDO |
ScmAppSoapStub.getRepositoryDataById(String sessionId,
String repositoryId) |
RepositorySoapDO |
IScmAppSoap.moveRepository(String sessionId,
String repositoryId,
String projectId)
Moves the repository from its current project to the one specified.
|
RepositorySoapDO |
ScmAppSoapMockStub.moveRepository(String sessionId,
String repositoryId,
String projectId)
Simulate a call to moveRepository
|
RepositorySoapDO |
ScmAppSoapStub.moveRepository(String sessionId,
String repositoryId,
String projectId) |
Copyright © 2016 CollabNet. All Rights Reserved.