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