Name | Signature and Synopsis |
---|---|
commitFileContents | void commitFileContents(String scsIntegrationClass, Writes contents of artifact of a managed project to SCS/Filesystem. |
deleteFile | boolean deleteFile(String scsIntegrationClass, String repoRootURL, String projectName, String artifactPath, String artifactExtn) Deletes artifact of a managed project from SCS/Filesystem. |
executeScript | String executeScript(String scriptPath, String charset) Executes a batch script and returns a string result |
listManagedProjectArtifacts | String listManagedProjectArtifacts(String scsIntegrationClass, Lists artifacts of a managed project. |
listManagedProjects | String listManagedProjects(String scsIntegrationClass, String repoRootURL) Lists projects managed by the WS-Server. |
showArtifactContents | String showArtifactContents(String scsIntegrationClass, Returns contents of artifacts of a managed project from SCS/Filesystem |