Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.tag |
Modifier and Type | Method and Description |
---|---|
TagSoapDO |
TagAppSoapMockStub.createTag(String sessionId,
String projectId,
String name,
String description)
Simulate a call to createTag
|
TagSoapDO |
ITagAppSoap.createTag(String sessionId,
String projectId,
String name,
String description)
Creates a tag in the specified project
|
TagSoapDO |
TagAppSoapStub.createTag(String sessionId,
String projectId,
String name,
String description) |
TagSoapDO |
TagAppSoapMockStub.getTag(String sessionId,
String tagId)
Simulate a call to getTag
|
TagSoapDO |
ITagAppSoap.getTag(String sessionId,
String tagId)
Gets tag data for the specified tag id
|
TagSoapDO |
TagAppSoapStub.getTag(String sessionId,
String tagId) |
TagSoapDO |
TagAppSoapMockStub.getTagByName(String sessionId,
String projectId,
String tagName)
Simulate a call to getTagByName
|
TagSoapDO |
ITagAppSoap.getTagByName(String sessionId,
String projectId,
String tagName)
Gets tag data by name in the specified project
|
TagSoapDO |
TagAppSoapStub.getTagByName(String sessionId,
String projectId,
String tagName) |
TagSoapDO |
TagAppSoapMockStub.updateTag(String sessionId,
String tagId,
String name,
String description)
Simulate a call to updateTag
|
TagSoapDO |
ITagAppSoap.updateTag(String sessionId,
String tagId,
String name,
String description)
Updates a tag's name and description
|
TagSoapDO |
TagAppSoapStub.updateTag(String sessionId,
String tagId,
String name,
String description) |
Copyright © 2017 CollabNet. All Rights Reserved.