Dashboard > Pulse v1.2 > ... > Remote API Functions > RemoteApi.editProjectType
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  RemoteApi.editProjectType
Added by Daniel Ostermeier, last edited by Daniel Ostermeier on Nov 06, 2006
Labels: 
(None)

Pulse Manual Index

Synopsis

boolean editProjectType(string token, string name, RemoteApi.ProjectType type)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
name string The name of the project to be edited
type RemoteApi.ProjectType The updated project type details.

Returns

A boolean indicating the success of the request.

Throws

Throws an exception if the specified project does not exist.
Throws an exception if any of the new project type properties are invalid.

Description

Edit the project type details for the specified project. Note, once created, the actual type (eg: ant, maven, etc) of a project can not be changed.

Access

Accessible to project administrators.

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators