Class TransformExecutionRequest_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionRequest_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.3")
@PluginVersion(since="3.16")
public class TransformExecutionRequest_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Indicates that an artifact transform execution request occurred on a given node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the potential transform execution triggered by this request.final longThe ID of the transform identification being requested.final longThe ID of the parent node of this transform execution request. -
Constructor Summary
ConstructorsConstructorDescriptionTransformExecutionRequest_1_0(long nodeId, long identificationId, long executionId) -
Method Summary
-
Field Details
-
nodeId
public final long nodeIdThe ID of the parent node of this transform execution request. ReferencesPlannedTransformStepIdentity_1_0.idorTaskIdentity_1_0.id. -
identificationId
public final long identificationIdThe ID of the transform identification being requested. ReferencesTransformIdentification_1_0.id. -
executionId
public final long executionIdThe ID of the potential transform execution triggered by this request. Referenced byTransformExecutionStarted_1_0.idandTransformExecutionSkipped_1_0.id. For Gradle invalid input: '<' 8.7 and plugin invalid input: '<' 3.17, it is possible that noTransformExecutionStarted_1_0.idmatch is found in the given build, which means that the request was fulfilled by reusing an execution coming from a previous build, which was not captured by the Gradle/plugin combination
-
-
Constructor Details
-
TransformExecutionRequest_1_0
public TransformExecutionRequest_1_0(long nodeId, long identificationId, long executionId)
-
-
Method Details