WS.SCS.deleteFile()

Signature

boolean deleteFile(String scsIntegrationClass, String repoRootURL, String projectName, String artifactPath, String artifactExtn)

Domain

Description

Deletes artifact of a managed project from SCS/Filesystem.

Parameters

NameTypeDescription
scsIntegrationClassStringThe class name for SCS integration
repoRootURLStringBase repo URL for the source control system.
projectNameStringThe project path whose artifacts' contents are to be fetched.
artifactPathStringThe FQN of the artifact whose contents are to be retrieved.
artifactExtnStringThe extension of the artifact.

Returns

TypeDescription
boolean