markProjectTesters

private open fun markProjectTesters(jTesters: JSONArray)

Method to mark the projectMembers of the project as Tester

Parameters

jTesters

: the list formatted as JSON of the members to mark as testers


private open fun markProjectTesters(testers: HashSet<NovaUser>)

Method to mark the projectMembers of the project as Tester

Parameters

testers

: the list of the members to mark as testers