How to detect archived status with a server-side plugin?
I need modify my TC6.5 server-side plugin to report status on builds only from projects that are not archived? Anyone know the place in the API that does this? Sorry if this is a stupid question, I'm not seeing how do it at the moment.
Thanks!
-chris
Please sign in to leave a comment.
isArchived() does that.
Awesome, thanks Michael!