Interface CrossNodesCommunication.InvalidateLatestResultSummarySingleEntryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPlanResultKey()
      string planResultKey = 1;
      com.google.protobuf.ByteString getPlanResultKeyBytes()
      string planResultKey = 1;
      boolean getResetAverageBuildDuration()
      bool resetAverageBuildDuration = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPlanResultKey

        String getPlanResultKey()
        string planResultKey = 1;
        Returns:
        The planResultKey.
      • getPlanResultKeyBytes

        com.google.protobuf.ByteString getPlanResultKeyBytes()
        string planResultKey = 1;
        Returns:
        The bytes for planResultKey.
      • getResetAverageBuildDuration

        boolean getResetAverageBuildDuration()
        bool resetAverageBuildDuration = 2;
        Returns:
        The resetAverageBuildDuration.