Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DinisCruz/8671008 to your computer and use it in GitHub Desktop.
Save DinisCruz/8671008 to your computer and use it in GitHub Desktop.
Multiple scripts to execute in TeamMentor's Eclipse Plugin Groovy editor
import tm.teammentor.*;
def teamMentor = new TeamMentorAPI();
teamMentor.open_Article('Cross-Site Scripting');
return teamMentor;
//open_Article('Cross-Site Scripting');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment