Class PlannedTransformStepIdentity_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.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 Summary
Modifier and TypeFieldDescriptionfinal String
Name of the artifact that the transform is applied to.final int
Index of the identity of the component of the result of the planned transform step.final String
The path of the build this planned transform step belongs to (i.e.final String
The path of the project this planned transform step belongs to (i.e.final @Nullable("when the artifact transform implementation does not use input artifact dependencies.") ConfigurationIdentity_1_0
The configuration that contains transitive dependencies of the input artifact.final long
The unique id of the planned transform step.Indexes of all the attributes of the artifact being transformed, before transformation. -
Constructor Summary
ConstructorDescriptionPlannedTransformStepIdentity_1_0
(long id, String consumerBuildPath, String consumerProjectPath, int componentIdentity, String artifactName, List<Integer> sourceAttributes, @Nullable ConfigurationIdentity_1_0 dependenciesConfigurationIdentity) -
Method Summary
-
Field Details
-
id
public final long idThe unique id of the planned transform step. -
consumerBuildPath
The path of the build this planned transform step belongs to (i.e. consumer build). -
consumerProjectPath
The path of the project this planned transform step belongs to (i.e. consumer project). -
componentIdentity
public final int componentIdentityIndex of the identity of the component of the result of the planned transform step. ReferencesConfigurationResolutionData_2_0.identities
. -
artifactName
Name of the artifact that the transform is applied to. -
sourceAttributes
Indexes of all the attributes of the artifact being transformed, before transformation. ReferencesConfigurationResolutionData_2_0.attributes
. -
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 dependenciesConfigurationIdentityThe configuration that contains transitive dependencies of the input artifact.
-
-
Constructor Details
-
PlannedTransformStepIdentity_1_0
-
-
Method Details