public class SeleniumTestsPlugins extends Object
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}plugin" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SeleniumTestsPlugins() |
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
getPlugin()
Gets the value of the plugin property.
|
public List<Plugin> getPlugin()
set
method for the plugin property.
For example, to add a new item, do as follows:
getPlugin().add(newItem);Objects of the following type(s) are allowed in the list
Plugin
Copyright © 2016. All rights reserved.