Uses of Class
hudson.plugins.mantis.soap.mantis120.ProjectData

Packages that use ProjectData
hudson.plugins.mantis.soap.mantis120   
 

Uses of ProjectData in hudson.plugins.mantis.soap.mantis120
 

Methods in hudson.plugins.mantis.soap.mantis120 that return ProjectData
 ProjectData[] ProjectData.getSubprojects()
          Gets the subprojects value for this ProjectData.
 ProjectData[] MantisConnectPortType.mc_projects_get_user_accessible(java.lang.String username, java.lang.String password)
          Get the list of projects that are accessible to the logged in user.
 ProjectData[] MantisConnectBindingStub.mc_projects_get_user_accessible(java.lang.String username, java.lang.String password)
           
 

Methods in hudson.plugins.mantis.soap.mantis120 with parameters of type ProjectData
 java.math.BigInteger MantisConnectPortType.mc_project_add(java.lang.String username, java.lang.String password, ProjectData project)
          Add a new project to the tracker (must have admin privileges)
 java.math.BigInteger MantisConnectBindingStub.mc_project_add(java.lang.String username, java.lang.String password, ProjectData project)
           
 void ProjectData.setSubprojects(ProjectData[] subprojects)
          Sets the subprojects value for this ProjectData.
 

Constructors in hudson.plugins.mantis.soap.mantis120 with parameters of type ProjectData
ProjectData(java.math.BigInteger id, java.lang.String name, ObjectRef status, java.lang.Boolean enabled, ObjectRef view_state, ObjectRef access_min, java.lang.String file_path, java.lang.String description, ProjectData[] subprojects, java.lang.Boolean inherit_global)
           
 



Copyright © 2010. All Rights Reserved.