Interface Issues


@Immutable public interface Issues
Project issue tracker information.
Since:
2.0.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A builder for new issue tracker instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull Issues.Builder
    Create a new builder for a Issues instance.
    @NotNull String
    The name of the issue tracking system used.
    @NotNull String
    url()
    The URL pointing to a web interface for the CI system.
  • Method Details

    • builder

      @NotNull static @NotNull Issues.Builder builder()
      Create a new builder for a Issues instance.
      Returns:
      a new builder
      Since:
      2.0.0
    • system

      @NotNull @NotNull String system()
      The name of the issue tracking system used.
      Returns:
      the issue tracking system name
      Since:
      2.0.0
    • url

      @NotNull @NotNull String url()
      The URL pointing to a web interface for the CI system.
      Returns:
      the URL
      Since:
      2.0.0