hudson.plugins.emailext.plugins.trigger
Class FixedTrigger.DescriptorImpl

java.lang.Object
  extended by hudson.plugins.emailext.plugins.EmailTriggerDescriptor
      extended by hudson.plugins.emailext.plugins.trigger.FixedTrigger.DescriptorImpl
Enclosing class:
FixedTrigger

public static final class FixedTrigger.DescriptorImpl
extends EmailTriggerDescriptor


Field Summary
 
Fields inherited from class hudson.plugins.emailext.plugins.EmailTriggerDescriptor
replacesList
 
Constructor Summary
FixedTrigger.DescriptorImpl()
           
 
Method Summary
 String getHelpText()
           
 String getTriggerName()
           
 EmailTrigger newInstance()
           
 
Methods inherited from class hudson.plugins.emailext.plugins.EmailTriggerDescriptor
addTriggerNameToReplace, getMailerId, getNewInstance, getTriggerReplaceList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedTrigger.DescriptorImpl

public FixedTrigger.DescriptorImpl()
Method Detail

getTriggerName

public String getTriggerName()
Specified by:
getTriggerName in class EmailTriggerDescriptor
Returns:
The display name of the trigger type.

newInstance

public EmailTrigger newInstance()
Specified by:
newInstance in class EmailTriggerDescriptor

getHelpText

public String getHelpText()
Specified by:
getHelpText in class EmailTriggerDescriptor


Copyright © 2004-2012. All Rights Reserved.