Uses of Class
gauge.messages.Messages.SpecInfo.Builder
Packages that use Messages.SpecInfo.Builder
-
Uses of Messages.SpecInfo.Builder in gauge.messages
Methods in gauge.messages that return Messages.SpecInfo.BuilderModifier and TypeMethodDescriptionMessages.SpecInfo.Builder.addAllTags(Iterable<String> values) / Tags relevant to the current Spec execution./ Tags relevant to the current Spec execution.Messages.SpecInfo.Builder.addTagsBytes(com.google.protobuf.ByteString value) / Tags relevant to the current Spec execution.Messages.SpecInfo.Builder.clear()Messages.SpecInfo.Builder.clearFileName()/ Full File path containing the current Spec being executed.Messages.SpecInfo.Builder.clearIsFailed()/ Flag to indicate if the current Spec execution failed.Messages.SpecInfo.Builder.clearName()/ Name of the current Spec being executed.Messages.SpecInfo.Builder.clearTags()/ Tags relevant to the current Spec execution.Messages.ExecutionInfo.Builder.getCurrentSpecBuilder()/ Holds the information of the current Spec.Messages.SpecInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.SpecInfo.Builder.mergeFrom(com.google.protobuf.Message other) Messages.SpecInfo.Builder.mergeFrom(Messages.SpecInfo other) static Messages.SpecInfo.BuilderMessages.SpecInfo.newBuilder()static Messages.SpecInfo.BuilderMessages.SpecInfo.newBuilder(Messages.SpecInfo prototype) Messages.SpecInfo.newBuilderForType()protected Messages.SpecInfo.BuilderMessages.SpecInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Messages.SpecInfo.Builder.setFileName(String value) / Full File path containing the current Spec being executed.Messages.SpecInfo.Builder.setFileNameBytes(com.google.protobuf.ByteString value) / Full File path containing the current Spec being executed.Messages.SpecInfo.Builder.setIsFailed(boolean value) / Flag to indicate if the current Spec execution failed./ Name of the current Spec being executed.Messages.SpecInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) / Name of the current Spec being executed./ Tags relevant to the current Spec execution.Messages.SpecInfo.toBuilder()Methods in gauge.messages with parameters of type Messages.SpecInfo.BuilderModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.setCurrentSpec(Messages.SpecInfo.Builder builderForValue) / Holds the information of the current Spec.