Interface ITestSet4
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IObjectLockingSupport
,ITestSet
,ITestSet2
,ITestSet3
public interface ITestSet4 extends ITestSet3
Execute TestSet with a specific Test Execution ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
startExecutionEx(java.lang.String serverName, int testExecutionId)
Start Scheduler with test execution ID-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSet
buildPerfGraph, buildProgressGraph, buildProgressGraphEx, buildSummaryGraph, buildTrendGraph, checkTestInstances, conditionFactory, execEventNotifyByMailSettings, executionSettings, name, name, purgeExecutions, resetTestSet, startExecution, status, status, testDefaultExecutionSettings, testSetFolder, testSetFolder, tsTestFactory
-
Methods inherited from interface step.repository.alm.v16.otaclient.ITestSet2
executionReportSettings
-
-
-
-
Method Detail
-
startExecutionEx
com4j.Com4jObject startExecutionEx(java.lang.String serverName, int testExecutionId)
Start Scheduler with test execution ID
- Parameters:
serverName
- Mandatory java.lang.String parameter.testExecutionId
- Mandatory int parameter.- Returns:
- Returns a value of type com4j.Com4jObject
-
-