Uses of Class
com.collabnet.ce.soap60.webservices.scm.RepositoryParameter2SoapDO
Packages that use RepositoryParameter2SoapDO
-
Uses of RepositoryParameter2SoapDO in com.collabnet.ce.soap60.webservices.scm
Methods in com.collabnet.ce.soap60.webservices.scm that return RepositoryParameter2SoapDOMethods in com.collabnet.ce.soap60.webservices.scm with parameters of type RepositoryParameter2SoapDOModifier 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) void
ScmAppSoapMockStub.prepareCreateRepository2
(String sessionId, String projectId, String externalSystemId, String repositoryDirectory, String title, String description, boolean idRequiredOnCommit, boolean hideMonitoringDetails, String comment, RepositoryParameter2SoapDO[] params, Object returnValue) Prepare a simulated response to createRepository2void
Repository2SoapDO.setParameters
(RepositoryParameter2SoapDO[] parameters) Sets 'parameters'.com.vasoftware.sf.server.services.scm.RepositoryParamDO[]
Repository2SoapDOMarshaler.soapToRmiParams
(RepositoryParameter2SoapDO[] soapDO) Converts an array of soap repository parameters to rmi parameters.