...
Method | Required | Description |
---|---|---|
Project.setBuildInstanceName(String pBuildInstanceName) | Yes | Set Build Instance Code to be used for Project. |
Project.addDeployInstances(String pDeployInstances) | Yes | Set one or more Deploy Instance Code to be used for Project. Use comma (,) if you areas separator for passing more than one Deploy instance codes or callInstance code. You can also call this method more than once with single value.individual value of Instance code. For example, Project.addDeployInstances("SOA1,SOA2"); OR Project.addDeployInstances("SOA1"); Project.addDeployInstances("SOA2"); |
Source Control Configuration Methods
...