Class GHAutolinkBuilder

java.lang.Object
org.kohsuke.github.GHAutolinkBuilder

public class GHAutolinkBuilder extends Object
The type Gh autolink builder.
See Also:
  • Method Details

    • withKeyPrefix

      public GHAutolinkBuilder withKeyPrefix(String keyPrefix)
      With key prefix gh autolink builder.
      Parameters:
      keyPrefix - the key prefix
      Returns:
      the gh autolink builder
    • withUrlTemplate

      public GHAutolinkBuilder withUrlTemplate(String urlTemplate)
      With url template gh autolink builder.
      Parameters:
      urlTemplate - the url template
      Returns:
      the gh autolink builder
    • withIsAlphanumeric

      public GHAutolinkBuilder withIsAlphanumeric(boolean isAlphanumeric)
      With is alphanumeric gh autolink builder.
      Parameters:
      isAlphanumeric - the is alphanumeric
      Returns:
      the gh autolink builder
    • create

      public GHAutolink create() throws IOException
      Create gh autolink.
      Returns:
      the gh autolink
      Throws:
      IOException - the io exception