hudson.plugins.emailext
Class EmailExtHelp

java.lang.Object
  extended by hudson.plugins.emailext.EmailExtHelp

public class EmailExtHelp
extends Object

Produces all the dynamically generated help text.


Constructor Summary
EmailExtHelp()
           
 
Method Summary
static String getContentTokenHelpText()
          Generates the help text for the content tokens available while configuring a project.
static String getGlobalContentTokenHelpText()
          Generates the help text for the content tokens available while doing global configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailExtHelp

public EmailExtHelp()
Method Detail

getContentTokenHelpText

public static String getContentTokenHelpText()
Generates the help text for the content tokens available while configuring a project.

Returns:
the help text

getGlobalContentTokenHelpText

public static String getGlobalContentTokenHelpText()
Generates the help text for the content tokens available while doing global configuration.

Returns:
the help text


Copyright © 2004-2012. All Rights Reserved.