Interface BuildEventStreamProtos.BuildEventOrBuilder

    • Method Detail

      • hasId

        boolean hasId()
        .build_event_stream.BuildEventId id = 1;
        Returns:
        Whether the id field is set.
      • getChildrenCount

        int getChildrenCount()
        repeated .build_event_stream.BuildEventId children = 2;
      • getLastMessage

        boolean getLastMessage()
        bool last_message = 20;
        Returns:
        The lastMessage.
      • hasProgress

        boolean hasProgress()
        .build_event_stream.Progress progress = 3;
        Returns:
        Whether the progress field is set.
      • hasAborted

        boolean hasAborted()
        .build_event_stream.Aborted aborted = 4;
        Returns:
        Whether the aborted field is set.
      • hasStarted

        boolean hasStarted()
        .build_event_stream.BuildStarted started = 5;
        Returns:
        Whether the started field is set.
      • hasUnstructuredCommandLine

        boolean hasUnstructuredCommandLine()
        .build_event_stream.UnstructuredCommandLine unstructured_command_line = 12;
        Returns:
        Whether the unstructuredCommandLine field is set.
      • hasStructuredCommandLine

        boolean hasStructuredCommandLine()
        .command_line.CommandLine structured_command_line = 22;
        Returns:
        Whether the structuredCommandLine field is set.
      • getStructuredCommandLine

        CommandLineOuterClass.CommandLine getStructuredCommandLine()
        .command_line.CommandLine structured_command_line = 22;
        Returns:
        The structuredCommandLine.
      • hasOptionsParsed

        boolean hasOptionsParsed()
        .build_event_stream.OptionsParsed options_parsed = 13;
        Returns:
        Whether the optionsParsed field is set.
      • hasWorkspaceStatus

        boolean hasWorkspaceStatus()
        .build_event_stream.WorkspaceStatus workspace_status = 16;
        Returns:
        Whether the workspaceStatus field is set.
      • hasFetch

        boolean hasFetch()
        .build_event_stream.Fetch fetch = 21;
        Returns:
        Whether the fetch field is set.
      • hasConfiguration

        boolean hasConfiguration()
        .build_event_stream.Configuration configuration = 17;
        Returns:
        Whether the configuration field is set.
      • hasExpanded

        boolean hasExpanded()
        .build_event_stream.PatternExpanded expanded = 6;
        Returns:
        Whether the expanded field is set.
      • hasConfigured

        boolean hasConfigured()
        .build_event_stream.TargetConfigured configured = 18;
        Returns:
        Whether the configured field is set.
      • hasAction

        boolean hasAction()
        .build_event_stream.ActionExecuted action = 7;
        Returns:
        Whether the action field is set.
      • hasNamedSetOfFiles

        boolean hasNamedSetOfFiles()
        .build_event_stream.NamedSetOfFiles named_set_of_files = 15;
        Returns:
        Whether the namedSetOfFiles field is set.
      • hasCompleted

        boolean hasCompleted()
        .build_event_stream.TargetComplete completed = 8;
        Returns:
        Whether the completed field is set.
      • hasTestResult

        boolean hasTestResult()
        .build_event_stream.TestResult test_result = 10;
        Returns:
        Whether the testResult field is set.
      • hasTestSummary

        boolean hasTestSummary()
        .build_event_stream.TestSummary test_summary = 9;
        Returns:
        Whether the testSummary field is set.
      • hasTargetSummary

        boolean hasTargetSummary()
        .build_event_stream.TargetSummary target_summary = 28;
        Returns:
        Whether the targetSummary field is set.
      • hasFinished

        boolean hasFinished()
        .build_event_stream.BuildFinished finished = 14;
        Returns:
        Whether the finished field is set.
      • hasBuildToolLogs

        boolean hasBuildToolLogs()
        .build_event_stream.BuildToolLogs build_tool_logs = 23;
        Returns:
        Whether the buildToolLogs field is set.
      • hasBuildMetrics

        boolean hasBuildMetrics()
        .build_event_stream.BuildMetrics build_metrics = 24;
        Returns:
        Whether the buildMetrics field is set.
      • hasWorkspaceInfo

        boolean hasWorkspaceInfo()
        .build_event_stream.WorkspaceConfig workspace_info = 25;
        Returns:
        Whether the workspaceInfo field is set.
      • hasBuildMetadata

        boolean hasBuildMetadata()
        .build_event_stream.BuildMetadata build_metadata = 26;
        Returns:
        Whether the buildMetadata field is set.
      • hasConvenienceSymlinksIdentified

        boolean hasConvenienceSymlinksIdentified()
        .build_event_stream.ConvenienceSymlinksIdentified convenience_symlinks_identified = 27;
        Returns:
        Whether the convenienceSymlinksIdentified field is set.