Class TransformExecutionFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.TransformExecutionFinished_1_0
com.gradle.scan.eventmodel.gradle.TransformExecutionFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="8.3")
@PluginVersion(since="3.17")
public class TransformExecutionFinished_1_1
extends TransformExecutionFinished_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @com.gradle.nullability.Nullable("when originBuildInvocationId is null or Gradle < 8.7") byte[]
Build cache key of the transform execution that produced the outputs being reused.Fields inherited from class com.gradle.scan.eventmodel.gradle.TransformExecutionFinished_1_0
cachingDisabledExplanation, cachingDisabledReasonCategory, executionReasons, failureId, id, originBuildInvocationId, originExecutionTime, outcome
-
Constructor Summary
ConstructorsConstructorDescriptionTransformExecutionFinished_1_1
(long id, @Nullable Long failureId, TransformExecutionOutcome_1 outcome, @Nullable List<String> executionReasons, @Nullable String cachingDisabledReasonCategory, @Nullable String cachingDisabledExplanation, @Nullable String originBuildInvocationId, @com.gradle.nullability.Nullable byte[] originBuildCacheKey, @Nullable Long originExecutionTime) -
Method Summary
-
Field Details
-
originBuildCacheKey
@Nullable("when originBuildInvocationId is null or Gradle < 8.7") public final @com.gradle.nullability.Nullable("when originBuildInvocationId is null or Gradle < 8.7") byte[] originBuildCacheKeyBuild cache key of the transform execution that produced the outputs being reused.
-
-
Constructor Details
-
TransformExecutionFinished_1_1
public TransformExecutionFinished_1_1(long id, @Nullable @Nullable Long failureId, TransformExecutionOutcome_1 outcome, @Nullable @Nullable List<String> executionReasons, @Nullable @Nullable String cachingDisabledReasonCategory, @Nullable @Nullable String cachingDisabledExplanation, @Nullable @Nullable String originBuildInvocationId, @Nullable @com.gradle.nullability.Nullable byte[] originBuildCacheKey, @Nullable @Nullable Long originExecutionTime)
-
-
Method Details
-
equals
- Overrides:
equals
in classTransformExecutionFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTransformExecutionFinished_1_0
-
toString
- Overrides:
toString
in classTransformExecutionFinished_1_0
-