hudson.plugins.PerfPublisher.Report
Class Success

java.lang.Object
  extended by hudson.plugins.PerfPublisher.Report.Success

public class Success
extends java.lang.Object


Constructor Summary
Success()
           
 
Method Summary
 float getState()
           
 boolean isHasTimedOut()
           
 boolean isPassed()
           
 void setHasTimedOut(boolean hasTimedOut)
           
 void setPassed(boolean passed)
           
 void setState(float state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Success

public Success()
Method Detail

isPassed

public boolean isPassed()
Returns:
the passed

setPassed

public void setPassed(boolean passed)
Parameters:
passed - the passed to set

getState

public float getState()
Returns:
the state

setState

public void setState(float state)
Parameters:
state - the state to set

isHasTimedOut

public boolean isHasTimedOut()
Returns:
the hasTimedOut

setHasTimedOut

public void setHasTimedOut(boolean hasTimedOut)
Parameters:
hasTimedOut - the hasTimedOut to set


Copyright © 2010. All Rights Reserved.