Package com.pulumi.automation
Class ProjectPlugins
- java.lang.Object
-
- com.pulumi.automation.ProjectPlugins
-
public class ProjectPlugins extends java.lang.ObjectA set of plugins configured for a Pulumi project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProjectPlugins.BuilderBuilder forProjectPlugins.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProjectPluginOptions>analyzers()The analyzer plugins to configure for the project.static ProjectPlugins.Builderbuilder()Returns a new builder forProjectPlugins.booleanequals(java.lang.Object o)inthashCode()java.util.List<ProjectPluginOptions>languages()The language plugins to configure for the project.java.util.List<ProjectPluginOptions>providers()The provider plugins to configure for the project.ProjectPlugins.BuildertoBuilder()Creates a newProjectPlugins.Builderinitialized with the values from this instance.
-
-
-
Method Detail
-
builder
public static ProjectPlugins.Builder builder()
Returns a new builder forProjectPlugins.- Returns:
- the builder
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toBuilder
public ProjectPlugins.Builder toBuilder()
Creates a newProjectPlugins.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectPlugins.Builderwith values copied from this instance
-
-