Class ConfigurationResolutionStarted_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ConfigurationResolutionStarted_1_2
@GradleVersion(since="2.0")
@PluginVersion(since="1.11",
until="1.15")
public class ConfigurationResolutionStarted_1_1
extends ConfigurationResolutionStarted_1_0
An
EventData that is published when resolution of a configuration's dependencies has started.
Zero or more ConfigurationResolutionStarted_1_1 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when scriptApplicationId is not null") StringThe build path that the configuration belongs to.Fields inherited from class com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
configurationName, description, id, projectPath, transitive, visible -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionStarted_1_1(long id, @Nullable String buildPath, @Nullable String projectPath, String configurationName, @Nullable String description, boolean visible, boolean transitive) -
Method Summary
-
Field Details
-
buildPath
@Nullable("when scriptApplicationId is not null") public final @Nullable("when scriptApplicationId is not null") String buildPathThe build path that the configuration belongs to.
-
-
Constructor Details
-
ConfigurationResolutionStarted_1_1
-
-
Method Details
-
equals
- Overrides:
equalsin classConfigurationResolutionStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classConfigurationResolutionStarted_1_0
-
toString
- Overrides:
toStringin classConfigurationResolutionStarted_1_0
-