Class BzlTargetConfigured_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.target.BzlTargetConfigured_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0")
public class BzlTargetConfigured_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
An
EventData indicating that a target has been configured.
Zero or more BzlTargetConfigured_1_0 events may be published.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe ID of the target's configuration, linking toBzlConfiguration_1_0.id.final longThe ID of the target.final @Nullable StringWhat kind of target this is, e.g.final int -
Constructor Summary
ConstructorsConstructorDescriptionBzlTargetConfigured_1_0(long id, @Nullable String targetKind, long configurationId, int testSize, List<String> tags) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the target. -
configurationId
public final long configurationIdThe ID of the target's configuration, linking toBzlConfiguration_1_0.id. -
targetKind
What kind of target this is, e.g. a java library. -
testSize
public final int testSize -
tags
-
-
Constructor Details
-
BzlTargetConfigured_1_0
-
-
Method Details