WS.SCS.checkoutProjectArtifacts()
Signature
boolean checkoutProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String userName, String password)
Description
Checkout managed project from SCS/Filesystem.
Parameters
Name | Type | Description |
scsIntegrationType | String | The type of SCS integration |
repoRootURL | String | Base repo URL for the source control system. |
projectName | String | The project path whose artifacts' contents are to be fetched. |
destinationDirectory | String | Destination directory where the SCS project contents are copied to. |
userName | String | User Name for the SCS repository |
password | String | Password for the SCS repository. |