Interface ITestConfig
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface ITestConfig extends IBaseFieldExMail
The data that describes a specific use-case of the Test that owns this configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createdBy()
The user who created the configuration.java.util.Date
creationDate()
The configuration creation date.java.lang.String
description()
The configuration description.void
description(java.lang.String pVal)
The configuration description.java.lang.String
execStatus()
The configuration execution status.void
execStatus(java.lang.String pVal)
The configuration execution status.java.lang.String
filtering()
The configuration filtering information of the data resource.void
filtering(java.lang.String pVal)
The configuration filtering information of the data resource.boolean
hasCoverage()
Indicates if the test configuration covers at least one requirement.java.lang.String
name()
The configuration name.void
name(java.lang.String pVal)
The configuration name.void
resetSelectedInstancesParameters(java.lang.String parameterIDs)
Resets the selected parameter actual values of all the instances of the configuration.int
testId()
The ID of the Test that owns this test configuration.java.lang.String
theDataUsage()
The configuration data usage.void
theDataUsage(java.lang.String pVal)
The configuration data usage.-
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.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
testId
int testId()
The ID of the Test that owns this test configuration.
Getter method for the COM property "TestId"
- Returns:
- Returns a value of type int
-
name
java.lang.String name()
The configuration name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The configuration name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
description
java.lang.String description()
The configuration description.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The configuration description.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
execStatus
java.lang.String execStatus()
The configuration execution status.
Getter method for the COM property "ExecStatus"
- Returns:
- Returns a value of type java.lang.String
-
execStatus
void execStatus(java.lang.String pVal)
The configuration execution status.
Setter method for the COM property "ExecStatus"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
createdBy
java.lang.String createdBy()
The user who created the configuration.
Getter method for the COM property "CreatedBy"
- Returns:
- Returns a value of type java.lang.String
-
creationDate
java.util.Date creationDate()
The configuration creation date.
Getter method for the COM property "CreationDate"
- Returns:
- Returns a value of type java.util.Date
-
hasCoverage
boolean hasCoverage()
Indicates if the test configuration covers at least one requirement.
Getter method for the COM property "HasCoverage"
- Returns:
- Returns a value of type boolean
-
filtering
java.lang.String filtering()
The configuration filtering information of the data resource.
Getter method for the COM property "Filtering"
- Returns:
- Returns a value of type java.lang.String
-
filtering
void filtering(java.lang.String pVal)
The configuration filtering information of the data resource.
Setter method for the COM property "Filtering"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
theDataUsage
java.lang.String theDataUsage()
The configuration data usage.
Getter method for the COM property "TheDataUsage"
- Returns:
- Returns a value of type java.lang.String
-
theDataUsage
void theDataUsage(java.lang.String pVal)
The configuration data usage.
Setter method for the COM property "TheDataUsage"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
resetSelectedInstancesParameters
void resetSelectedInstancesParameters(java.lang.String parameterIDs)
Resets the selected parameter actual values of all the instances of the configuration.
- Parameters:
parameterIDs
- Mandatory java.lang.String parameter.
-
-