Dashboard > Pulse v1.2 > ... > Remote API Functions > RemoteApi.cloneProject
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  RemoteApi.cloneProject
Added by Jason Sankey, last edited by Jason Sankey on Feb 26, 2007
Labels: 
(None)

Pulse Manual Index

Synopsis

RemoteApi.Project cloneProject(string token, string name, string cloneName, string cloneDescription)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
name string The name of the project to be cloned.
cloneName string The name of the clone (i.e. the new project).
cloneDescription string The description for the clone (i.e. the new project).

Returns

A struct containing the details of the cloned project.

Throws

Throws an exception if the specified project does not exist, or a project with the name of the clone already exists.

Description

Clone an existing project. The new project will have identical configuration to the cloned project, with the exception of the name and description that are provided to this function.

Access

Accessible to administrators only.

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