Uses of Class
com.collabnet.ce.soap60.webservices.scm.Repository2SoapDO
Packages that use Repository2SoapDO
-
Uses of Repository2SoapDO in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that return Repository2SoapDOModifier and TypeMethodDescriptionIScmAppSoap.createRepository2
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params) Creates a new repository in the given SCM server.ScmAppSoap.createRepository2
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params) Creates a new repository in the given SCM server.ScmAppSoapMockStub.createRepository2
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params) Simulate a call to createRepository2ScmAppSoapStub.createRepository2
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params) IScmAppSoap.getRepository2Data
(String sessionId, String externalSystemId, String repositoryDirectory) Returns data associated with a specific repository.ScmAppSoap.getRepository2Data
(String sessionId, String externalSystemId, String repositoryDirectory) Returns data associated with a specific repository.ScmAppSoapMockStub.getRepository2Data
(String sessionId, String externalSystemId, String repositoryDirectory) Simulate a call to getRepository2DataScmAppSoapStub.getRepository2Data
(String sessionId, String externalSystemId, String repositoryDirectory) IScmAppSoap.getRepository2DataById
(String sessionId, String repositoryId) Returns data associated with a specific repositoryScmAppSoap.getRepository2DataById
(String sessionId, String repositoryId) Returns data associated with a specific repositoryScmAppSoapMockStub.getRepository2DataById
(String sessionId, String repositoryId) Simulate a call to getRepository2DataByIdScmAppSoapStub.getRepository2DataById
(String sessionId, String repositoryId) Methods in com.collabnet.ce.soap60.webservices.scm with parameters of type Repository2SoapDOModifier and TypeMethodDescriptionvoid
ScmAppSoapMockStub.prepareSetRepositoryData
(String sessionId, Repository2SoapDO repository) Prepare a simulated response to setRepositoryDatavoid
ScmAppSoapMockStub.prepareSetRepositoryData
(String sessionId, Repository2SoapDO repository, Exception exception) Prepare a simulated response to setRepositoryDatavoid
IScmAppSoap.setRepositoryData
(String sessionId, Repository2SoapDO repository) Sets the repository datavoid
ScmAppSoap.setRepositoryData
(String sessionId, Repository2SoapDO repository) Sets the repository datavoid
ScmAppSoapMockStub.setRepositoryData
(String sessionId, Repository2SoapDO repository) Simulate a call to setRepositoryDatavoid
ScmAppSoapStub.setRepositoryData
(String sessionId, Repository2SoapDO repository)