java.lang.Object
org.kohsuke.github.GHAutolinkBuilder
The type Gh autolink builder.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create gh autolink.withIsAlphanumeric(boolean isAlphanumeric) With is alphanumeric gh autolink builder.withKeyPrefix(String keyPrefix) With key prefix gh autolink builder.withUrlTemplate(String urlTemplate) With url template gh autolink builder.
-
Method Details
-
create
Create gh autolink.- Returns:
- the gh autolink
- Throws:
IOException- the io exception
-
withIsAlphanumeric
With is alphanumeric gh autolink builder.- Parameters:
isAlphanumeric- the is alphanumeric- Returns:
- the gh autolink builder
-
withKeyPrefix
With key prefix gh autolink builder.- Parameters:
keyPrefix- the key prefix- Returns:
- the gh autolink builder
-
withUrlTemplate
With url template gh autolink builder.- Parameters:
urlTemplate- the url template- Returns:
- the gh autolink builder
-