hudson.tasks
Class MailMessageIdAction

java.lang.Object
  extended by 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.
 
Constructor Summary
MailMessageIdAction(String messageId)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messageId

@XStreamConverter(value=hudson.util.LRUStringConverter.class)
public final String messageId
Message ID of the e-mail sent for the build.

Constructor Detail

MailMessageIdAction

public MailMessageIdAction(String messageId)
Method Detail

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.