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 String
getBranch()
string branch = 3;
com.google.protobuf.ByteString
getBranchBytes()
string branch = 3;
String
getRemote()
string remote = 1;
com.google.protobuf.ByteString
getRemoteBytes()
string remote = 1;
String
getRevision()
string revision = 2;
com.google.protobuf.ByteString
getRevisionBytes()
string revision = 2;
String
getTag()
string tag = 4;
com.google.protobuf.ByteString
getTagBytes()
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;
-
-