Package com.atlassian.bamboo.grpc
Interface CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntry
,CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntry.Builder
- Enclosing class:
- CrossNodesCommunication
public static interface CrossNodesCommunication.InvalidateBuildNumbersRangeSingleEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getBuildNumber()
int32 buildNumber = 2;
String
getPlanKey()
string planKey = 1;
com.google.protobuf.ByteString
getPlanKeyBytes()
string planKey = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPlanKey
String getPlanKey()
string planKey = 1;
- Returns:
- The planKey.
-
getPlanKeyBytes
com.google.protobuf.ByteString getPlanKeyBytes()
string planKey = 1;
- Returns:
- The bytes for planKey.
-
getBuildNumber
int getBuildNumber()
int32 buildNumber = 2;
- Returns:
- The buildNumber.
-
-