Name | Signature and Synopsis |
---|---|
checkoutProjectArtifacts | boolean checkoutProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String userName, String password) Checkout managed project from SCS/Filesystem. |
commitFileContents | void commitFileContents(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, Object artifactContents, String commitComments, Long revisionId) Writes contents of artifact of a managed project to SCS/Filesystem. |
deleteFile | void deleteFile(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String deleteComments, Long revisionId) 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 |
flushContentsToSCS | String flushContentsToSCS(String scsIntegrationType, String repoRootURL, String command) Flushes the changes to SCS repository. |
listManagedProjectArtifacts | String listManagedProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String updatePath, String userName, String password, String artifactFilterClasses, String filterContextClass) Lists artifacts of a managed project. |
listManagedProjects | String listManagedProjects(String scsIntegrationType, String repoRootURL, String userName, String password) Lists projects managed by the WS-Server. |
setSCSCommandPath | void setSCSCommandPath(String scsIntegrationType, String repoRootURL, String command) Set the SCS command path. |
showArtifactContents | String showArtifactContents(String scsIntegrationType,String repoRootURL, String projectName, String artifactPath, String artifactExtn, String userName, String password) Returns contents of artifacts of a managed project from SCS/Filesystem |