WS.SCS

Functions

NameSignature and Synopsis
checkoutProjectArtifactsboolean checkoutProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String userName, String password)
Checkout managed project from SCS/Filesystem.
commitFileContentsvoid 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.
deleteFilevoid deleteFile(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, String deleteComments, Long revisionId)
Deletes artifact of a managed project from SCS/Filesystem.
executeScriptString executeScript(String scriptPath, String charset)
Executes a batch script and returns a string result
flushContentsToSCSString flushContentsToSCS(String scsIntegrationType, String repoRootURL, String command)
Flushes the changes to SCS repository.
listManagedProjectArtifactsString listManagedProjectArtifacts(String scsIntegrationType, String repoRootURL, String projectName, String updatePath, String userName, String password, String artifactFilterClasses, String filterContextClass)
Lists artifacts of a managed project.
listManagedProjectsString listManagedProjects(String scsIntegrationType, String repoRootURL, String userName, String password)
Lists projects managed by the WS-Server.
setSCSCommandPathvoid setSCSCommandPath(String scsIntegrationType, String repoRootURL, String command)
Set the SCS command path.
showArtifactContentsString 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