Uses of Class
com.blackduck.integration.polaris.common.cli.model.CommonToolInfo
-
Packages that use CommonToolInfo Package Description com.blackduck.integration.polaris.common.cli.model com.blackduck.integration.polaris.common.cli.model.json.parser -
-
Uses of CommonToolInfo in com.blackduck.integration.polaris.common.cli.model
Methods in com.blackduck.integration.polaris.common.cli.model that return types with arguments of type CommonToolInfo Modifier and Type Method Description List<CommonToolInfo>
CliCommonResponseModel. getTools()
Method parameters in com.blackduck.integration.polaris.common.cli.model with type arguments of type CommonToolInfo Modifier and Type Method Description void
CliCommonResponseModel. setTools(List<CommonToolInfo> tools)
-
Uses of CommonToolInfo in com.blackduck.integration.polaris.common.cli.model.json.parser
Methods in com.blackduck.integration.polaris.common.cli.model.json.parser that return CommonToolInfo Modifier and Type Method Description protected CommonToolInfo
CliScanParser. createCommonToolInfo(ToolInfoV1 toolInfoV1)
-