Class BugzillaService

    • Constructor Detail

      • BugzillaService

        public BugzillaService()
    • Method Detail

      • 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 java.lang.String getNewIssueUrl()
      • setNewIssueUrl

        public void setNewIssueUrl​(java.lang.String endpoint)
      • withNewIssueUrl

        public BugzillaService withNewIssueUrl​(java.lang.String endpoint)
      • getIssuesUrl

        public java.lang.String getIssuesUrl()
      • setIssuesUrl

        public void setIssuesUrl​(java.lang.String endpoint)
      • withIssuesUrl

        public BugzillaService withIssuesUrl​(java.lang.String endpoint)
      • getProjectUrl

        public java.lang.String getProjectUrl()
      • setProjectUrl

        public void setProjectUrl​(java.lang.String endpoint)
      • withProjectUrl

        public BugzillaService withProjectUrl​(java.lang.String endpoint)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription​(java.lang.String description)
      • withDescription

        public BugzillaService withDescription​(java.lang.String description)