Class ProjectPlugins


  • public class ProjectPlugins
    extends java.lang.Object
    A set of plugins configured for a Pulumi project.
    • Method Detail

      • providers

        public java.util.List<ProjectPluginOptions> providers()
        The provider plugins to configure for the project.
        Returns:
        the provider plugins to configure for the project
      • languages

        public java.util.List<ProjectPluginOptions> languages()
        The language plugins to configure for the project.
        Returns:
        the language plugins to configure for the project
      • analyzers

        public java.util.List<ProjectPluginOptions> analyzers()
        The analyzer plugins to configure for the project.
        Returns:
        the analyzer plugins to configure for the project
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object