org.squashtest.csp.tm.domain.execution
Class ExecutionStatusReport

java.lang.Object
  extended by org.squashtest.csp.tm.domain.execution.ExecutionStatusReport

public class ExecutionStatusReport
extends Object


Constructor Summary
ExecutionStatusReport()
           
ExecutionStatusReport(int untestable, int bloqued, int failure, int success, int running, int ready)
           
ExecutionStatusReport(int untestable, int bloqued, int failure, int success, int running, int ready, int warning, int error)
           
 
Method Summary
 boolean areAllSuccess()
           
 boolean areAllUntestable()
           
 int getBloqued()
           
 int getError()
           
 int getFailure()
           
 int getReady()
           
 int getRunning()
           
 int getSuccess()
           
 int getUntestable()
           
 int getWarning()
           
 boolean hasAggregatedBlocked()
           
 boolean hasAggregatedSuccess()
           
 boolean hasBlocked()
           
 boolean hasError()
           
 boolean hasFailure()
           
 boolean hasReady()
           
 boolean hasRunning()
           
 boolean hasSuccess()
           
 boolean hasUntestable()
           
 boolean hasWarning()
           
 void setBloqued(int bloqued)
           
 void setError(int error)
           
 void setFailure(int failure)
           
 void setReady(int ready)
           
 void setRunning(int running)
           
 void setSuccess(int success)
           
 void setUntestable(int untestable)
           
 void setWarning(int warning)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionStatusReport

public ExecutionStatusReport()

ExecutionStatusReport

public ExecutionStatusReport(int untestable,
                             int bloqued,
                             int failure,
                             int success,
                             int running,
                             int ready)

ExecutionStatusReport

public ExecutionStatusReport(int untestable,
                             int bloqued,
                             int failure,
                             int success,
                             int running,
                             int ready,
                             int warning,
                             int error)
Method Detail

getUntestable

public int getUntestable()

setUntestable

public void setUntestable(int untestable)

getBloqued

public int getBloqued()

setBloqued

public void setBloqued(int bloqued)

getFailure

public int getFailure()

setFailure

public void setFailure(int failure)

getSuccess

public int getSuccess()

setSuccess

public void setSuccess(int success)

getRunning

public int getRunning()

setRunning

public void setRunning(int running)

getReady

public int getReady()

setReady

public void setReady(int ready)

getWarning

public int getWarning()

setWarning

public void setWarning(int warning)

getError

public int getError()

setError

public void setError(int error)

areAllUntestable

public boolean areAllUntestable()

areAllSuccess

public boolean areAllSuccess()

hasUntestable

public boolean hasUntestable()

hasBlocked

public boolean hasBlocked()

hasError

public boolean hasError()

hasFailure

public boolean hasFailure()

hasRunning

public boolean hasRunning()

hasReady

public boolean hasReady()

hasSuccess

public boolean hasSuccess()

hasWarning

public boolean hasWarning()

hasAggregatedBlocked

public boolean hasAggregatedBlocked()

hasAggregatedSuccess

public boolean hasAggregatedSuccess()


Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.