Interface BusinessComponentRunInfo


public interface BusinessComponentRunInfo
An object representing the OpenText Application Quality Management Business Component information.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the Business Component ID
    Returns the Business Component name
    int
    Returns the Business Component Iteration number
    int
    Returns the total number of Business Component iterations
  • Method Details

    • getComponentId

      int getComponentId()
      Returns the Business Component ID
      Returns:
      the Business Component ID
    • getComponentName

      String getComponentName()
      Returns the Business Component name
      Returns:
      the Business Component name
    • getIteration

      int getIteration()
      Returns the Business Component Iteration number
      Returns:
      the Business Component Iteration number
    • getTotalNumberOfIterations

      int getTotalNumberOfIterations()
      Returns the total number of Business Component iterations
      Returns:
      the total number of Business Component iterations