Class ConfigurationCacheLoadFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationCacheLoadFinished_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationCacheLoadFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="7.5")
@PluginVersion(since="3.17")
public class ConfigurationCacheLoadFinished_1_1
extends ConfigurationCacheLoadFinished_1_0
An
EventData that is published when Gradle's configuration cache
finishes loading a configuration cache entry.
Zero or one ConfigurationCacheLoadFinished_1_1 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when loading the configuration cache entry was successful") Longfinal @Nullable("when the configuration cache loading result is not captured or loading failed") ConfigurationCacheLoadResult_1_0 -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationCacheLoadFinished_1_1(@Nullable ConfigurationCacheLoadResult_1_0 result, @Nullable Long failureId) -
Method Summary
-
Field Details
-
result
@Nullable("when the configuration cache loading result is not captured or loading failed") public final @Nullable("when the configuration cache loading result is not captured or loading failed") ConfigurationCacheLoadResult_1_0 result -
failureId
@Nullable("when loading the configuration cache entry was successful") public final @Nullable("when loading the configuration cache entry was successful") Long failureId
-
-
Constructor Details
-
ConfigurationCacheLoadFinished_1_1
public ConfigurationCacheLoadFinished_1_1(@Nullable @Nullable ConfigurationCacheLoadResult_1_0 result, @Nullable @Nullable Long failureId)
-
-
Method Details
-
equals
- Overrides:
equalsin classConfigurationCacheLoadFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigurationCacheLoadFinished_1_0
-
toString
- Overrides:
toStringin classConfigurationCacheLoadFinished_1_0
-