Uses of Interface
org.sonar.plugins.javascript.nodejs.NodeCommandBuilder
-
Packages that use NodeCommandBuilder Package Description org.sonar.plugins.javascript.eslint org.sonar.plugins.javascript.nodejs -
-
Uses of NodeCommandBuilder in org.sonar.plugins.javascript.eslint
Constructors in org.sonar.plugins.javascript.eslint with parameters of type NodeCommandBuilder Constructor Description EslintBridgeServerImpl(NodeCommandBuilder nodeCommandBuilder, org.sonar.plugins.javascript.eslint.Bundle bundle, RulesBundles rulesBundles, NodeDeprecationWarning deprecationWarning, org.sonar.api.utils.TempFolder tempFolder, Monitoring monitoring)
-
Uses of NodeCommandBuilder in org.sonar.plugins.javascript.nodejs
Classes in org.sonar.plugins.javascript.nodejs that implement NodeCommandBuilder Modifier and Type Class Description class
NodeCommandBuilderImpl
Methods in org.sonar.plugins.javascript.nodejs that return NodeCommandBuilder Modifier and Type Method Description static NodeCommandBuilder
NodeCommand. builder()
NodeCommandBuilder
NodeCommandBuilder. configuration(org.sonar.api.config.Configuration configuration)
NodeCommandBuilder
NodeCommandBuilderImpl. configuration(org.sonar.api.config.Configuration configuration)
NodeCommandBuilder
NodeCommandBuilder. env(Map<String,String> env)
NodeCommandBuilder
NodeCommandBuilderImpl. env(Map<String,String> env)
NodeCommandBuilder
NodeCommandBuilder. errorConsumer(Consumer<String> consumer)
NodeCommandBuilder
NodeCommandBuilderImpl. errorConsumer(Consumer<String> consumer)
NodeCommandBuilder
NodeCommandBuilder. maxOldSpaceSize(int maxOldSpaceSize)
NodeCommandBuilder
NodeCommandBuilderImpl. maxOldSpaceSize(int maxOldSpaceSize)
NodeCommandBuilder
NodeCommandBuilder. minNodeVersion(org.sonar.api.utils.Version minNodeVersion)
NodeCommandBuilder
NodeCommandBuilderImpl. minNodeVersion(org.sonar.api.utils.Version minNodeVersion)
NodeCommandBuilder
NodeCommandBuilder. nodeJsArgs(String... nodeJsArgs)
NodeCommandBuilder
NodeCommandBuilderImpl. nodeJsArgs(String... nodeJsArgs)
NodeCommandBuilder
NodeCommandBuilder. outputConsumer(Consumer<String> consumer)
NodeCommandBuilder
NodeCommandBuilderImpl. outputConsumer(Consumer<String> consumer)
NodeCommandBuilder
NodeCommandBuilder. pathResolver(BundlePathResolver pathResolver)
NodeCommandBuilder
NodeCommandBuilderImpl. pathResolver(BundlePathResolver pathResolver)
NodeCommandBuilder
NodeCommandBuilder. script(String scriptFilename)
NodeCommandBuilder
NodeCommandBuilderImpl. script(String scriptFilename)
NodeCommandBuilder
NodeCommandBuilder. scriptArgs(String... args)
NodeCommandBuilder
NodeCommandBuilderImpl. scriptArgs(String... args)
-