Interface Issues.Builder

  • Enclosing interface:
    Issues

    public static interface Issues.Builder
    A builder for new issue tracker instances.
    Since:
    2.0.0
    • Method Detail

      • from

        @NonNull Issues.Builder from​(Issues instance)
        Fill a builder with attribute values from the provided Issues instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder
        Since:
        2.0.0
      • build

        @NonNull Issues build()