Class SetupSection

java.lang.Object
org.elasticsearch.test.rest.yaml.section.SetupSection

public class SetupSection
extends java.lang.Object
Represents a setup section. Holds a skip section and multiple do sections.
  • Field Details

  • Constructor Details

  • Method Details

    • parse

      public static SetupSection parse​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • getSkipSection

      public SkipSection getSkipSection()
    • getExecutableSections

      public java.util.List<ExecutableSection> getExecutableSections()
    • isEmpty

      public boolean isEmpty()