Class ProjectPlugins.Builder

    • Method Detail

      • providers

        public ProjectPlugins.Builder providers​(java.util.List<ProjectPluginOptions> providers)
        The provider plugins to configure for the project.
        Parameters:
        providers - the providers to configure for the project
        Returns:
        the builder
      • languages

        public ProjectPlugins.Builder languages​(java.util.List<ProjectPluginOptions> languages)
        The language plugins to configure for the project.
        Parameters:
        languages - the languages to configure for the project
        Returns:
        the builder
      • analyzers

        public ProjectPlugins.Builder analyzers​(java.util.List<ProjectPluginOptions> analyzers)
        The analyzer plugins to configure for the project.
        Parameters:
        analyzers - the analyzers to configure for the project
        Returns:
        the builder