Class ConfigurationIdentity_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.artifacttransforms.ConfigurationIdentity_1_0

@GradleVersion(since="8.1") @PluginVersion(since="3.13") public class ConfigurationIdentity_1_0 extends Object
The configuration that contains transitive dependencies of the input artifact.
  • Field Details

    • buildPath

      public final String buildPath
      The path of the build that the configuration belongs to.
    • projectPath

      @Nullable public final @Nullable String projectPath
      The path of the project that the configuration belongs to.
    • name

      public final String name
      The name of the configuration.
  • Constructor Details

    • ConfigurationIdentity_1_0

      public ConfigurationIdentity_1_0(String buildPath, @Nullable @Nullable String projectPath, String name)
  • Method Details