[Anthill-pro] Reports
Yanko, Curtis
curt_yanko at uhc.com
Tue Feb 19 13:03:29 CST 2008
Can I get this to do a count of active projects over time?
===
-Curt
W: 860.702.9059
M: 860.881.2050
________________________________
From: anthill-pro-bounces at lists.urbancode.com
[mailto:anthill-pro-bounces at lists.urbancode.com] On Behalf Of Ryan Smith
Sent: Tuesday, February 19, 2008 2:00 PM
To: AnthillPro user and support list.
Subject: Re: [Anthill-pro] Reports
import com.urbancode.anthill3.domain.project.*;
import com.urbancode.anthill3.domain.repository.*;
String[] projectNames =
RepositoryFactory.getInstance().getActiveProjectNamesForRepository(repos
itory);
for (int p=0; p<projectNames.length; p++) {
Project project =
ProjectFactory.getInstance().restoreForName(projectNames[p]);
}
On 2/19/08, Yanko, Curtis <curt_yanko at uhc.com> wrote:
All,
Is there a way to extract the number of active projects for a
repot. I need to enhance my reporting and this would show adoption by
the number of projects (getting at work flows would be great too). Then
I want to see if I can't adapt the builds by month to have a by project
break down instead of just the passed failed.
===
-Curt
W: 860.702.9059
M: 860.881.2050
This e-mail, including attachments, may include confidential
and/or
proprietary information, and may be used only by the person or
entity to
which it is addressed. If the reader of this e-mail is not the
intended
recipient or his or her authorized agent, the reader is hereby
notified
that any dissemination, distribution or copying of this e-mail
is
prohibited. If you have received this e-mail in error, please
notify the
sender by replying to this message and delete this e-mail
immediately.
_______________________________________________
Anthill-pro mailing list
Anthill-pro at lists.urbancode.com
http://lists.urbancode.com/mailman/listinfo/anthill-pro
This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity to
which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20080219/566f34c3/attachment.htm
More information about the Anthill-pro
mailing list