WS.SCS.listManagedProjectArtifacts()
Signature
String listManagedProjectArtifacts(String scsIntegrationClass,
Description
Lists artifacts of a managed project.
Parameters
Name | Type | Description |
scsIntegrationClass | String | The class name for SCS integration |
repoRootURL | String | Base repo URL for the source control system. |
projectName | String | The project whose artifacts are to be fetched. |
updatePath | String | The project whose artifacts are to be fetched. |
artifactFilterClasses | String | FQN of class which can be used to filter out any artifacts if required. Pass null to use default. |
filterContextClass | String | FQN of class which can be used to provide a context to the filter. Pass null to use default. |