Displaying message in Team Advisor view?
2 answers
The Team Advisor shows the result of operations governed by Process. To see how to define a process operation, see this wiki page:
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide#Operations
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide#Operations
How does one programmatically throw an error message into the Team Advisor view from a client plugin? e.g., I start up an Eclipse Job to do some background RTC-specific work and so this view seems the most appropriate place to report problems.
Yeah, we use that for our server plugin, but this case is purely client side code that doesn't trigger from any RTC entities/operations, but rather from our own client mods (our own custom views and wizards), so I'm guessing that's a "no". I was just hoping there was a generic programmatic way of sending a message to that view without having to be an advisor/participant.