com.google.caliper.model
Class Run

java.lang.Object
  extended by com.google.caliper.model.Run

public class Run
extends Object

Represents a single invocation of the caliper runner.


Field Summary
 List<String> caliperArguments
           
 String environmentLocalName
           
 String localName
           
 
Constructor Summary
Run()
           
 
Method Summary
static Run fromString(String json)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

localName

public String localName

environmentLocalName

public String environmentLocalName

caliperArguments

public List<String> caliperArguments
Constructor Detail

Run

public Run()
Method Detail

fromString

public static Run fromString(String json)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 Google, Inc.. All Rights Reserved.