Class BeforeSuiteModel.Actions

java.lang.Object
org.citrusframework.model.config.core.BeforeSuiteModel.Actions
Enclosing class:
BeforeSuiteModel

public static class BeforeSuiteModel.Actions extends Object

Java-Klasse für anonymous complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded">
           <any namespace='http://www.citrusframework.org/schema/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/jms/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/ws/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/http/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/camel/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/selenium/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/docker/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/kubernetes/testcase'/>
           <any namespace='http://www.citrusframework.org/schema/zookeeper/testcase'/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Actions

      public Actions()
  • Method Details

    • getAnies

      public List<Object> getAnies()
      Gets the value of the anies property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the anies property.

      For example, to add a new item, do as follows:

          getAnies().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object

      Returns:
      The value of the anies property.