Applies the f function on a generated com.codacy.plugins.runners.DockerConfig based on a set of parameters
Applies the f function on a generated com.codacy.plugins.runners.DockerConfig based on a set of parameters
the specification for the tool to be run
the path to the directory which contains the source code to be analysed
the list of files to be analysed (relative to rootPath)
the configuration for the plugin
the timeout for the execution of the analysis
a directory where configurations for the tool can be written to. If None is provided a random directory will be created
function to be applied on the generated configuration
the f function result
Generates a com.codacy.plugins.runners.DockerConfig based on a set of parameters
Generates a com.codacy.plugins.runners.DockerConfig based on a set of parameters
the specification for the tool to be run
the path to the directory which contains the source code to be analysed
the list of files to be analysed (relative to rootPath)
the configuration for the plugin
the timeout for the execution of the analysis
a directory where configurations for the tool can be written to. If None is provided a random directory will be created
the configuration to run the tool with
(Since version 8.3.2) Use usingDockerConfig instead