Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.addAllTags(Iterable<String> values) |
/ Tags relevant to the current Spec execution.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.addTags(String value) |
/ Tags relevant to the current Spec execution.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.addTagsBytes(com.google.protobuf.ByteString value) |
/ Tags relevant to the current Spec execution.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clear() |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearFileName() |
/ Full File path containing the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearIsFailed() |
/ Flag to indicate if the current Spec execution failed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearName() |
/ Name of the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clearTags() |
/ Tags relevant to the current Spec execution.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.clone() |
|
Messages.SpecInfo.Builder |
Messages.ExecutionInfo.Builder.getCurrentSpecBuilder() |
/ Holds the information of the current Spec.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.mergeFrom(Messages.SpecInfo other) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Messages.SpecInfo.Builder |
Messages.SpecInfo.newBuilder() |
|
static Messages.SpecInfo.Builder |
Messages.SpecInfo.newBuilder(Messages.SpecInfo prototype) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.newBuilderForType() |
|
protected Messages.SpecInfo.Builder |
Messages.SpecInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setFileName(String value) |
/ Full File path containing the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setFileNameBytes(com.google.protobuf.ByteString value) |
/ Full File path containing the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setIsFailed(boolean value) |
/ Flag to indicate if the current Spec execution failed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setName(String value) |
/ Name of the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) |
/ Name of the current Spec being executed.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setTags(int index,
String value) |
/ Tags relevant to the current Spec execution.
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Messages.SpecInfo.Builder |
Messages.SpecInfo.toBuilder() |
|