Package | Description |
---|---|
com.atlassian.confluence.it | |
com.atlassian.confluence.it.mail |
Modifier and Type | Class and Description |
---|---|
class |
ImageLink
Deprecated.
Please use confluence-test-utils module instead.
See {com.atlassian.confluence.test.ImageLink} alternative
|
Modifier and Type | Method and Description |
---|---|
static SimpleLink |
MailUtils.getLinkWithId(javax.mail.internet.MimeMessage message,
String id)
Locates a link with the specified id and returns it as a
SimpleLink . |
static SimpleLink |
MailUtils.getLinkWithText(javax.mail.internet.MimeMessage message,
String linkText)
Returns the first link that matches the provided link text
|
Modifier and Type | Method and Description |
---|---|
static List<SimpleLink> |
MailUtils.getFooterLinks(javax.mail.internet.MimeMessage message,
String footerId) |
static List<SimpleLink> |
MailUtils.getLinksInElementWithId(javax.mail.internet.MimeMessage message,
String id)
Locates all links inside a container with the specified id and returns them as an
ordered list of
SimpleLink s. |
Copyright © 2003–2021 Atlassian. All rights reserved.