Package io.cucumber.messages
Interface Messages.Meta.CIOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.Meta.CI,Messages.Meta.CI.Builder
- Enclosing class:
- Messages.Meta
public static interface Messages.Meta.CIOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Messages.Meta.CI.GitgetGit()Information about Git, provided by the Build/CI server as environment variables.Messages.Meta.CI.GitOrBuildergetGitOrBuilder()Information about Git, provided by the Build/CI server as environment variables.StringgetName()Name of the CI product, e.g.com.google.protobuf.ByteStringgetNameBytes()Name of the CI product, e.g.StringgetUrl()Link to the buildcom.google.protobuf.ByteStringgetUrlBytes()Link to the buildbooleanhasGit()Information about Git, provided by the Build/CI server as environment variables.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the CI product, e.g. "Jenkins", "CircleCI" etc.
string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the CI product, e.g. "Jenkins", "CircleCI" etc.
string name = 1;
-
getUrl
String getUrl()
Link to the build
string url = 2;
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Link to the build
string url = 2;
-
hasGit
boolean hasGit()
Information about Git, provided by the Build/CI server as environment variables.
.io.cucumber.messages.Meta.CI.Git git = 3;
-
getGit
Messages.Meta.CI.Git getGit()
Information about Git, provided by the Build/CI server as environment variables.
.io.cucumber.messages.Meta.CI.Git git = 3;
-
getGitOrBuilder
Messages.Meta.CI.GitOrBuilder getGitOrBuilder()
Information about Git, provided by the Build/CI server as environment variables.
.io.cucumber.messages.Meta.CI.Git git = 3;
-
-