Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.scm |
Modifier and Type | Method and Description |
---|---|
ExternalSystemSoapDO |
IScmAppSoap.getExternalSystem(String sessionId,
String systemId)
Returns information associated with an external system integrated with TeamForge.
|
ExternalSystemSoapDO |
ScmAppSoapMockStub.getExternalSystem(String sessionId,
String systemId)
Simulate a call to getExternalSystem
|
ExternalSystemSoapDO |
ScmAppSoapStub.getExternalSystem(String sessionId,
String systemId) |
Modifier and Type | Method and Description |
---|---|
void |
ScmAppSoapMockStub.prepareSetExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData)
Prepare a simulated response to setExternalSystemData
|
void |
ScmAppSoapMockStub.prepareSetExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData,
Exception exception)
Prepare a simulated response to setExternalSystemData
|
void |
IScmAppSoap.setExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData)
Updates information associated with an external system integrated with TeamForge.
|
void |
ScmAppSoapMockStub.setExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData)
Simulate a call to setExternalSystemData
|
void |
ScmAppSoapStub.setExternalSystemData(String sessionId,
ExternalSystemSoapDO systemData) |
Copyright © 2016 CollabNet. All Rights Reserved.