public interface IStep extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
void |
creationMode(short rhs)
For HP use.
|
int |
designStepSource()
The test ID of the test from which this step run originates.
|
String |
name()
The run step name.
|
void |
name(String pVal)
The run step name.
|
String |
status()
The run step status.
|
void |
status(String pVal)
The run step status.
|
int |
testSource()
The test ID of the test from which this step run originates.
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The run step name.
Getter method for the COM property "Name"
void name(String pVal)
The run step name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String status()
The run step status.
Getter method for the COM property "Status"
void status(String pVal)
The run step status.
Setter method for the COM property "Status"
pVal
- Mandatory java.lang.String parameter.void creationMode(short rhs)
For HP use. Sets the virtual run step creation mode.
Setter method for the COM property "CreationMode"
rhs
- Mandatory short parameter.int testSource()
The test ID of the test from which this step run originates.
Getter method for the COM property "TestSource"
int designStepSource()
The test ID of the test from which this step run originates.
Getter method for the COM property "DesignStepSource"
Copyright © 2020. All rights reserved.