hudson.tasks
Class MailMessageIdAction
java.lang.Object
hudson.tasks.MailMessageIdAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class MailMessageIdAction
- extends Object
- implements hudson.model.Action
Remembers the message ID of the e-mail that was sent for the build.
This allows us to send further updates as replies.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
String |
messageId
Message ID of the e-mail sent for the build. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageId
@XStreamConverter(value=hudson.util.LRUStringConverter.class)
public final String messageId
- Message ID of the e-mail sent for the build.
MailMessageIdAction
public MailMessageIdAction(String messageId)
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
Copyright © 2004-2013. All Rights Reserved.