Module bus.gitlab

Class ExternalWikiService

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

public class ExternalWikiService extends NotificationService
See Also:
  • Field Details

  • Constructor Details

    • ExternalWikiService

      public ExternalWikiService()
  • 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
    • getExternalWikiUrl

      public String getExternalWikiUrl()
    • setExternalWikiUrl

      public void setExternalWikiUrl(String endpoint)
    • withExternalWikiUrl

      public ExternalWikiService withExternalWikiUrl(String endpoint)