Uses of Class
com.perfecto.reportium.model.CustomField
-
Packages that use CustomField Package Description com.perfecto.reportium.model com.perfecto.reportium.model.util com.perfecto.reportium.test -
-
Uses of CustomField in com.perfecto.reportium.model
Methods in com.perfecto.reportium.model that return types with arguments of type CustomField Modifier and Type Method Description Set<CustomField>BaseExecutionContext. getCustomFields()Methods in com.perfecto.reportium.model with parameters of type CustomField Modifier and Type Method Description TBaseExecutionContext.Builder. withCustomFields(CustomField... customFields)Method parameters in com.perfecto.reportium.model with type arguments of type CustomField Modifier and Type Method Description TBaseExecutionContext.Builder. withCustomFields(Collection<CustomField> customFields) -
Uses of CustomField in com.perfecto.reportium.model.util
Methods in com.perfecto.reportium.model.util that return types with arguments of type CustomField Modifier and Type Method Description static Set<CustomField>ExecutionContextPopulator. populateMissingCustomFieldsPropertiesFromEnvVariables(Set<CustomField> src)Returns a new Set<CustomField> with both properties as the given source and processed values from a set of predefined environment variables.Method parameters in com.perfecto.reportium.model.util with type arguments of type CustomField Modifier and Type Method Description static Set<CustomField>ExecutionContextPopulator. populateMissingCustomFieldsPropertiesFromEnvVariables(Set<CustomField> src)Returns a new Set<CustomField> with both properties as the given source and processed values from a set of predefined environment variables. -
Uses of CustomField in com.perfecto.reportium.test
Methods in com.perfecto.reportium.test that return types with arguments of type CustomField Modifier and Type Method Description Set<CustomField>TestContext. getCustomFields()Methods in com.perfecto.reportium.test with parameters of type CustomField Modifier and Type Method Description TTestContext.Builder. withCustomFields(CustomField... customFields)Method parameters in com.perfecto.reportium.test with type arguments of type CustomField Modifier and Type Method Description TTestContext.Builder. withCustomFields(Collection<CustomField> customFields)
-