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.Git getGit()
      Information about Git, provided by the Build/CI server as environment variables.
      Messages.Meta.CI.GitOrBuilder getGitOrBuilder()
      Information about Git, provided by the Build/CI server as environment variables.
      String getName()
      Name of the CI product, e.g.
      com.google.protobuf.ByteString getNameBytes()
      Name of the CI product, e.g.
      String getUrl()
      Link to the build
      com.google.protobuf.ByteString getUrlBytes()
      Link to the build
      boolean hasGit()
      Information about Git, provided by the Build/CI server as environment variables.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;