Class BugzillaService

java.lang.Object
org.gitlab4j.api.services.NotificationService
org.gitlab4j.api.services.BugzillaService

public class BugzillaService extends NotificationService
  • Constructor Details

    • BugzillaService

      public BugzillaService()
  • Method Details

    • servicePropertiesForm

      public GitLabApiForm 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)