Uses of Class
org.squashtest.csp.core.bugtracker.mantis.binding.ProjectData

Packages that use ProjectData
org.squashtest.csp.core.bugtracker.internal.mantis   
org.squashtest.csp.core.bugtracker.mantis.binding   
 

Uses of ProjectData in org.squashtest.csp.core.bugtracker.internal.mantis
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis that return ProjectData
 ProjectData[] MantisAxis1SoapClient.findProjects(org.squashtest.csp.core.bugtracker.net.AuthenticationCredentials credentials)
           
 

Methods in org.squashtest.csp.core.bugtracker.internal.mantis with parameters of type ProjectData
static List<org.squashtest.csp.core.bugtracker.domain.BTProject> MantisEntityConverter.mantis2SquashProject(ProjectData[] mantisProjects)
           
 

Uses of ProjectData in org.squashtest.csp.core.bugtracker.mantis.binding
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding that return ProjectData
 ProjectData[] ProjectData.getSubprojects()
          Gets the subprojects value for this ProjectData.
 ProjectData[] MantisConnectBindingStub.mc_projects_get_user_accessible(String username, String password)
           
 ProjectData[] MantisConnectPortType.mc_projects_get_user_accessible(String username, String password)
          Get the list of projects that are accessible to the logged in user.
 

Methods in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type ProjectData
 BigInteger MantisConnectBindingStub.mc_project_add(String username, String password, ProjectData project)
           
 BigInteger MantisConnectPortType.mc_project_add(String username, String password, ProjectData project)
          Add a new project to the tracker (must have admin privileges)
 boolean MantisConnectBindingStub.mc_project_update(String username, String password, BigInteger project_id, ProjectData project)
           
 boolean MantisConnectPortType.mc_project_update(String username, String password, BigInteger project_id, ProjectData project)
          Update a specific project to the tracker (must have admin privileges)
 void ProjectData.setSubprojects(ProjectData[] subprojects)
          Sets the subprojects value for this ProjectData.
 

Constructors in org.squashtest.csp.core.bugtracker.mantis.binding with parameters of type ProjectData
ProjectData(BigInteger id, String name, ObjectRef status, Boolean enabled, ObjectRef view_state, ObjectRef access_min, String file_path, String description, ProjectData[] subprojects, Boolean inherit_global)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.