WS.SCS.commitFileContents()
Signature
void commitFileContents(String scsIntegrationType, String repoRootURL, String projectName, String artifactPath, String artifactExtn, Object artifactContents, String commitComments, Long revisionId)
Description
Writes contents of artifact of a managed project to SCS/Filesystem
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 path whose artifacts' contents are to be fetched. |
artifactPath | String | The FQN of the artifact whose contents are to be retrieved. |
artifactExtn | String | The extension of the artifact. |
artifactContents | Object | The byte[] of the artifact to be committed. |
commitComments | String | Comments associated with this change |
revisionId | Long | Revision Id associated to this change |