Package com.atlassian.bamboo.grpc
Interface CrossNodesCommunication.InvalidateLatestResultSummarySingleEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrossNodesCommunication.InvalidateLatestResultSummarySingleEntry,CrossNodesCommunication.InvalidateLatestResultSummarySingleEntry.Builder
- Enclosing class:
CrossNodesCommunication
public static interface CrossNodesCommunication.InvalidateLatestResultSummarySingleEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring planResultKey = 1;com.google.protobuf.ByteStringstring planResultKey = 1;booleanbool resetAverageBuildDuration = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-