WS.SCS.listManagedProjectArtifacts()
Signature
String listManagedProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String updatePath, String userName, String password, String artifactFilterClasses, String filterContextClass)
Description
Lists artifacts of a managed project.
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 whose artifacts are to be fetched. |
updatePath | String | The project whose artifacts are to be fetched. |
userName | String | User Name for the SCS repository |
password | String | Password for the SCS repository. |
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. |