public class MailMessageIdAction extends Object implements hudson.model.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 hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
Copyright © 2016. All rights reserved.