Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
72:custom_reports_accessing_data_reading_plaintext [2019/02/27 19:38] ext-bkkr72:custom_reports_accessing_data_reading_plaintext [2019/10/04 07:01] cgl
Line 18: Line 18:
  return matches = this.match(regex);  return matches = this.match(regex);
 } }
-var artifacts = +var artifacts = stages.getCurrentProcess().getEntities("containsArtifact@SYSTEM");
- pkit.getCurrentProject().getEntities("containsProcess@SYSTEM")[0] +
- .getEntities("containsArtifact@SYSTEM");+
 for each (artifact in artifacts) { for each (artifact in artifacts) {
  if (artifact.getProperty("DisplayName") == "Source Code") {  if (artifact.getProperty("DisplayName") == "Source Code") {