Uses of Class
net.thucydides.model.requirements.model.CustomFieldValue
Packages that use CustomFieldValue
-
Uses of CustomFieldValue in net.thucydides.model.requirements.model
Methods in net.thucydides.model.requirements.model that return CustomFieldValueMethods in net.thucydides.model.requirements.model that return types with arguments of type CustomFieldValueModifier and TypeMethodDescriptionRequirement.getCustomField(String fieldName) Requirement.getCustomFieldValues()Method parameters in net.thucydides.model.requirements.model with type arguments of type CustomFieldValueModifier and TypeMethodDescriptionRequirement.withCustomFields(List<CustomFieldValue> customFields) Constructors in net.thucydides.model.requirements.model with parameters of type CustomFieldValueModifierConstructorDescriptionprotectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, String path, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions, List<CustomFieldValue> customFields) protectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, String path, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions, List<CustomFieldValue> customFields, String featureFileName) protectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, String path, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions, List<CustomFieldValue> customFields, String featureFileName, List<TestTag> tags, Map<String, Collection<TestTag>> scenarioTags, boolean containsNoScenarios, FeatureBackgroundNarrative background) protectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, CustomFieldValue narrative) protectedRequirement(String name, String id, String displayName, String cardNumber, String parent, String type, CustomFieldValue narrative, List<Requirement> children, List<Example> examples, List<String> releaseVersions)