@NotThreadSafe public interface HelpUrlBuilder
HelpUrl
instances.Modifier and Type | Interface and Description |
---|---|
static interface |
HelpUrlBuilder.Factory |
Modifier and Type | Method and Description |
---|---|
HelpUrlBuilder |
alt(String alt)
Set the
HelpUrl.getAlt() of the generated HelpUrl . |
HelpUrl |
build()
Generate the
HelpUrl associated with this builder. |
HelpUrlBuilder |
copy()
Creates an independent copy of the current state of the builder.
|
HelpUrlBuilder |
description(String description)
Set the
HelpUrl.getDescription() of the generated HelpUrl . |
HelpUrlBuilder |
key(String key)
Set the
HelpUrl.getKey() } of the generated HelpUrl . |
HelpUrlBuilder |
local(boolean local)
Set the
HelpUrl.isLocal() of the generated HelpUrl . |
HelpUrlBuilder |
title(String title)
Set the
HelpUrl.getTitle() of the generated HelpUrl . |
HelpUrlBuilder |
url(String url)
Set the URL of the generated
HelpUrl . |
HelpUrlBuilder key(String key)
HelpUrl.getKey()
} of the generated HelpUrl
.key
- the key to set.HelpUrlBuilder alt(String alt)
HelpUrl.getAlt()
of the generated HelpUrl
.alt
- the alternate text for the URL.HelpUrlBuilder description(String description)
HelpUrl.getDescription()
of the generated HelpUrl
.description
- the description for the URL.HelpUrlBuilder title(String title)
HelpUrl.getTitle()
of the generated HelpUrl
.title
- the title for the URL.HelpUrlBuilder url(String url)
HelpUrl
.url
- the URL for the generated HelpUrl
.HelpUrlBuilder local(boolean local)
HelpUrl.isLocal()
of the generated HelpUrl
.local
- if the generated HelpUrl
is local or not.HelpUrlBuilder copy()
Copyright © 2002-2022 Atlassian. All Rights Reserved.