Class ConfigurationResolutionStarted_1_4
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_1
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_2
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_3
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_4
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="5.0")
@PluginVersion(since="3.19")
public class ConfigurationResolutionStarted_1_4
extends ConfigurationResolutionStarted_1_3
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable ConfigurationParentRef_1_0
The parent event reference that this event is nested in.Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_3
scriptApplicationId, scriptlessProjectBuildScript
Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_2
repositoryIds
Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_1
buildPath
Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
configurationName, description, id, projectPath, transitive, visible
-
Constructor Summary
ConstructorDescriptionConfigurationResolutionStarted_1_4
(long id, @Nullable String buildPath, @Nullable String projectPath, String configurationName, @Nullable String description, boolean visible, boolean transitive, List<Long> repositoryIds, @Nullable Long scriptApplicationId, boolean scriptlessProjectBuildScript, @Nullable ConfigurationParentRef_1_0 parent) -
Method Summary
-
Field Details
-
parent
The parent event reference that this event is nested in. Null when the operation has no configuration parent.
-
-
Constructor Details
-
ConfigurationResolutionStarted_1_4
public ConfigurationResolutionStarted_1_4(long id, @Nullable @Nullable String buildPath, @Nullable @Nullable String projectPath, String configurationName, @Nullable @Nullable String description, boolean visible, boolean transitive, List<Long> repositoryIds, @Nullable @Nullable Long scriptApplicationId, boolean scriptlessProjectBuildScript, @Nullable @Nullable ConfigurationParentRef_1_0 parent)
-
-
Method Details
-
equals
- Overrides:
equals
in classConfigurationResolutionStarted_1_3
-
hashCode
public int hashCode()- Overrides:
hashCode
in classConfigurationResolutionStarted_1_3
-
toString
- Overrides:
toString
in classConfigurationResolutionStarted_1_3
-