Versions Compared

Key

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

...

MethodRequiredDescription
Project.setProjectPath(String pProjectPath)YesSet Project path. For example. FlexDeploy/SOA/HR. In this example, SOA folder will be created if it does not exist and HR application will be created if it does not exist.
Project.setProjectName(String pProjectName)YesSet Project Name.
Project.setDeployPriority(Integer pDeployPriority)NoSet Project Priority. If not supplied 1 is used.
Project.setDeployPriorityScope(String pDeployPriorityScope)NoDefaults to Application. Possible values are Application,Folder,Global.
Project.setDescription(String pDescription)No
Project.addProperty(String pPropertyName, Object pPropertyValue)No
Project.setActive(boolean pActive)NoDefault would be true.

...