public interface ScmUrlFormatter
repository
.
URL formatters are associated with specific SCM request handlers, which are associated with specific protocols:
HttpScmRequestHandler
SshScmRequestHandler
SCM
, should produce a request
which the associated request handler will be able to process.Modifier and Type | Method and Description |
---|---|
URI |
format(ScmUrlRequest request) |
@Nonnull URI format(@Nonnull ScmUrlRequest request) throws URISyntaxException
request
- a request describing the repository and base URL to use when formattingnull
URISyntaxException
- if URL formatting failsCopyright © 2024 Atlassian. All rights reserved.