Module bus.gitlab

Class BugzillaService

java.lang.Object
org.miaixz.bus.gitlab.services.NotificationService
org.miaixz.bus.gitlab.services.BugzillaService
All Implemented Interfaces:
Serializable

public class BugzillaService extends NotificationService
See Also:
  • Constructor Details

    • BugzillaService

      public BugzillaService()
  • Method Details

    • servicePropertiesForm

      public GitLabForm servicePropertiesForm()
      Get the form data for this service based on it's properties.
      Specified by:
      servicePropertiesForm in class NotificationService
      Returns:
      the form data for this service based on it's properties
    • getNewIssueUrl

      public String getNewIssueUrl()
    • setNewIssueUrl

      public void setNewIssueUrl(String endpoint)
    • withNewIssueUrl

      public BugzillaService withNewIssueUrl(String endpoint)
    • getIssuesUrl

      public String getIssuesUrl()
    • setIssuesUrl

      public void setIssuesUrl(String endpoint)
    • withIssuesUrl

      public BugzillaService withIssuesUrl(String endpoint)
    • getProjectUrl

      public String getProjectUrl()
    • setProjectUrl

      public void setProjectUrl(String endpoint)
    • withProjectUrl

      public BugzillaService withProjectUrl(String endpoint)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public BugzillaService withDescription(String description)