Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.pluggable |
Modifier and Type | Method and Description |
---|---|
PluggableComponentSoapDO |
PluggableAppSoapMockStub.createIntegratedApplication(String sessionId,
String plugName,
String description,
String baseUrl,
String goUrl,
String prefix,
String isScmRequired,
String requireProjPrefix,
String iconFileId,
String endPoint,
PluggableComponentParameterSoapDO[] paramDO,
String adminUrl,
PluggablePermissionSoapDO[] permSoapDO,
String pceInputType,
String pceResultFormat,
String pceDescription,
String pceTitle)
Simulate a call to createIntegratedApplication
|
PluggableComponentSoapDO |
PluggableAppSoapStub.createIntegratedApplication(String sessionId,
String plugName,
String description,
String baseUrl,
String goUrl,
String prefix,
String isScmRequired,
String requireProjPrefix,
String iconFileId,
String endPoint,
PluggableComponentParameterSoapDO[] paramDO,
String adminUrl,
PluggablePermissionSoapDO[] permSoapDO,
String pceInputType,
String pceResultFormat,
String pceDescription,
String pceTitle) |
PluggableComponentSoapDO |
IPluggableAppSoap.createIntegratedApplication(String sessionId,
String plugName,
String description,
String baseUrl,
String goUrl,
String prefix,
String isScmRequired,
String requireProjPrefix,
String iconFileId,
String endPoint,
PluggableComponentParameterSoapDO[] paramDO,
String adminUrl,
PluggablePermissionSoapDO[] permSoapDO,
String pceInputType,
String pceResultFormat,
String pceDescription,
String pceTitle)
Deprecated.
|
PluggableComponentSoapDO |
PluggableAppSoapMockStub.createIntegratedApplicationFromXMLFiles(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileId)
Simulate a call to createIntegratedApplicationFromXMLFiles
|
PluggableComponentSoapDO |
PluggableAppSoapStub.createIntegratedApplicationFromXMLFiles(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileId) |
PluggableComponentSoapDO |
IPluggableAppSoap.createIntegratedApplicationFromXMLFiles(String sessionId,
byte[] depXmlByteArray,
byte[] appXmlByteArray,
String iconFileId)
Deprecated.
|
PluggableComponentSoapDO |
PluggableAppSoapMockStub.getIntegratedApplicationByName(String sessionId,
String plugName)
Simulate a call to getIntegratedApplicationByName
|
PluggableComponentSoapDO |
PluggableAppSoapStub.getIntegratedApplicationByName(String sessionId,
String plugName) |
PluggableComponentSoapDO |
IPluggableAppSoap.getIntegratedApplicationByName(String sessionId,
String plugName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableAppSoapMockStub.editIntegratedApplication(String sessionId,
PluggableComponentSoapDO soapDO)
Simulate a call to editIntegratedApplication
|
void |
PluggableAppSoapStub.editIntegratedApplication(String sessionId,
PluggableComponentSoapDO soapDO) |
void |
IPluggableAppSoap.editIntegratedApplication(String sessionId,
PluggableComponentSoapDO soapDO)
Deprecated.
|
void |
PluggableAppSoapMockStub.prepareEditIntegratedApplication(String sessionId,
PluggableComponentSoapDO soapDO)
Prepare a simulated response to editIntegratedApplication
|
void |
PluggableAppSoapMockStub.prepareEditIntegratedApplication(String sessionId,
PluggableComponentSoapDO soapDO,
Exception exception)
Prepare a simulated response to editIntegratedApplication
|
Copyright © 2016 CollabNet. All Rights Reserved.