moveJobs

On this page
Back to index

Summary

Moves jobs from one project to another project.
sourceProject
Stringrequired
Source project for jobs.
destinationProject
Stringrequired
Project that will own the jobs.

Usage

Perl

$cmdr->moveJobs( "test-sourceProject", # sourceProject "test-destinationProject" # destinationProject );

ectool

ectool moveJobs \ "test-sourceProject" `# sourceProject` \ "test-destinationProject" `# destinationProject`