Class ProductDependencyIntrospectionPlugin

java.lang.Object
com.palantir.gradle.dist.ProductDependencyIntrospectionPlugin
All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>

public abstract class ProductDependencyIntrospectionPlugin extends Object implements org.gradle.api.Plugin<org.gradle.api.Project>
  • Constructor Details

    • ProductDependencyIntrospectionPlugin

      public ProductDependencyIntrospectionPlugin()
  • Method Details

    • getProviderFactory

      @Inject protected abstract org.gradle.api.provider.ProviderFactory getProviderFactory()
    • apply

      public final void apply(org.gradle.api.Project project)
      Specified by:
      apply in interface org.gradle.api.Plugin<org.gradle.api.Project>
    • getInRepoProductIds

      public static Map<ProductId,org.gradle.api.Project> getInRepoProductIds(org.gradle.api.Project rootProject)