Class LoadBuildStarted_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.LoadBuildStarted_1_0
com.gradle.scan.eventmodel.gradle.LoadBuildStarted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@GradleVersion(since="4.10")
@PluginVersion(since="1.16")
public class LoadBuildStarted_1_1
extends LoadBuildStarted_1_0
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the build is the root build") StringThe path of the build that caused this build to be included.Fields inherited from class com.gradle.scan.eventmodel.gradle.LoadBuildStarted_1_0
buildPath, id -
Constructor Summary
ConstructorsConstructorDescriptionLoadBuildStarted_1_1(long id, String buildPath, @Nullable String includedBy) -
Method Summary
-
Field Details
-
includedBy
@Nullable("when the build is the root build") @GradleVersion(since="4.10") public final @Nullable("when the build is the root build") String includedByThe path of the build that caused this build to be included.For buildSrc builds, will be the build that contains the buildSrc build.
For included builds of a composite, will be the build that declared the inclusion.
-
-
Constructor Details
-
LoadBuildStarted_1_1
-
-
Method Details
-
equals
- Overrides:
equalsin classLoadBuildStarted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classLoadBuildStarted_1_0
-
toString
- Overrides:
toStringin classLoadBuildStarted_1_0
-