Class ExternalWikiService

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

public class ExternalWikiService extends NotificationService
  • Field Details

  • Constructor Details

    • ExternalWikiService

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

      public String getExternalWikiUrl()
    • setExternalWikiUrl

      public void setExternalWikiUrl(String endpoint)
    • withExternalWikiUrl

      public ExternalWikiService withExternalWikiUrl(String endpoint)