Interface ITestSetExecutionReportSettings2
-
- All Superinterfaces:
com4j.Com4jObject
,ITestSetExecutionReportSettings
public interface ITestSetExecutionReportSettings2 extends ITestSetExecutionReportSettings
Represents the notification to be sent by e-mail after a test set has completed its run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
ccTo()
The CCTos' e-mail addresses.void
ccTo(java.lang.String pVal)
The CCTos' e-mail addresses.
-
-
-
Method Detail
-
ccTo
java.lang.String ccTo()
The CCTos' e-mail addresses.
Getter method for the COM property "CCTo"
- Returns:
- Returns a value of type java.lang.String
-
ccTo
void ccTo(java.lang.String pVal)
The CCTos' e-mail addresses.
Setter method for the COM property "CCTo"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
-