Uses of Class
gauge.messages.Spec.ProtoItem.Builder
Packages that use Spec.ProtoItem.Builder
-
Uses of Spec.ProtoItem.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoItem.BuilderModifier and TypeMethodDescriptionSpec.ProtoScenario.Builder.addContextsBuilder()/ Collection of Context steps.Spec.ProtoScenario.Builder.addContextsBuilder(int index) / Collection of Context steps.Spec.ProtoSpec.Builder.addItemsBuilder()/ A collection of items that come under this stepSpec.ProtoSpec.Builder.addItemsBuilder(int index) / A collection of items that come under this stepSpec.ProtoScenario.Builder.addScenarioItemsBuilder()/ Collection of Items under a scenario.Spec.ProtoScenario.Builder.addScenarioItemsBuilder(int index) / Collection of Items under a scenario.Spec.ProtoConcept.Builder.addStepsBuilder()/ Collection of Steps in the given concepts.Spec.ProtoConcept.Builder.addStepsBuilder(int index) / Collection of Steps in the given concepts.Spec.ProtoScenario.Builder.addTearDownStepsBuilder()/ Collection of Teardown steps.Spec.ProtoScenario.Builder.addTearDownStepsBuilder(int index) / Collection of Teardown steps.Spec.ProtoItem.Builder.clear()Spec.ProtoItem.Builder.clearComment()/ Holds the Comment definition.Spec.ProtoItem.Builder.clearConcept()/ Holds the Concept definition.Spec.ProtoItem.Builder.clearFileName()/ Holds the Filename that the item belongs toSpec.ProtoItem.Builder.clearItemType()/ Itemtype of the current ProtoItemSpec.ProtoItem.Builder.clearScenario()/ Holds the Scenario definition.Spec.ProtoItem.Builder.clearStep()/ Holds the Step definition.Spec.ProtoItem.Builder.clearTable()/ Holds the Table definition.Spec.ProtoItem.Builder.clearTableDrivenScenario()/ Holds the TableDrivenScenario definition.Spec.ProtoItem.Builder.clearTags()/ Holds the Tags definition.Spec.ProtoScenario.Builder.getContextsBuilder(int index) / Collection of Context steps.Spec.ProtoSpec.Builder.getItemsBuilder(int index) / A collection of items that come under this stepSpec.ProtoScenarioResult.Builder.getProtoItemBuilder()/ Collection of scenarios in scenario execution result.Spec.ProtoStepResult.Builder.getProtoItemBuilder()/ Collection of steps in step execution result.Messages.SuiteExecutionResultItem.Builder.getResultItemBuilder().gauge.messages.ProtoItem resultItem = 1;Spec.ProtoScenario.Builder.getScenarioItemsBuilder(int index) / Collection of Items under a scenario.Spec.ProtoConcept.Builder.getStepsBuilder(int index) / Collection of Steps in the given concepts.Spec.ProtoScenario.Builder.getTearDownStepsBuilder(int index) / Collection of Teardown steps.Spec.ProtoItem.Builder.mergeComment(Spec.ProtoComment value) / Holds the Comment definition.Spec.ProtoItem.Builder.mergeConcept(Spec.ProtoConcept value) / Holds the Concept definition.Spec.ProtoItem.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoItem.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoItem.Builder.mergeFrom(Spec.ProtoItem other) Spec.ProtoItem.Builder.mergeScenario(Spec.ProtoScenario value) / Holds the Scenario definition.Spec.ProtoItem.Builder.mergeStep(Spec.ProtoStep value) / Holds the Step definition.Spec.ProtoItem.Builder.mergeTable(Spec.ProtoTable value) / Holds the Table definition.Spec.ProtoItem.Builder.mergeTableDrivenScenario(Spec.ProtoTableDrivenScenario value) / Holds the TableDrivenScenario definition.Spec.ProtoItem.Builder.mergeTags(Spec.ProtoTags value) / Holds the Tags definition.static Spec.ProtoItem.BuilderSpec.ProtoItem.newBuilder()static Spec.ProtoItem.BuilderSpec.ProtoItem.newBuilder(Spec.ProtoItem prototype) Spec.ProtoItem.newBuilderForType()protected Spec.ProtoItem.BuilderSpec.ProtoItem.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoItem.Builder.setComment(Spec.ProtoComment value) / Holds the Comment definition.Spec.ProtoItem.Builder.setComment(Spec.ProtoComment.Builder builderForValue) / Holds the Comment definition.Spec.ProtoItem.Builder.setConcept(Spec.ProtoConcept value) / Holds the Concept definition.Spec.ProtoItem.Builder.setConcept(Spec.ProtoConcept.Builder builderForValue) / Holds the Concept definition.Spec.ProtoItem.Builder.setFileName(String value) / Holds the Filename that the item belongs toSpec.ProtoItem.Builder.setFileNameBytes(com.google.protobuf.ByteString value) / Holds the Filename that the item belongs toSpec.ProtoItem.Builder.setItemType(Spec.ProtoItem.ItemType value) / Itemtype of the current ProtoItemSpec.ProtoItem.Builder.setItemTypeValue(int value) / Itemtype of the current ProtoItemSpec.ProtoItem.Builder.setScenario(Spec.ProtoScenario value) / Holds the Scenario definition.Spec.ProtoItem.Builder.setScenario(Spec.ProtoScenario.Builder builderForValue) / Holds the Scenario definition.Spec.ProtoItem.Builder.setStep(Spec.ProtoStep value) / Holds the Step definition.Spec.ProtoItem.Builder.setStep(Spec.ProtoStep.Builder builderForValue) / Holds the Step definition.Spec.ProtoItem.Builder.setTable(Spec.ProtoTable value) / Holds the Table definition.Spec.ProtoItem.Builder.setTable(Spec.ProtoTable.Builder builderForValue) / Holds the Table definition.Spec.ProtoItem.Builder.setTableDrivenScenario(Spec.ProtoTableDrivenScenario value) / Holds the TableDrivenScenario definition.Spec.ProtoItem.Builder.setTableDrivenScenario(Spec.ProtoTableDrivenScenario.Builder builderForValue) / Holds the TableDrivenScenario definition.Spec.ProtoItem.Builder.setTags(Spec.ProtoTags value) / Holds the Tags definition.Spec.ProtoItem.Builder.setTags(Spec.ProtoTags.Builder builderForValue) / Holds the Tags definition.Spec.ProtoItem.toBuilder()Methods in gauge.messages that return types with arguments of type Spec.ProtoItem.BuilderModifier and TypeMethodDescriptionSpec.ProtoScenario.Builder.getContextsBuilderList()/ Collection of Context steps.Spec.ProtoSpec.Builder.getItemsBuilderList()/ A collection of items that come under this stepSpec.ProtoScenario.Builder.getScenarioItemsBuilderList()/ Collection of Items under a scenario.Spec.ProtoConcept.Builder.getStepsBuilderList()/ Collection of Steps in the given concepts.Spec.ProtoScenario.Builder.getTearDownStepsBuilderList()/ Collection of Teardown steps.Methods in gauge.messages with parameters of type Spec.ProtoItem.BuilderModifier and TypeMethodDescriptionSpec.ProtoScenario.Builder.addContexts(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Context steps.Spec.ProtoScenario.Builder.addContexts(Spec.ProtoItem.Builder builderForValue) / Collection of Context steps.Spec.ProtoSpec.Builder.addItems(int index, Spec.ProtoItem.Builder builderForValue) / A collection of items that come under this stepSpec.ProtoSpec.Builder.addItems(Spec.ProtoItem.Builder builderForValue) / A collection of items that come under this stepSpec.ProtoScenario.Builder.addScenarioItems(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Items under a scenario.Spec.ProtoScenario.Builder.addScenarioItems(Spec.ProtoItem.Builder builderForValue) / Collection of Items under a scenario.Spec.ProtoConcept.Builder.addSteps(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Steps in the given concepts.Spec.ProtoConcept.Builder.addSteps(Spec.ProtoItem.Builder builderForValue) / Collection of Steps in the given concepts.Spec.ProtoScenario.Builder.addTearDownSteps(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Teardown steps.Spec.ProtoScenario.Builder.addTearDownSteps(Spec.ProtoItem.Builder builderForValue) / Collection of Teardown steps.Spec.ProtoScenario.Builder.setContexts(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Context steps.Spec.ProtoSpec.Builder.setItems(int index, Spec.ProtoItem.Builder builderForValue) / A collection of items that come under this stepSpec.ProtoScenarioResult.Builder.setProtoItem(Spec.ProtoItem.Builder builderForValue) / Collection of scenarios in scenario execution result.Spec.ProtoStepResult.Builder.setProtoItem(Spec.ProtoItem.Builder builderForValue) / Collection of steps in step execution result.Messages.SuiteExecutionResultItem.Builder.setResultItem(Spec.ProtoItem.Builder builderForValue) .gauge.messages.ProtoItem resultItem = 1;Spec.ProtoScenario.Builder.setScenarioItems(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Items under a scenario.Spec.ProtoConcept.Builder.setSteps(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Steps in the given concepts.Spec.ProtoScenario.Builder.setTearDownSteps(int index, Spec.ProtoItem.Builder builderForValue) / Collection of Teardown steps.