Class CustomIssueTrackerService

    • Constructor Detail

      • CustomIssueTrackerService

        public CustomIssueTrackerService()
    • 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)
      • getIssuesUrl

        public java.lang.String getIssuesUrl()
      • setIssuesUrl

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

        public java.lang.String getProjectUrl()
      • setProjectUrl

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

        public java.lang.String getDescription()
      • setDescription

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