org.squashtest.tm.domain.execution
public class ExecutionStatusReport extends Object
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllSuccess() |
boolean |
areAllSuccessOrUntestable() |
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) |
public ExecutionStatusReport()
public ExecutionStatusReport(int untestable,
int bloqued,
int failure,
int success,
int running,
int ready)
public ExecutionStatusReport(int untestable,
int bloqued,
int failure,
int success,
int running,
int ready,
int warning,
int error)
public int getUntestable()
public void setUntestable(int untestable)
public int getBloqued()
public void setBloqued(int bloqued)
public int getFailure()
public void setFailure(int failure)
public int getSuccess()
public void setSuccess(int success)
public int getRunning()
public void setRunning(int running)
public int getReady()
public void setReady(int ready)
public int getWarning()
public void setWarning(int warning)
public int getError()
public void setError(int error)
public boolean areAllUntestable()
public boolean areAllSuccess()
public boolean hasUntestable()
public boolean hasBlocked()
public boolean hasError()
public boolean hasFailure()
public boolean hasRunning()
public boolean hasReady()
public boolean hasSuccess()
public boolean hasWarning()
public boolean hasAggregatedBlocked()
public boolean hasAggregatedSuccess()
public boolean areAllSuccessOrUntestable()
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.