public class MailMessageIdAction extends Object implements Action
This allows us to send further updates as replies.
| Modifier and Type | Field and Description |
|---|---|
String |
messageId
Message ID of the e-mail sent for the build.
|
| Constructor and Description |
|---|
MailMessageIdAction(String messageId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
@XStreamConverter(value=hudson.util.LRUStringConverter.class) public final String messageId
public MailMessageIdAction(String messageId)
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface ActionCopyright © 2016–2021. All rights reserved.