TicketSystem
Represents the ticket system of a Maven publication.
This interface provides properties for the name and URL of the ticket system used for tracking and managing issues related to the publication.
See also
MavenPomIssueManagement
for the original Gradle API interface definition.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Represents a GitHub repository as the ticket system.
Link copied to clipboard
Represents a GitLab project as the ticket system.
Link copied to clipboard
data class Jira(var projectKey: String, var serverUrl: String = "https://issues.atlassian.com") : TicketSystem
Represents a Jira project as the ticket system.
Link copied to clipboard
Represents a Redmine project as the ticket system.