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
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.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.
-
-