Package io.cucumber.messages
Interface Messages.Meta.CI.GitOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.Meta.CI.Git,Messages.Meta.CI.Git.Builder
- Enclosing class:
- Messages.Meta.CI
public static interface Messages.Meta.CI.GitOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBranch()string branch = 3;com.google.protobuf.ByteStringgetBranchBytes()string branch = 3;StringgetRemote()string remote = 1;com.google.protobuf.ByteStringgetRemoteBytes()string remote = 1;StringgetRevision()string revision = 2;com.google.protobuf.ByteStringgetRevisionBytes()string revision = 2;StringgetTag()string tag = 4;com.google.protobuf.ByteStringgetTagBytes()string tag = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRemote
String getRemote()
string remote = 1;
-
getRemoteBytes
com.google.protobuf.ByteString getRemoteBytes()
string remote = 1;
-
getRevision
String getRevision()
string revision = 2;
-
getRevisionBytes
com.google.protobuf.ByteString getRevisionBytes()
string revision = 2;
-
getBranch
String getBranch()
string branch = 3;
-
getBranchBytes
com.google.protobuf.ByteString getBranchBytes()
string branch = 3;
-
getTag
String getTag()
string tag = 4;
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()
string tag = 4;
-
-