public static final class Messages.ExecutionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder> implements Messages.ExecutionInfoOrBuilder
/ Contains details of the execution. / Depending on the context (Step, Scenario, Spec or Suite), the respective fields are set.Protobuf type
gauge.messages.ExecutionInfo
Modifier and Type | Method and Description |
---|---|
Messages.ExecutionInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.ExecutionInfo |
build() |
Messages.ExecutionInfo |
buildPartial() |
Messages.ExecutionInfo.Builder |
clear() |
Messages.ExecutionInfo.Builder |
clearCurrentScenario()
/ Holds the information of the current Scenario.
|
Messages.ExecutionInfo.Builder |
clearCurrentSpec()
/ Holds the information of the current Spec.
|
Messages.ExecutionInfo.Builder |
clearCurrentStep()
/ Holds the information of the current Step.
|
Messages.ExecutionInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Messages.ExecutionInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Messages.ExecutionInfo.Builder |
clearStacktrace()
/ Stacktrace of the execution.
|
Messages.ExecutionInfo.Builder |
clone() |
Messages.ScenarioInfo |
getCurrentScenario()
/ Holds the information of the current Scenario.
|
Messages.ScenarioInfo.Builder |
getCurrentScenarioBuilder()
/ Holds the information of the current Scenario.
|
Messages.ScenarioInfoOrBuilder |
getCurrentScenarioOrBuilder()
/ Holds the information of the current Scenario.
|
Messages.SpecInfo |
getCurrentSpec()
/ Holds the information of the current Spec.
|
Messages.SpecInfo.Builder |
getCurrentSpecBuilder()
/ Holds the information of the current Spec.
|
Messages.SpecInfoOrBuilder |
getCurrentSpecOrBuilder()
/ Holds the information of the current Spec.
|
Messages.StepInfo |
getCurrentStep()
/ Holds the information of the current Step.
|
Messages.StepInfo.Builder |
getCurrentStepBuilder()
/ Holds the information of the current Step.
|
Messages.StepInfoOrBuilder |
getCurrentStepOrBuilder()
/ Holds the information of the current Step.
|
Messages.ExecutionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getStacktrace()
/ Stacktrace of the execution.
|
com.google.protobuf.ByteString |
getStacktraceBytes()
/ Stacktrace of the execution.
|
boolean |
hasCurrentScenario()
/ Holds the information of the current Scenario.
|
boolean |
hasCurrentSpec()
/ Holds the information of the current Spec.
|
boolean |
hasCurrentStep()
/ Holds the information of the current Step.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Messages.ExecutionInfo.Builder |
mergeCurrentScenario(Messages.ScenarioInfo value)
/ Holds the information of the current Scenario.
|
Messages.ExecutionInfo.Builder |
mergeCurrentSpec(Messages.SpecInfo value)
/ Holds the information of the current Spec.
|
Messages.ExecutionInfo.Builder |
mergeCurrentStep(Messages.StepInfo value)
/ Holds the information of the current Step.
|
Messages.ExecutionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.ExecutionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Messages.ExecutionInfo.Builder |
mergeFrom(Messages.ExecutionInfo other) |
Messages.ExecutionInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.ExecutionInfo.Builder |
setCurrentScenario(Messages.ScenarioInfo.Builder builderForValue)
/ Holds the information of the current Scenario.
|
Messages.ExecutionInfo.Builder |
setCurrentScenario(Messages.ScenarioInfo value)
/ Holds the information of the current Scenario.
|
Messages.ExecutionInfo.Builder |
setCurrentSpec(Messages.SpecInfo.Builder builderForValue)
/ Holds the information of the current Spec.
|
Messages.ExecutionInfo.Builder |
setCurrentSpec(Messages.SpecInfo value)
/ Holds the information of the current Spec.
|
Messages.ExecutionInfo.Builder |
setCurrentStep(Messages.StepInfo.Builder builderForValue)
/ Holds the information of the current Step.
|
Messages.ExecutionInfo.Builder |
setCurrentStep(Messages.StepInfo value)
/ Holds the information of the current Step.
|
Messages.ExecutionInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Messages.ExecutionInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Messages.ExecutionInfo.Builder |
setStacktrace(String value)
/ Stacktrace of the execution.
|
Messages.ExecutionInfo.Builder |
setStacktraceBytes(com.google.protobuf.ByteString value)
/ Stacktrace of the execution.
|
Messages.ExecutionInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Messages.ExecutionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Messages.ExecutionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Messages.ExecutionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder mergeFrom(Messages.ExecutionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public Messages.ExecutionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Messages.ExecutionInfo.Builder>
IOException
public boolean hasCurrentSpec()
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
hasCurrentSpec
in interface Messages.ExecutionInfoOrBuilder
public Messages.SpecInfo getCurrentSpec()
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
getCurrentSpec
in interface Messages.ExecutionInfoOrBuilder
public Messages.ExecutionInfo.Builder setCurrentSpec(Messages.SpecInfo value)
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
public Messages.ExecutionInfo.Builder setCurrentSpec(Messages.SpecInfo.Builder builderForValue)
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
public Messages.ExecutionInfo.Builder mergeCurrentSpec(Messages.SpecInfo value)
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
public Messages.ExecutionInfo.Builder clearCurrentSpec()
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
public Messages.SpecInfo.Builder getCurrentSpecBuilder()
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
public Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder()
/ Holds the information of the current Spec. Valid in context of Spec execution.
optional .gauge.messages.SpecInfo currentSpec = 1;
getCurrentSpecOrBuilder
in interface Messages.ExecutionInfoOrBuilder
public boolean hasCurrentScenario()
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
hasCurrentScenario
in interface Messages.ExecutionInfoOrBuilder
public Messages.ScenarioInfo getCurrentScenario()
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
getCurrentScenario
in interface Messages.ExecutionInfoOrBuilder
public Messages.ExecutionInfo.Builder setCurrentScenario(Messages.ScenarioInfo value)
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
public Messages.ExecutionInfo.Builder setCurrentScenario(Messages.ScenarioInfo.Builder builderForValue)
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
public Messages.ExecutionInfo.Builder mergeCurrentScenario(Messages.ScenarioInfo value)
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
public Messages.ExecutionInfo.Builder clearCurrentScenario()
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
public Messages.ScenarioInfo.Builder getCurrentScenarioBuilder()
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
public Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder()
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
optional .gauge.messages.ScenarioInfo currentScenario = 2;
getCurrentScenarioOrBuilder
in interface Messages.ExecutionInfoOrBuilder
public boolean hasCurrentStep()
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
hasCurrentStep
in interface Messages.ExecutionInfoOrBuilder
public Messages.StepInfo getCurrentStep()
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
getCurrentStep
in interface Messages.ExecutionInfoOrBuilder
public Messages.ExecutionInfo.Builder setCurrentStep(Messages.StepInfo value)
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
public Messages.ExecutionInfo.Builder setCurrentStep(Messages.StepInfo.Builder builderForValue)
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
public Messages.ExecutionInfo.Builder mergeCurrentStep(Messages.StepInfo value)
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
public Messages.ExecutionInfo.Builder clearCurrentStep()
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
public Messages.StepInfo.Builder getCurrentStepBuilder()
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
public Messages.StepInfoOrBuilder getCurrentStepOrBuilder()
/ Holds the information of the current Step. Valid in context of Step execution.
optional .gauge.messages.StepInfo currentStep = 3;
getCurrentStepOrBuilder
in interface Messages.ExecutionInfoOrBuilder
public String getStacktrace()
/ Stacktrace of the execution. Valid only if there is an error in execution.
optional string stacktrace = 4;
getStacktrace
in interface Messages.ExecutionInfoOrBuilder
public com.google.protobuf.ByteString getStacktraceBytes()
/ Stacktrace of the execution. Valid only if there is an error in execution.
optional string stacktrace = 4;
getStacktraceBytes
in interface Messages.ExecutionInfoOrBuilder
public Messages.ExecutionInfo.Builder setStacktrace(String value)
/ Stacktrace of the execution. Valid only if there is an error in execution.
optional string stacktrace = 4;
public Messages.ExecutionInfo.Builder clearStacktrace()
/ Stacktrace of the execution. Valid only if there is an error in execution.
optional string stacktrace = 4;
public Messages.ExecutionInfo.Builder setStacktraceBytes(com.google.protobuf.ByteString value)
/ Stacktrace of the execution. Valid only if there is an error in execution.
optional string stacktrace = 4;
public final Messages.ExecutionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
public final Messages.ExecutionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Messages.ExecutionInfo.Builder>
Copyright © 2017. All rights reserved.