Class ConfigurationResolutionStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.ConfigurationResolutionStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
ConfigurationResolutionStarted_1_1
@GradleVersion(since="2.0")
@PluginVersion(since="1.0",
until="1.10")
public class ConfigurationResolutionStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData that is published when resolution of a configuration's dependencies has started.
Zero or more ConfigurationResolutionStarted_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe configuration name.final @Nullable StringThe configuration description.final longThe unique id, based on project and configuration.final @Nullable("When script classpath with no project") StringThe fully qualified name of the project that the configuration belongs to.final booleanWhether the configuration is transitive.final booleanWhether the configuration is visible outside of the project it belongs to. -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResolutionStarted_1_0(long id, @Nullable String projectPath, String configurationName, @Nullable String description, boolean visible, boolean transitive) -
Method Summary
-
Field Details
-
id
public final long idThe unique id, based on project and configuration. -
projectPath
@Nullable("When script classpath with no project") public final @Nullable("When script classpath with no project") String projectPathThe fully qualified name of the project that the configuration belongs to. -
configurationName
The configuration name. -
description
The configuration description. -
visible
public final boolean visibleWhether the configuration is visible outside of the project it belongs to. -
transitive
public final boolean transitiveWhether the configuration is transitive.
-
-
Constructor Details
-
ConfigurationResolutionStarted_1_0
-
-
Method Details