Interface IExecEventNotifyByMailSettings2
-
- All Superinterfaces:
com4j.Com4jObject
,IExecEventNotifyByMailSettings
public interface IExecEventNotifyByMailSettings2 extends IExecEventNotifyByMailSettings
Represents the notification to be sent by e-mail after a test 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.-
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.IExecEventNotifyByMailSettings
eMailTo, eMailTo, enabled, enabled, save, userMessage, userMessage
-
-
-
-
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.
-
-