getArtifacts method

List<Artifact> getArtifacts()

Retrieves the list of artifacts generated during the session.

Implementation

List<Artifact> getArtifacts() => session.getArtifacts();