public static final class Spec.ProtoStepExecutionResult extends com.google.protobuf.GeneratedMessageV3 implements Spec.ProtoStepExecutionResultOrBuilder
/ A proto object representing Step Execution resultProtobuf type
gauge.messages.ProtoStepExecutionResult
Modifier and Type | Class and Description |
---|---|
static class |
Spec.ProtoStepExecutionResult.Builder
/ A proto object representing Step Execution result
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
EXECUTIONRESULT_FIELD_NUMBER |
static int |
POSTHOOKFAILURE_FIELD_NUMBER |
static int |
PREHOOKFAILURE_FIELD_NUMBER |
static int |
SKIPPED_FIELD_NUMBER |
static int |
SKIPPEDREASON_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Spec.ProtoStepExecutionResult |
getDefaultInstance() |
Spec.ProtoStepExecutionResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Spec.ProtoExecutionResult |
getExecutionResult()
/ The actual result of the execution
|
Spec.ProtoExecutionResultOrBuilder |
getExecutionResultOrBuilder()
/ The actual result of the execution
|
com.google.protobuf.Parser<Spec.ProtoStepExecutionResult> |
getParserForType() |
Spec.ProtoHookFailure |
getPostHookFailure()
/ Contains a 'after' hook failure message.
|
Spec.ProtoHookFailureOrBuilder |
getPostHookFailureOrBuilder()
/ Contains a 'after' hook failure message.
|
Spec.ProtoHookFailure |
getPreHookFailure()
/ Contains a 'before' hook failure message.
|
Spec.ProtoHookFailureOrBuilder |
getPreHookFailureOrBuilder()
/ Contains a 'before' hook failure message.
|
int |
getSerializedSize() |
boolean |
getSkipped()
optional bool skipped = 4; |
String |
getSkippedReason()
optional string skippedReason = 5; |
com.google.protobuf.ByteString |
getSkippedReasonBytes()
optional string skippedReason = 5; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasExecutionResult()
/ The actual result of the execution
|
int |
hashCode() |
boolean |
hasPostHookFailure()
/ Contains a 'after' hook failure message.
|
boolean |
hasPreHookFailure()
/ Contains a 'before' hook failure message.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Spec.ProtoStepExecutionResult.Builder |
newBuilder() |
static Spec.ProtoStepExecutionResult.Builder |
newBuilder(Spec.ProtoStepExecutionResult prototype) |
Spec.ProtoStepExecutionResult.Builder |
newBuilderForType() |
protected Spec.ProtoStepExecutionResult.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Spec.ProtoStepExecutionResult |
parseDelimitedFrom(InputStream input) |
static Spec.ProtoStepExecutionResult |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepExecutionResult |
parseFrom(byte[] data) |
static Spec.ProtoStepExecutionResult |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepExecutionResult |
parseFrom(com.google.protobuf.ByteString data) |
static Spec.ProtoStepExecutionResult |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepExecutionResult |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Spec.ProtoStepExecutionResult |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Spec.ProtoStepExecutionResult |
parseFrom(InputStream input) |
static Spec.ProtoStepExecutionResult |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Spec.ProtoStepExecutionResult> |
parser() |
Spec.ProtoStepExecutionResult.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int EXECUTIONRESULT_FIELD_NUMBER
public static final int PREHOOKFAILURE_FIELD_NUMBER
public static final int POSTHOOKFAILURE_FIELD_NUMBER
public static final int SKIPPED_FIELD_NUMBER
public static final int SKIPPEDREASON_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasExecutionResult()
/ The actual result of the execution
optional .gauge.messages.ProtoExecutionResult executionResult = 1;
hasExecutionResult
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoExecutionResult getExecutionResult()
/ The actual result of the execution
optional .gauge.messages.ProtoExecutionResult executionResult = 1;
getExecutionResult
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder()
/ The actual result of the execution
optional .gauge.messages.ProtoExecutionResult executionResult = 1;
getExecutionResultOrBuilder
in interface Spec.ProtoStepExecutionResultOrBuilder
public boolean hasPreHookFailure()
/ Contains a 'before' hook failure message. This happens when the `before_step` hook has an error.
optional .gauge.messages.ProtoHookFailure preHookFailure = 2;
hasPreHookFailure
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoHookFailure getPreHookFailure()
/ Contains a 'before' hook failure message. This happens when the `before_step` hook has an error.
optional .gauge.messages.ProtoHookFailure preHookFailure = 2;
getPreHookFailure
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoHookFailureOrBuilder getPreHookFailureOrBuilder()
/ Contains a 'before' hook failure message. This happens when the `before_step` hook has an error.
optional .gauge.messages.ProtoHookFailure preHookFailure = 2;
getPreHookFailureOrBuilder
in interface Spec.ProtoStepExecutionResultOrBuilder
public boolean hasPostHookFailure()
/ Contains a 'after' hook failure message. This happens when the `after_step` hook has an error.
optional .gauge.messages.ProtoHookFailure postHookFailure = 3;
hasPostHookFailure
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoHookFailure getPostHookFailure()
/ Contains a 'after' hook failure message. This happens when the `after_step` hook has an error.
optional .gauge.messages.ProtoHookFailure postHookFailure = 3;
getPostHookFailure
in interface Spec.ProtoStepExecutionResultOrBuilder
public Spec.ProtoHookFailureOrBuilder getPostHookFailureOrBuilder()
/ Contains a 'after' hook failure message. This happens when the `after_step` hook has an error.
optional .gauge.messages.ProtoHookFailure postHookFailure = 3;
getPostHookFailureOrBuilder
in interface Spec.ProtoStepExecutionResultOrBuilder
public boolean getSkipped()
optional bool skipped = 4;
getSkipped
in interface Spec.ProtoStepExecutionResultOrBuilder
public String getSkippedReason()
optional string skippedReason = 5;
getSkippedReason
in interface Spec.ProtoStepExecutionResultOrBuilder
public com.google.protobuf.ByteString getSkippedReasonBytes()
optional string skippedReason = 5;
getSkippedReasonBytes
in interface Spec.ProtoStepExecutionResultOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Spec.ProtoStepExecutionResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepExecutionResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepExecutionResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepExecutionResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Spec.ProtoStepExecutionResult parseFrom(InputStream input) throws IOException
IOException
public static Spec.ProtoStepExecutionResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Spec.ProtoStepExecutionResult parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Spec.ProtoStepExecutionResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Spec.ProtoStepExecutionResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Spec.ProtoStepExecutionResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Spec.ProtoStepExecutionResult.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Spec.ProtoStepExecutionResult.Builder newBuilder()
public static Spec.ProtoStepExecutionResult.Builder newBuilder(Spec.ProtoStepExecutionResult prototype)
public Spec.ProtoStepExecutionResult.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Spec.ProtoStepExecutionResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Spec.ProtoStepExecutionResult getDefaultInstance()
public static com.google.protobuf.Parser<Spec.ProtoStepExecutionResult> parser()
public com.google.protobuf.Parser<Spec.ProtoStepExecutionResult> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Spec.ProtoStepExecutionResult getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2017. All rights reserved.