WS.SCS.checkoutProjectArtifacts()

Signature

boolean checkoutProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String userName, String password)

Domain

Description

Checkout managed project from SCS/Filesystem.

Parameters

NameTypeDescription
scsIntegrationTypeStringThe type of SCS integration
repoRootURLStringBase repo URL for the source control system.
projectNameStringThe project path whose artifacts' contents are to be fetched.
destinationDirectoryStringDestination directory where the SCS project contents are copied to.
userNameStringUser Name for the SCS repository
passwordStringPassword for the SCS repository.

Returns

TypeDescription
boolean