Decision Center API

ilog.rules.teamserver.brm
Interface IlrScenarioTestReport

All Superinterfaces:
Cloneable, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, Serializable

public interface IlrScenarioTestReport
extends IlrElementDetails

A representation of the model object 'Scenario Test Report'.

The following features are supported:

See Also:
IlrBrmPackage.getScenarioTestReport()

Method Summary
 String getErrorCause()
          Returns the value of the 'Error Cause' attribute.
 String getErrorMessage()
          Returns the value of the 'Error Message' attribute.
 String getExecutionID()
          Returns the value of the 'Execution ID' attribute.
 int getIndex()
          Returns the value of the 'Index' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 int getNbErrors()
          Returns the value of the 'Nb Errors' attribute.
 int getNbFailures()
          Returns the value of the 'Nb Failures' attribute.
 int getNbTests()
          Returns the value of the 'Nb Tests' attribute.
 String getStatus()
          Returns the value of the 'Status' attribute.
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

Specified by:
getName in interface IlrElementSummary
Returns:
the value of the 'Name' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_Name()

getStatus

String getStatus()
Returns the value of the 'Status' attribute.

Returns:
the value of the 'Status' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_Status()

getErrorMessage

String getErrorMessage()
Returns the value of the 'Error Message' attribute.

Returns:
the value of the 'Error Message' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_ErrorMessage()

getErrorCause

String getErrorCause()
Returns the value of the 'Error Cause' attribute.

Returns:
the value of the 'Error Cause' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_ErrorCause()

getExecutionID

String getExecutionID()
Returns the value of the 'Execution ID' attribute.

Returns:
the value of the 'Execution ID' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_ExecutionID()

getNbTests

int getNbTests()
Returns the value of the 'Nb Tests' attribute.

Returns:
the value of the 'Nb Tests' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_NbTests()

getNbFailures

int getNbFailures()
Returns the value of the 'Nb Failures' attribute.

Returns:
the value of the 'Nb Failures' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_NbFailures()

getNbErrors

int getNbErrors()
Returns the value of the 'Nb Errors' attribute.

Returns:
the value of the 'Nb Errors' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_NbErrors()

getIndex

int getIndex()
Returns the value of the 'Index' attribute.

Returns:
the value of the 'Index' attribute.
See Also:
IlrBrmPackage.getScenarioTestReport_Index()

Decision Center API

© Copyright IBM Corp. 1987, 2013