| パッケージ | 説明 | 
|---|---|
| hudson.plugins.mantis.soap.mantis120 | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
ProjectData[] | 
ProjectData.getSubprojects()
Gets the subprojects value for this ProjectData. 
 | 
ProjectData[] | 
MantisConnectPortType.mc_projects_get_user_accessible(String username,
                               String password)
Get the list of projects that are accessible to the logged
 in user. 
 | 
ProjectData[] | 
MantisConnectBindingStub.mc_projects_get_user_accessible(String username,
                               String password)  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
BigInteger | 
MantisConnectPortType.mc_project_add(String username,
              String password,
              ProjectData project)
Add a new project to the tracker (must have admin privileges) 
 | 
BigInteger | 
MantisConnectBindingStub.mc_project_add(String username,
              String password,
              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) 
 | 
boolean | 
MantisConnectBindingStub.mc_project_update(String username,
                 String password,
                 BigInteger project_id,
                 ProjectData project)  | 
void | 
ProjectData.setSubprojects(ProjectData[] subprojects)
Sets the subprojects value for this 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 © 2004-2015. All Rights Reserved.