Class 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 Detail

      • id

        public final long id
        The ID of the target.
      • configurationId

        public final long configurationId
        The ID of the target's configuration, linking to BzlConfiguration_1_0.id.
      • targetKind

        @Nullable
        public final @Nullable String targetKind
        What kind of target this is, e.g. a java library.
      • testSize

        public final int testSize
    • Constructor Detail

      • BzlTargetConfigured_1_0

        public BzlTargetConfigured_1_0​(long id,
                                       @Nullable
                                       @Nullable String targetKind,
                                       long configurationId,
                                       int testSize,
                                       List<String> tags)