Uses of Class
com.collabnet.ce.soap60.webservices.scm.RepositorySoapDO
Packages that use RepositorySoapDO
-
Uses of RepositorySoapDO in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that return RepositorySoapDOModifier and TypeMethodDescriptionIScmAppSoap.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.ScmAppSoap.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.ScmAppSoapMockStub.createRepository
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment) Simulate a call to createRepositoryScmAppSoapStub.createRepository
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment) IScmAppSoap.getRepositoryData
(String sessionId, String externalSystemId, String repositoryDirectory) Returns data associated with a specific repository.ScmAppSoap.getRepositoryData
(String sessionId, String externalSystemId, String repositoryDirectory) Returns data associated with a specific repository.ScmAppSoapMockStub.getRepositoryData
(String sessionId, String externalSystemId, String repositoryDirectory) Simulate a call to getRepositoryDataScmAppSoapStub.getRepositoryData
(String sessionId, String externalSystemId, String repositoryDirectory) IScmAppSoap.getRepositoryDataById
(String sessionId, String repositoryId) Returns data associated with a specific repositoryScmAppSoap.getRepositoryDataById
(String sessionId, String repositoryId) Returns data associated with a specific repositoryScmAppSoapMockStub.getRepositoryDataById
(String sessionId, String repositoryId) Simulate a call to getRepositoryDataByIdScmAppSoapStub.getRepositoryDataById
(String sessionId, String repositoryId) IScmAppSoap.moveRepository
(String sessionId, String repositoryId, String projectId) Moves the repository from its current project to the one specified.ScmAppSoap.moveRepository
(String sessionId, String repositoryId, String projectId) Moves the repository from its current project to the one specified.ScmAppSoapMockStub.moveRepository
(String sessionId, String repositoryId, String projectId) Simulate a call to moveRepositoryScmAppSoapStub.moveRepository
(String sessionId, String repositoryId, String projectId)