WS.SCS.listManagedProjectArtifacts()

Signature

String listManagedProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String updatePath, String userName, String password, String artifactFilterClasses, String filterContextClass)

Domain

Description

Lists artifacts of a managed project.

Parameters

NameTypeDescription
scsIntegrationTypeStringThe type of SCS integration
repoRootURLStringBase repo URL for the source control system.
projectNameStringThe project whose artifacts are to be fetched.
updatePathStringThe project whose artifacts are to be fetched.
userNameStringUser Name for the SCS repository
passwordStringPassword for the SCS repository.
artifactFilterClassesStringFQN of class which can be used to filter out any artifacts if required. Pass null to use default.
filterContextClassStringFQN of class which can be used to provide a context to the filter. Pass null to use default.

Returns

TypeDescription
String