net.thucydides.core.reports.history
Class ProgressSnapshot.ProgressSnapshotBuilder

Package class diagram package ProgressSnapshot.ProgressSnapshotBuilder
java.lang.Object
  extended by net.thucydides.core.reports.history.ProgressSnapshot.ProgressSnapshotBuilder
Enclosing class:
ProgressSnapshot

public static class ProgressSnapshot.ProgressSnapshotBuilder
extends Object


Nested Class Summary
static class ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder
           
 
Constructor Summary
ProgressSnapshot.ProgressSnapshotBuilder(String requirementType)
           
 
Method Summary
 ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder and(int count)
           
 ProgressSnapshot.ProgressSnapshotBuilder atTime(org.joda.time.DateTime time)
           
 ProgressSnapshot forBuild(String buildId)
           
 ProgressSnapshot.ProgressSnapshotBuilder outOf(int totalRequirements)
           
 ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder with(int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressSnapshot.ProgressSnapshotBuilder

public ProgressSnapshot.ProgressSnapshotBuilder(String requirementType)
Method Detail

atTime

public ProgressSnapshot.ProgressSnapshotBuilder atTime(org.joda.time.DateTime time)

with

public ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder with(int count)

and

public ProgressSnapshot.ProgressSnapshotBuilder.ResultCountBuilder and(int count)

outOf

public ProgressSnapshot.ProgressSnapshotBuilder outOf(int totalRequirements)

forBuild

public ProgressSnapshot forBuild(String buildId)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.