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
Modifier and TypeFieldDescriptionfinal long
The ID of the target's configuration, linking toBzlConfiguration_1_0.id
.final long
The ID of the target.final @Nullable String
What kind of target this is, e.g.final int
-
Constructor Summary
ConstructorDescriptionBzlTargetConfigured_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