Class PlannedTransformStepIdentity_1_0

  • All Implemented Interfaces:
    com.gradle.scan.eventmodel.EventData

    @GradleVersion(since="8.1")
    @PluginVersion(since="3.13")
    public class PlannedTransformStepIdentity_1_0
    extends Object
    implements com.gradle.scan.eventmodel.EventData
    A planned artifact transform identity.
    • Field Detail

      • id

        public final long id
        The unique id of the planned transform step.
      • consumerBuildPath

        public final String consumerBuildPath
        The path of the build this planned transform step belongs to (i.e. consumer build).
      • consumerProjectPath

        public final String consumerProjectPath
        The path of the project this planned transform step belongs to (i.e. consumer project).
      • artifactName

        public final String artifactName
        Name of the artifact that the transform is applied to.
      • dependenciesConfigurationIdentity

        @Nullable("when the artifact transform implementation does not use input artifact dependencies.")
        public final @Nullable("when the artifact transform implementation does not use input artifact dependencies.") ConfigurationIdentity_1_0 dependenciesConfigurationIdentity
        The configuration that contains transitive dependencies of the input artifact.
    • Constructor Detail

      • PlannedTransformStepIdentity_1_0

        public PlannedTransformStepIdentity_1_0​(long id,
                                                String consumerBuildPath,
                                                String consumerProjectPath,
                                                int componentIdentity,
                                                String artifactName,
                                                List<Integer> sourceAttributes,
                                                @Nullable
                                                @Nullable ConfigurationIdentity_1_0 dependenciesConfigurationIdentity)