|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectVersionData | |
|---|---|
| org.squashtest.csp.core.bugtracker.internal.mantis | |
| org.squashtest.csp.core.bugtracker.mantis.binding | |
| Uses of ProjectVersionData in org.squashtest.csp.core.bugtracker.internal.mantis |
|---|
| Methods in org.squashtest.csp.core.bugtracker.internal.mantis that return ProjectVersionData | |
|---|---|
ProjectVersionData[] |
MantisAxis1SoapClient.findVersions(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials,
BigInteger projectId)
|
| Methods in org.squashtest.csp.core.bugtracker.internal.mantis with parameters of type ProjectVersionData | |
|---|---|
static List<org.squashtest.csp.core.bugtracker.domain.Version> |
MantisEntityConverter.mantis2SquashVersion(ProjectVersionData[] mantisVersions)
|
| Uses of ProjectVersionData in org.squashtest.csp.core.bugtracker.mantis.binding |
|---|
| Methods in org.squashtest.csp.core.bugtracker.mantis.binding that return ProjectVersionData | |
|---|---|
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. |
| Methods in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type ProjectVersionData | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||