$page.setTitle( "Continuum - Continuum Web Builds" ) #if ( $data.user ) #set ( $c1user = $continuum.getUser( $data.user.userId ) ) #else #set ( $c1user = $continuum.security.getGuestUser() ) #end
#if ( $continuum.security.isAuthorized( $c1user, "showProject" ) )

#set ( $infoLink = $link.setPage('View.vm').addPathInfo('fid', "$!{project.executorId}Project").addPathInfo('id', $project.id) ) Info Builds #if ( $project.state == 10 || $project.state == 2 || $project.state == 3 || $project.state == 4 || $project.state == 6 ) #set ( $workingCopy = $link.setPage('WorkingCopy.vm').addPathInfo('view', "WorkingCopy").addPathInfo('id', $project.id) ) Working Copy #end

#end

Build results for $project.name

#foreach ( $build in $builds ) #end
Build # Start Time End Time   State  
#if ( $build.state == 2 ) $build.buildNumber #end $!{date.format('medium',$build.startTime)} $!{date.format('medium',$build.endTime)} #if ( $build.endTime ) #set ( $endTime = $build.endTime ) #else #set ( $endTime = 0 ); #end #if ( $endTime.toString() != "0" ) Duration : $!{date.getTimeDifference($build.startTime, $build.endTime)} #else Started since : $!{date.getElapsedTime($build.startTime)} #end $state.generate($build) Result