Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
Project.setProjectPath("FlexDeploy/Folder/Application");

or

Project.setDeployPriority(1);

or
//in this example, SCMTypeourSCM refers to a variable defined on the right side of the screen.
Project.setSCMType(SCMTypeourSCM);


General Project Methods

...