Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The requested names of all issue type notification schemes.

Example

Code Block
string[] nSchemes = admGetAllNotificationSchemes();
for(string nName in nSchemes) {
	runnerLog(nName);
	// Default Notification Scheme
	// TEST Notification Scheme
}

...