Package com.pulumi.automation
Class ProjectPlugins
java.lang.Object
com.pulumi.automation.ProjectPlugins
A set of plugins configured for a Pulumi project.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe analyzer plugins to configure for the project.static ProjectPlugins.Builderbuilder()Returns a new builder forProjectPlugins.booleaninthashCode()The language plugins to configure for the project.The provider plugins to configure for the project.Creates a newProjectPlugins.Builderinitialized with the values from this instance.
-
Method Details
-
builder
Returns a new builder forProjectPlugins.- Returns:
- the builder
-
providers
The provider plugins to configure for the project.- Returns:
- the provider plugins to configure for the project
-
languages
The language plugins to configure for the project.- Returns:
- the language plugins to configure for the project
-
analyzers
The analyzer plugins to configure for the project.- Returns:
- the analyzer plugins to configure for the project
-
equals
-
hashCode
public int hashCode() -
toBuilder
Creates a newProjectPlugins.Builderinitialized with the values from this instance.- Returns:
- a new
ProjectPlugins.Builderwith values copied from this instance
-