Uses of Class
com.blackduck.integration.polaris.common.cli.model.CommonProjectInfo
-
Packages that use CommonProjectInfo Package Description com.blackduck.integration.polaris.common.cli.model com.blackduck.integration.polaris.common.cli.model.json.parser -
-
Uses of CommonProjectInfo in com.blackduck.integration.polaris.common.cli.model
Methods in com.blackduck.integration.polaris.common.cli.model that return CommonProjectInfo Modifier and Type Method Description CommonProjectInfo
CliCommonResponseModel. getProjectInfo()
Methods in com.blackduck.integration.polaris.common.cli.model with parameters of type CommonProjectInfo Modifier and Type Method Description void
CliCommonResponseModel. setProjectInfo(CommonProjectInfo projectInfo)
-
Uses of CommonProjectInfo in com.blackduck.integration.polaris.common.cli.model.json.parser
Method parameters in com.blackduck.integration.polaris.common.cli.model.json.parser with type arguments of type CommonProjectInfo Modifier and Type Method Description protected void
CliScanParser. populateProjectInfo(ProjectInfoV1 projectInfoV1, Consumer<CommonProjectInfo> consumer)
-