Class Spec.ProtoScenario

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
gauge.messages.Spec.ProtoScenario
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Spec.ProtoScenarioOrBuilder, Serializable
Enclosing class:
Spec

public static final class Spec.ProtoScenario extends com.google.protobuf.GeneratedMessage implements Spec.ProtoScenarioOrBuilder
 / A proto object representing a Scenario
 
Protobuf type gauge.messages.ProtoScenario
See Also:
  • Field Details

    • SCENARIOHEADING_FIELD_NUMBER

      public static final int SCENARIOHEADING_FIELD_NUMBER
      See Also:
    • FAILED_FIELD_NUMBER

      public static final int FAILED_FIELD_NUMBER
      See Also:
    • CONTEXTS_FIELD_NUMBER

      public static final int CONTEXTS_FIELD_NUMBER
      See Also:
    • SCENARIOITEMS_FIELD_NUMBER

      public static final int SCENARIOITEMS_FIELD_NUMBER
      See Also:
    • PREHOOKFAILURE_FIELD_NUMBER

      public static final int PREHOOKFAILURE_FIELD_NUMBER
      See Also:
    • POSTHOOKFAILURE_FIELD_NUMBER

      public static final int POSTHOOKFAILURE_FIELD_NUMBER
      See Also:
    • TAGS_FIELD_NUMBER

      public static final int TAGS_FIELD_NUMBER
      See Also:
    • EXECUTIONTIME_FIELD_NUMBER

      public static final int EXECUTIONTIME_FIELD_NUMBER
      See Also:
    • SKIPPED_FIELD_NUMBER

      public static final int SKIPPED_FIELD_NUMBER
      See Also:
    • SKIPERRORS_FIELD_NUMBER

      public static final int SKIPERRORS_FIELD_NUMBER
      See Also:
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • TEARDOWNSTEPS_FIELD_NUMBER

      public static final int TEARDOWNSTEPS_FIELD_NUMBER
      See Also:
    • SPAN_FIELD_NUMBER

      public static final int SPAN_FIELD_NUMBER
      See Also:
    • EXECUTIONSTATUS_FIELD_NUMBER

      public static final int EXECUTIONSTATUS_FIELD_NUMBER
      See Also:
    • PREHOOKMESSAGES_FIELD_NUMBER

      public static final int PREHOOKMESSAGES_FIELD_NUMBER
      See Also:
    • POSTHOOKMESSAGES_FIELD_NUMBER

      public static final int POSTHOOKMESSAGES_FIELD_NUMBER
      See Also:
    • PREHOOKMESSAGE_FIELD_NUMBER

      public static final int PREHOOKMESSAGE_FIELD_NUMBER
      See Also:
    • POSTHOOKMESSAGE_FIELD_NUMBER

      public static final int POSTHOOKMESSAGE_FIELD_NUMBER
      See Also:
    • PREHOOKSCREENSHOTS_FIELD_NUMBER

      public static final int PREHOOKSCREENSHOTS_FIELD_NUMBER
      See Also:
    • POSTHOOKSCREENSHOTS_FIELD_NUMBER

      public static final int POSTHOOKSCREENSHOTS_FIELD_NUMBER
      See Also:
    • PREHOOKSCREENSHOTFILES_FIELD_NUMBER

      public static final int PREHOOKSCREENSHOTFILES_FIELD_NUMBER
      See Also:
    • POSTHOOKSCREENSHOTFILES_FIELD_NUMBER

      public static final int POSTHOOKSCREENSHOTFILES_FIELD_NUMBER
      See Also:
    • RETRIESCOUNT_FIELD_NUMBER

      public static final int RETRIESCOUNT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getScenarioHeading

      public String getScenarioHeading()
       / Heading of the given Scenario
       
      string scenarioHeading = 1;
      Specified by:
      getScenarioHeading in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The scenarioHeading.
    • getScenarioHeadingBytes

      public com.google.protobuf.ByteString getScenarioHeadingBytes()
       / Heading of the given Scenario
       
      string scenarioHeading = 1;
      Specified by:
      getScenarioHeadingBytes in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The bytes for scenarioHeading.
    • getFailed

      @Deprecated public boolean getFailed()
      Deprecated.
      gauge.messages.ProtoScenario.failed is deprecated. See spec.proto;l=99
       / Flag to indicate if the Scenario execution failed
       
      bool failed = 2 [deprecated = true];
      Specified by:
      getFailed in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The failed.
    • getContextsList

      public List<Spec.ProtoItem> getContextsList()
       / Collection of Context steps. The Context steps are executed before every run.
       
      repeated .gauge.messages.ProtoItem contexts = 3;
      Specified by:
      getContextsList in interface Spec.ProtoScenarioOrBuilder
    • getContextsOrBuilderList

      public List<? extends Spec.ProtoItemOrBuilder> getContextsOrBuilderList()
       / Collection of Context steps. The Context steps are executed before every run.
       
      repeated .gauge.messages.ProtoItem contexts = 3;
      Specified by:
      getContextsOrBuilderList in interface Spec.ProtoScenarioOrBuilder
    • getContextsCount

      public int getContextsCount()
       / Collection of Context steps. The Context steps are executed before every run.
       
      repeated .gauge.messages.ProtoItem contexts = 3;
      Specified by:
      getContextsCount in interface Spec.ProtoScenarioOrBuilder
    • getContexts

      public Spec.ProtoItem getContexts(int index)
       / Collection of Context steps. The Context steps are executed before every run.
       
      repeated .gauge.messages.ProtoItem contexts = 3;
      Specified by:
      getContexts in interface Spec.ProtoScenarioOrBuilder
    • getContextsOrBuilder

      public Spec.ProtoItemOrBuilder getContextsOrBuilder(int index)
       / Collection of Context steps. The Context steps are executed before every run.
       
      repeated .gauge.messages.ProtoItem contexts = 3;
      Specified by:
      getContextsOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • getScenarioItemsList

      public List<Spec.ProtoItem> getScenarioItemsList()
       / Collection of Items under a scenario. These could be Steps, Comments, Tags, TableDrivenScenarios or Tables
       
      repeated .gauge.messages.ProtoItem scenarioItems = 4;
      Specified by:
      getScenarioItemsList in interface Spec.ProtoScenarioOrBuilder
    • getScenarioItemsOrBuilderList

      public List<? extends Spec.ProtoItemOrBuilder> getScenarioItemsOrBuilderList()
       / Collection of Items under a scenario. These could be Steps, Comments, Tags, TableDrivenScenarios or Tables
       
      repeated .gauge.messages.ProtoItem scenarioItems = 4;
      Specified by:
      getScenarioItemsOrBuilderList in interface Spec.ProtoScenarioOrBuilder
    • getScenarioItemsCount

      public int getScenarioItemsCount()
       / Collection of Items under a scenario. These could be Steps, Comments, Tags, TableDrivenScenarios or Tables
       
      repeated .gauge.messages.ProtoItem scenarioItems = 4;
      Specified by:
      getScenarioItemsCount in interface Spec.ProtoScenarioOrBuilder
    • getScenarioItems

      public Spec.ProtoItem getScenarioItems(int index)
       / Collection of Items under a scenario. These could be Steps, Comments, Tags, TableDrivenScenarios or Tables
       
      repeated .gauge.messages.ProtoItem scenarioItems = 4;
      Specified by:
      getScenarioItems in interface Spec.ProtoScenarioOrBuilder
    • getScenarioItemsOrBuilder

      public Spec.ProtoItemOrBuilder getScenarioItemsOrBuilder(int index)
       / Collection of Items under a scenario. These could be Steps, Comments, Tags, TableDrivenScenarios or Tables
       
      repeated .gauge.messages.ProtoItem scenarioItems = 4;
      Specified by:
      getScenarioItemsOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • hasPreHookFailure

      public boolean hasPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure preHookFailure = 5;
      Specified by:
      hasPreHookFailure in interface Spec.ProtoScenarioOrBuilder
      Returns:
      Whether the preHookFailure field is set.
    • getPreHookFailure

      public Spec.ProtoHookFailure getPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure preHookFailure = 5;
      Specified by:
      getPreHookFailure in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The preHookFailure.
    • getPreHookFailureOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPreHookFailureOrBuilder()
       / Contains a 'before' hook failure message. This happens when the `before_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure preHookFailure = 5;
      Specified by:
      getPreHookFailureOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • hasPostHookFailure

      public boolean hasPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure postHookFailure = 6;
      Specified by:
      hasPostHookFailure in interface Spec.ProtoScenarioOrBuilder
      Returns:
      Whether the postHookFailure field is set.
    • getPostHookFailure

      public Spec.ProtoHookFailure getPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure postHookFailure = 6;
      Specified by:
      getPostHookFailure in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The postHookFailure.
    • getPostHookFailureOrBuilder

      public Spec.ProtoHookFailureOrBuilder getPostHookFailureOrBuilder()
       / Contains a 'after' hook failure message. This happens when the `after_scenario` hook has an error.
       
      .gauge.messages.ProtoHookFailure postHookFailure = 6;
      Specified by:
      getPostHookFailureOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • getTagsList

      public com.google.protobuf.ProtocolStringList getTagsList()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the tags.
    • getTagsCount

      public int getTagsCount()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of tags.
    • getTags

      public String getTags(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTags in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      public com.google.protobuf.ByteString getTagsBytes(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Specified by:
      getTagsBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.
    • getExecutionTime

      public long getExecutionTime()
       / Holds the time taken for executing this scenario.
       
      int64 executionTime = 8;
      Specified by:
      getExecutionTime in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The executionTime.
    • getSkipped

      @Deprecated public boolean getSkipped()
      Deprecated.
      gauge.messages.ProtoScenario.skipped is deprecated. See spec.proto;l=113
       / Flag to indicate if the Scenario execution is skipped
       
      bool skipped = 9 [deprecated = true];
      Specified by:
      getSkipped in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The skipped.
    • getSkipErrorsList

      public com.google.protobuf.ProtocolStringList getSkipErrorsList()
       / Holds the error messages for skipping scenario from execution
       
      repeated string skipErrors = 10;
      Specified by:
      getSkipErrorsList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the skipErrors.
    • getSkipErrorsCount

      public int getSkipErrorsCount()
       / Holds the error messages for skipping scenario from execution
       
      repeated string skipErrors = 10;
      Specified by:
      getSkipErrorsCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of skipErrors.
    • getSkipErrors

      public String getSkipErrors(int index)
       / Holds the error messages for skipping scenario from execution
       
      repeated string skipErrors = 10;
      Specified by:
      getSkipErrors in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The skipErrors at the given index.
    • getSkipErrorsBytes

      public com.google.protobuf.ByteString getSkipErrorsBytes(int index)
       / Holds the error messages for skipping scenario from execution
       
      repeated string skipErrors = 10;
      Specified by:
      getSkipErrorsBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the skipErrors at the given index.
    • getID

      public String getID()
       / Holds the unique Identifier of a scenario.
       
      string ID = 11;
      Specified by:
      getID in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The iD.
    • getIDBytes

      public com.google.protobuf.ByteString getIDBytes()
       / Holds the unique Identifier of a scenario.
       
      string ID = 11;
      Specified by:
      getIDBytes in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The bytes for iD.
    • getTearDownStepsList

      public List<Spec.ProtoItem> getTearDownStepsList()
       / Collection of Teardown steps. The Teardown steps are executed after every run.
       
      repeated .gauge.messages.ProtoItem tearDownSteps = 12;
      Specified by:
      getTearDownStepsList in interface Spec.ProtoScenarioOrBuilder
    • getTearDownStepsOrBuilderList

      public List<? extends Spec.ProtoItemOrBuilder> getTearDownStepsOrBuilderList()
       / Collection of Teardown steps. The Teardown steps are executed after every run.
       
      repeated .gauge.messages.ProtoItem tearDownSteps = 12;
      Specified by:
      getTearDownStepsOrBuilderList in interface Spec.ProtoScenarioOrBuilder
    • getTearDownStepsCount

      public int getTearDownStepsCount()
       / Collection of Teardown steps. The Teardown steps are executed after every run.
       
      repeated .gauge.messages.ProtoItem tearDownSteps = 12;
      Specified by:
      getTearDownStepsCount in interface Spec.ProtoScenarioOrBuilder
    • getTearDownSteps

      public Spec.ProtoItem getTearDownSteps(int index)
       / Collection of Teardown steps. The Teardown steps are executed after every run.
       
      repeated .gauge.messages.ProtoItem tearDownSteps = 12;
      Specified by:
      getTearDownSteps in interface Spec.ProtoScenarioOrBuilder
    • getTearDownStepsOrBuilder

      public Spec.ProtoItemOrBuilder getTearDownStepsOrBuilder(int index)
       / Collection of Teardown steps. The Teardown steps are executed after every run.
       
      repeated .gauge.messages.ProtoItem tearDownSteps = 12;
      Specified by:
      getTearDownStepsOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • hasSpan

      public boolean hasSpan()
       / Span(start, end) of scenario
       
      .gauge.messages.Span span = 13;
      Specified by:
      hasSpan in interface Spec.ProtoScenarioOrBuilder
      Returns:
      Whether the span field is set.
    • getSpan

      public Spec.Span getSpan()
       / Span(start, end) of scenario
       
      .gauge.messages.Span span = 13;
      Specified by:
      getSpan in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The span.
    • getSpanOrBuilder

      public Spec.SpanOrBuilder getSpanOrBuilder()
       / Span(start, end) of scenario
       
      .gauge.messages.Span span = 13;
      Specified by:
      getSpanOrBuilder in interface Spec.ProtoScenarioOrBuilder
    • getExecutionStatusValue

      public int getExecutionStatusValue()
       / Execution status for the scenario
       
      .gauge.messages.ExecutionStatus executionStatus = 14;
      Specified by:
      getExecutionStatusValue in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The enum numeric value on the wire for executionStatus.
    • getExecutionStatus

      public Spec.ExecutionStatus getExecutionStatus()
       / Execution status for the scenario
       
      .gauge.messages.ExecutionStatus executionStatus = 14;
      Specified by:
      getExecutionStatus in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The executionStatus.
    • getPreHookMessagesList

      public com.google.protobuf.ProtocolStringList getPreHookMessagesList()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 15;
      Specified by:
      getPreHookMessagesList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the preHookMessages.
    • getPreHookMessagesCount

      public int getPreHookMessagesCount()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 15;
      Specified by:
      getPreHookMessagesCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of preHookMessages.
    • getPreHookMessages

      public String getPreHookMessages(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 15;
      Specified by:
      getPreHookMessages in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessages at the given index.
    • getPreHookMessagesBytes

      public com.google.protobuf.ByteString getPreHookMessagesBytes(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 15;
      Specified by:
      getPreHookMessagesBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessages at the given index.
    • getPostHookMessagesList

      public com.google.protobuf.ProtocolStringList getPostHookMessagesList()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 16;
      Specified by:
      getPostHookMessagesList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the postHookMessages.
    • getPostHookMessagesCount

      public int getPostHookMessagesCount()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 16;
      Specified by:
      getPostHookMessagesCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of postHookMessages.
    • getPostHookMessages

      public String getPostHookMessages(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 16;
      Specified by:
      getPostHookMessages in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessages at the given index.
    • getPostHookMessagesBytes

      public com.google.protobuf.ByteString getPostHookMessagesBytes(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 16;
      Specified by:
      getPostHookMessagesBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessages at the given index.
    • getPreHookMessageList

      @Deprecated public com.google.protobuf.ProtocolStringList getPreHookMessageList()
      Deprecated.
      gauge.messages.ProtoScenario.preHookMessage is deprecated. See spec.proto;l=129
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 17 [deprecated = true];
      Specified by:
      getPreHookMessageList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the preHookMessage.
    • getPreHookMessageCount

      @Deprecated public int getPreHookMessageCount()
      Deprecated.
      gauge.messages.ProtoScenario.preHookMessage is deprecated. See spec.proto;l=129
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 17 [deprecated = true];
      Specified by:
      getPreHookMessageCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of preHookMessage.
    • getPreHookMessage

      @Deprecated public String getPreHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoScenario.preHookMessage is deprecated. See spec.proto;l=129
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 17 [deprecated = true];
      Specified by:
      getPreHookMessage in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessage at the given index.
    • getPreHookMessageBytes

      @Deprecated public com.google.protobuf.ByteString getPreHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoScenario.preHookMessage is deprecated. See spec.proto;l=129
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 17 [deprecated = true];
      Specified by:
      getPreHookMessageBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessage at the given index.
    • getPostHookMessageList

      @Deprecated public com.google.protobuf.ProtocolStringList getPostHookMessageList()
      Deprecated.
      gauge.messages.ProtoScenario.postHookMessage is deprecated. See spec.proto;l=131
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 18 [deprecated = true];
      Specified by:
      getPostHookMessageList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the postHookMessage.
    • getPostHookMessageCount

      @Deprecated public int getPostHookMessageCount()
      Deprecated.
      gauge.messages.ProtoScenario.postHookMessage is deprecated. See spec.proto;l=131
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 18 [deprecated = true];
      Specified by:
      getPostHookMessageCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of postHookMessage.
    • getPostHookMessage

      @Deprecated public String getPostHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoScenario.postHookMessage is deprecated. See spec.proto;l=131
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 18 [deprecated = true];
      Specified by:
      getPostHookMessage in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessage at the given index.
    • getPostHookMessageBytes

      @Deprecated public com.google.protobuf.ByteString getPostHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoScenario.postHookMessage is deprecated. See spec.proto;l=131
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 18 [deprecated = true];
      Specified by:
      getPostHookMessageBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessage at the given index.
    • getPreHookScreenshotsList

      @Deprecated public List<com.google.protobuf.ByteString> getPreHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoScenario.preHookScreenshots is deprecated. See spec.proto;l=133
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 19 [deprecated = true];
      Specified by:
      getPreHookScreenshotsList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the preHookScreenshots.
    • getPreHookScreenshotsCount

      @Deprecated public int getPreHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoScenario.preHookScreenshots is deprecated. See spec.proto;l=133
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 19 [deprecated = true];
      Specified by:
      getPreHookScreenshotsCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of preHookScreenshots.
    • getPreHookScreenshots

      @Deprecated public com.google.protobuf.ByteString getPreHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoScenario.preHookScreenshots is deprecated. See spec.proto;l=133
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 19 [deprecated = true];
      Specified by:
      getPreHookScreenshots in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshots at the given index.
    • getPostHookScreenshotsList

      @Deprecated public List<com.google.protobuf.ByteString> getPostHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoScenario.postHookScreenshots is deprecated. See spec.proto;l=135
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 20 [deprecated = true];
      Specified by:
      getPostHookScreenshotsList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the postHookScreenshots.
    • getPostHookScreenshotsCount

      @Deprecated public int getPostHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoScenario.postHookScreenshots is deprecated. See spec.proto;l=135
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 20 [deprecated = true];
      Specified by:
      getPostHookScreenshotsCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of postHookScreenshots.
    • getPostHookScreenshots

      @Deprecated public com.google.protobuf.ByteString getPostHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoScenario.postHookScreenshots is deprecated. See spec.proto;l=135
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 20 [deprecated = true];
      Specified by:
      getPostHookScreenshots in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshots at the given index.
    • getPreHookScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getPreHookScreenshotFilesList()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Specified by:
      getPreHookScreenshotFilesList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the preHookScreenshotFiles.
    • getPreHookScreenshotFilesCount

      public int getPreHookScreenshotFilesCount()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Specified by:
      getPreHookScreenshotFilesCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of preHookScreenshotFiles.
    • getPreHookScreenshotFiles

      public String getPreHookScreenshotFiles(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Specified by:
      getPreHookScreenshotFiles in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshotFiles at the given index.
    • getPreHookScreenshotFilesBytes

      public com.google.protobuf.ByteString getPreHookScreenshotFilesBytes(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Specified by:
      getPreHookScreenshotFilesBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookScreenshotFiles at the given index.
    • getPostHookScreenshotFilesList

      public com.google.protobuf.ProtocolStringList getPostHookScreenshotFilesList()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Specified by:
      getPostHookScreenshotFilesList in interface Spec.ProtoScenarioOrBuilder
      Returns:
      A list containing the postHookScreenshotFiles.
    • getPostHookScreenshotFilesCount

      public int getPostHookScreenshotFilesCount()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Specified by:
      getPostHookScreenshotFilesCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The count of postHookScreenshotFiles.
    • getPostHookScreenshotFiles

      public String getPostHookScreenshotFiles(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Specified by:
      getPostHookScreenshotFiles in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshotFiles at the given index.
    • getPostHookScreenshotFilesBytes

      public com.google.protobuf.ByteString getPostHookScreenshotFilesBytes(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Specified by:
      getPostHookScreenshotFilesBytes in interface Spec.ProtoScenarioOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookScreenshotFiles at the given index.
    • getRetriesCount

      public long getRetriesCount()
       / Number of retires
       
      int64 retriesCount = 23;
      Specified by:
      getRetriesCount in interface Spec.ProtoScenarioOrBuilder
      Returns:
      The retriesCount.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Spec.ProtoScenario parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Spec.ProtoScenario parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Spec.ProtoScenario parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Spec.ProtoScenario parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Spec.ProtoScenario.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Spec.ProtoScenario.Builder newBuilder()
    • newBuilder

      public static Spec.ProtoScenario.Builder newBuilder(Spec.ProtoScenario prototype)
    • toBuilder

      public Spec.ProtoScenario.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Spec.ProtoScenario.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static Spec.ProtoScenario getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Spec.ProtoScenario> parser()
    • getParserForType

      public com.google.protobuf.Parser<Spec.ProtoScenario> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public Spec.ProtoScenario getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder