| Package | Description |
|---|---|
| org.squashtest.csp.core.bugtracker.mantis.binding |
| Modifier and Type | Method and Description |
|---|---|
TagData[] |
TagDataSearchResult.getResults()
Gets the results value for this TagDataSearchResult.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MantisConnectBindingStub.mc_issue_set_tags(String username,
String password,
BigInteger issue_id,
TagData[] tags) |
boolean |
MantisConnectPortType.mc_issue_set_tags(String username,
String password,
BigInteger issue_id,
TagData[] tags)
Sets the tags for a specified issue.
|
BigInteger |
MantisConnectBindingStub.mc_tag_add(String username,
String password,
TagData tag) |
BigInteger |
MantisConnectPortType.mc_tag_add(String username,
String password,
TagData tag)
Creates a tag.
|
void |
TagDataSearchResult.setResults(TagData[] results)
Sets the results value for this TagDataSearchResult.
|
| Constructor and Description |
|---|
TagDataSearchResult(TagData[] results,
BigInteger total_results) |
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.