com.ibm.rational.test.lt.testeditor.jobs

Class VpSettingJob

  • All Implemented Interfaces:
    Comparable, IAdaptable


    public abstract class VpSettingJob
    extends com.ibm.rational.common.test.editor.framework.jobs.TestModifyingJob
    • Method Detail

      • refreshElement

        protected void refreshElement(CBActionElement element)
        Parameters:
        element -
      • getCompletionKey

        protected abstract String getCompletionKey()
        Returns:
        String
      • reportEndOfRun

        protected void reportEndOfRun(int done,
                          String key,
                          PluginHelper helper)
        Parameters:
        done -
      • handleObject

        public abstract boolean handleObject(CBActionElement object)
      • getElements

        public List getElements()
      • setElements

        public void setElements(List elements)
      • isEnable

        public boolean isEnable()
      • setEnable

        public void setEnable(boolean enable)
      • isSelectAll

        public boolean isSelectAll()
        Returns:
        Returns the selectAll.
      • setSelectAll

        public void setSelectAll(boolean selectAll)
        Parameters:
        selectAll - The selectAll to set.
      • getDialog

        public com.ibm.rational.test.lt.testeditor.common.AbstractVerificationPointSettingDialog getDialog()
      • setDialog

        public void setDialog(com.ibm.rational.test.lt.testeditor.common.AbstractVerificationPointSettingDialog dialog)
        By default, the VpSettingJob runs in non-interactive mode. If interactive mode is desired, call this method with the dialog argument, that will handle the UI.
        Parameters:
        dialog - AbstractVerificationPointSettingDialog. Extend AbstractVerificationPointSettingDialog toprovide behavior specific to your concrete verification point type.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.