Package net.kyori.indra.api.model
Interface ContinuousIntegration
@Immutable
public interface ContinuousIntegration
A simplified description of a continuous integration system.
- Since:
- 2.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for new continuous integration instances. -
Method Summary
-
Method Details
-
builder
Create a new CI builder.- Returns:
- the builder
- Since:
- 2.0.0
-
system
The name of the continuous integration system used.- Returns:
- the CI system name
- Since:
- 2.0.0
-
url
The URL pointing to a web interface for the CI system.- Returns:
- the URL
- Since:
- 2.0.0
-