Package gauge.messages
Class Messages.ExecutionInfo
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
gauge.messages.Messages.ExecutionInfo
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Messages.ExecutionInfoOrBuilder,Serializable
- Enclosing class:
- Messages
public static final class Messages.ExecutionInfo
extends com.google.protobuf.GeneratedMessage
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- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class/ Contains details of the executionNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionboolean/ Holds the information of the current Scenario./ Holds the information of the current Scenario./ Holds the information of the current Spec./ Holds the information of the current Spec./ Holds the information of the current Step./ Holds the information of the current Step.static Messages.ExecutionInfostatic final com.google.protobuf.Descriptors.DescriptorgetExecutionArgs(int index) / Holds the command line arguments.int/ Holds the command line arguments./ Holds the command line arguments.getExecutionArgsOrBuilder(int index) / Holds the command line arguments.List<? extends Messages.ExecutionArgOrBuilder>/ Holds the command line arguments.int/ Holds the number of running execution streams.com.google.protobuf.Parser<Messages.ExecutionInfo>/ Holds the project namecom.google.protobuf.ByteString/ Holds the project nameint/ Holds the runner id for parallel execution.int/ Stacktrace of the execution.com.google.protobuf.ByteString/ Stacktrace of the execution.boolean/ Holds the information of the current Scenario.boolean/ Holds the information of the current Spec.boolean/ Holds the information of the current Step.inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleannewBuilder(Messages.ExecutionInfo prototype) protected Messages.ExecutionInfo.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static Messages.ExecutionInfoparseDelimitedFrom(InputStream input) static Messages.ExecutionInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionInfoparseFrom(byte[] data) static Messages.ExecutionInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionInfoparseFrom(com.google.protobuf.ByteString data) static Messages.ExecutionInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionInfoparseFrom(com.google.protobuf.CodedInputStream input) static Messages.ExecutionInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionInfoparseFrom(InputStream input) static Messages.ExecutionInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Messages.ExecutionInfoparseFrom(ByteBuffer data) static Messages.ExecutionInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Messages.ExecutionInfo>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
CURRENTSPEC_FIELD_NUMBER
public static final int CURRENTSPEC_FIELD_NUMBER- See Also:
-
CURRENTSCENARIO_FIELD_NUMBER
public static final int CURRENTSCENARIO_FIELD_NUMBER- See Also:
-
CURRENTSTEP_FIELD_NUMBER
public static final int CURRENTSTEP_FIELD_NUMBER- See Also:
-
STACKTRACE_FIELD_NUMBER
public static final int STACKTRACE_FIELD_NUMBER- See Also:
-
PROJECTNAME_FIELD_NUMBER
public static final int PROJECTNAME_FIELD_NUMBER- See Also:
-
EXECUTIONARGS_FIELD_NUMBER
public static final int EXECUTIONARGS_FIELD_NUMBER- See Also:
-
NUMBEROFEXECUTIONSTREAMS_FIELD_NUMBER
public static final int NUMBEROFEXECUTIONSTREAMS_FIELD_NUMBER- See Also:
-
RUNNERID_FIELD_NUMBER
public static final int RUNNERID_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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
hasCurrentSpec
public boolean hasCurrentSpec()/ Holds the information of the current Spec. Valid in context of Spec execution.
.gauge.messages.SpecInfo currentSpec = 1;- Specified by:
hasCurrentSpecin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- Whether the currentSpec field is set.
-
getCurrentSpec
/ Holds the information of the current Spec. Valid in context of Spec execution.
.gauge.messages.SpecInfo currentSpec = 1;- Specified by:
getCurrentSpecin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The currentSpec.
-
getCurrentSpecOrBuilder
/ Holds the information of the current Spec. Valid in context of Spec execution.
.gauge.messages.SpecInfo currentSpec = 1;- Specified by:
getCurrentSpecOrBuilderin interfaceMessages.ExecutionInfoOrBuilder
-
hasCurrentScenario
public boolean hasCurrentScenario()/ Holds the information of the current Scenario. Valid in context of Scenario execution.
.gauge.messages.ScenarioInfo currentScenario = 2;- Specified by:
hasCurrentScenarioin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- Whether the currentScenario field is set.
-
getCurrentScenario
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
.gauge.messages.ScenarioInfo currentScenario = 2;- Specified by:
getCurrentScenarioin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The currentScenario.
-
getCurrentScenarioOrBuilder
/ Holds the information of the current Scenario. Valid in context of Scenario execution.
.gauge.messages.ScenarioInfo currentScenario = 2;- Specified by:
getCurrentScenarioOrBuilderin interfaceMessages.ExecutionInfoOrBuilder
-
hasCurrentStep
public boolean hasCurrentStep()/ Holds the information of the current Step. Valid in context of Step execution.
.gauge.messages.StepInfo currentStep = 3;- Specified by:
hasCurrentStepin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- Whether the currentStep field is set.
-
getCurrentStep
/ Holds the information of the current Step. Valid in context of Step execution.
.gauge.messages.StepInfo currentStep = 3;- Specified by:
getCurrentStepin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The currentStep.
-
getCurrentStepOrBuilder
/ Holds the information of the current Step. Valid in context of Step execution.
.gauge.messages.StepInfo currentStep = 3;- Specified by:
getCurrentStepOrBuilderin interfaceMessages.ExecutionInfoOrBuilder
-
getStacktrace
/ Stacktrace of the execution. Valid only if there is an error in execution.
string stacktrace = 4;- Specified by:
getStacktracein interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The stacktrace.
-
getStacktraceBytes
public com.google.protobuf.ByteString getStacktraceBytes()/ Stacktrace of the execution. Valid only if there is an error in execution.
string stacktrace = 4;- Specified by:
getStacktraceBytesin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The bytes for stacktrace.
-
getProjectName
/ Holds the project name
string projectName = 5;- Specified by:
getProjectNamein interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The projectName.
-
getProjectNameBytes
public com.google.protobuf.ByteString getProjectNameBytes()/ Holds the project name
string projectName = 5;- Specified by:
getProjectNameBytesin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The bytes for projectName.
-
getExecutionArgsList
/ Holds the command line arguments.
repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;- Specified by:
getExecutionArgsListin interfaceMessages.ExecutionInfoOrBuilder
-
getExecutionArgsOrBuilderList
/ Holds the command line arguments.
repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;- Specified by:
getExecutionArgsOrBuilderListin interfaceMessages.ExecutionInfoOrBuilder
-
getExecutionArgsCount
public int getExecutionArgsCount()/ Holds the command line arguments.
repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;- Specified by:
getExecutionArgsCountin interfaceMessages.ExecutionInfoOrBuilder
-
getExecutionArgs
/ Holds the command line arguments.
repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;- Specified by:
getExecutionArgsin interfaceMessages.ExecutionInfoOrBuilder
-
getExecutionArgsOrBuilder
/ Holds the command line arguments.
repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;- Specified by:
getExecutionArgsOrBuilderin interfaceMessages.ExecutionInfoOrBuilder
-
getNumberOfExecutionStreams
public int getNumberOfExecutionStreams()/ Holds the number of running execution streams.
int32 numberOfExecutionStreams = 7;- Specified by:
getNumberOfExecutionStreamsin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The numberOfExecutionStreams.
-
getRunnerId
public int getRunnerId()/ Holds the runner id for parallel execution.
int32 runnerId = 8;- Specified by:
getRunnerIdin interfaceMessages.ExecutionInfoOrBuilder- Returns:
- The runnerId.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Messages.ExecutionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Messages.ExecutionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Messages.ExecutionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Messages.ExecutionInfo.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-