Uses of Class
com.perfecto.reportium.model.Project
-
Packages that use Project Package Description com.perfecto.reportium.model com.perfecto.reportium.model.util -
-
Uses of Project in com.perfecto.reportium.model
Methods in com.perfecto.reportium.model that return Project Modifier and Type Method Description ProjectBaseExecutionContext. getProject()Methods in com.perfecto.reportium.model with parameters of type Project Modifier and Type Method Description TBaseExecutionContext.Builder. withProject(Project project) -
Uses of Project in com.perfecto.reportium.model.util
Methods in com.perfecto.reportium.model.util that return Project Modifier and Type Method Description static ProjectExecutionContextPopulator. populateMissingProjectPropertiesFromEnvVariables(Project src)Returns a newProjectwith the same properties as the given source.Methods in com.perfecto.reportium.model.util with parameters of type Project Modifier and Type Method Description static ProjectExecutionContextPopulator. populateMissingProjectPropertiesFromEnvVariables(Project src)Returns a newProjectwith the same properties as the given source.
-