[Anthill-pro] Reports

Ryan Smith rws at urbancode.com
Tue Feb 19 13:00:23 CST 2008


import com.urbancode.anthill3.domain.project.*;
import com.urbancode.anthill3.domain.repository.*;

String[] projectNames = RepositoryFactory.getInstance
().getActiveProjectNamesForRepository(repository);
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20080219/36465867/attachment.htm


More information about the Anthill-pro mailing list