@Deprecated public static interface NavBuilder.RepoAttachments extends NavBuilder.Builder<NavBuilder.RepoAttachments>
Modifier and Type | Method and Description |
---|---|
NavBuilder.Builder<?> |
attachment(String id)
Deprecated.
Legacy attachment URL builder and should only be used for legacy attachments where the actual attachment
filename on disk matches the filename of the attachment uploaded.
|
buildAbsolute, buildConfigured, buildRelative, buildRelNoContext, withParam
NavBuilder.Builder<?> attachment(@Nonnull String id)
id
- the attachment id.NavBuilder.RepoAttachments
a builder used to construct URLs for attachments.Copyright © 2022 Atlassian. All rights reserved.