Package net.kyori.indra.api.model
Interface Issues
-
@Immutable public interface IssuesProject issue tracker information.- Since:
- 2.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIssues.BuilderA builder for new issue tracker instances.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static @NonNull Issues.Builderbuilder()Create a new builder for aIssuesinstance.@NonNull Stringsystem()The name of the issue tracking system used.@NonNull Stringurl()The URL pointing to a web interface for the CI system.
-
-
-
Method Detail
-
builder
static @NonNull Issues.Builder builder()
Create a new builder for aIssuesinstance.- Returns:
- a new builder
- Since:
- 2.0.0
-
system
@NonNull String system()
The name of the issue tracking system used.- Returns:
- the issue tracking system name
- Since:
- 2.0.0
-
url
@NonNull String url()
The URL pointing to a web interface for the CI system.- Returns:
- the URL
- Since:
- 2.0.0
-
-