...
Method | Required | Description |
---|---|---|
Project.setProjectPath(String pProjectPath) | Yes | Set 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) | Yes | Set Project Name. |
Project.setDeployPriority(Integer pDeployPriority) | No | Set Project Priority or use Project Defaults. If not supplied 1 is used. |
Project.setDeployPriorityScope(String pDeployPriorityScope) | No | Possible values are Application,Folder,Global. |
Project.setDescription(String pDescription) | No | |
Project.addProperty(String pPropertyName, Object pPropertyValue) | No | |
Project.setActive(boolean pActive) | No | Default would be true. |
Workflow Methods
Method | Required | Description |
---|---|---|
Project.setBuildWorkflowName(String pBuildWorkflowName) | Yes | Set Build Workflow name to be used by Project. |
Project.setDeployWorkflowName(String pDeployWorkflowName) | Yes | Set Deploy Workflow name to be used by Project. |
Instance Methods
Tip |
---|
All these methods take instance Codes, not Names as the methods suggest. |
...