| Package | Description |
|---|---|
| org.squashtest.csp.core.bugtracker.internal.mantis | |
| org.squashtest.csp.core.bugtracker.mantis.binding |
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionData[] |
MantisAxis1SoapClient.findVersions(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger projectId) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.squashtest.csp.core.bugtracker.domain.Version> |
MantisEntityConverter.mantis2SquashVersion(ProjectVersionData[] mantisVersions) |
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionData[] |
MantisConnectBindingStub.mc_project_get_released_versions(String username,
String password,
BigInteger project_id) |
ProjectVersionData[] |
MantisConnectPortType.mc_project_get_released_versions(String username,
String password,
BigInteger project_id)
Get the released versions that belong to the specified project.
|
ProjectVersionData[] |
MantisConnectBindingStub.mc_project_get_unreleased_versions(String username,
String password,
BigInteger project_id) |
ProjectVersionData[] |
MantisConnectPortType.mc_project_get_unreleased_versions(String username,
String password,
BigInteger project_id)
Get the unreleased version that belong to the specified project.
|
ProjectVersionData[] |
MantisConnectBindingStub.mc_project_get_versions(String username,
String password,
BigInteger project_id) |
ProjectVersionData[] |
MantisConnectPortType.mc_project_get_versions(String username,
String password,
BigInteger project_id)
Get the versions belonging to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
MantisConnectBindingStub.mc_project_version_add(String username,
String password,
ProjectVersionData version) |
BigInteger |
MantisConnectPortType.mc_project_version_add(String username,
String password,
ProjectVersionData version)
Submit the specified version details.
|
boolean |
MantisConnectBindingStub.mc_project_version_update(String username,
String password,
BigInteger version_id,
ProjectVersionData version) |
boolean |
MantisConnectPortType.mc_project_version_update(String username,
String password,
BigInteger version_id,
ProjectVersionData version)
Update version method.
|
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.