hudson.plugins.emailext.plugins.content
Class HudsonURLContent

java.lang.Object
  extended by hudson.plugins.emailext.plugins.content.JenkinsURLContent
      extended by hudson.plugins.emailext.plugins.content.HudsonURLContent
All Implemented Interfaces:
hudson.ExtensionPoint, EmailContent

Deprecated. Keeping this email content around for backwards compatibility afters the Jenkins/Hudson split.

public class HudsonURLContent
extends JenkinsURLContent


Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.plugins.emailext.plugins.EmailContent
EmailContent.Args
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
HudsonURLContent()
          Deprecated.  
 
Method Summary
 String getHelpText()
          Deprecated. This is a string that will be rendered in the help section of the plugin.
 String getToken()
          Deprecated. This is the token that will be replaced by the content when the email is sent.
 
Methods inherited from class hudson.plugins.emailext.plugins.content.JenkinsURLContent
getArguments, getContent, hasNestedContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonURLContent

public HudsonURLContent()
Deprecated. 
Method Detail

getToken

public String getToken()
Deprecated. 
Description copied from interface: EmailContent
This is the token that will be replaced by the content when the email is sent. If the email has a string like "$REPLACE_ME", then the implementation of this method should return "REPLACE_ME".

Specified by:
getToken in interface EmailContent
Overrides:
getToken in class JenkinsURLContent

getHelpText

public String getHelpText()
Deprecated. 
Description copied from interface: EmailContent
This is a string that will be rendered in the help section of the plugin. It describes what the content does and what it puts in the email.

Specified by:
getHelpText in interface EmailContent
Overrides:
getHelpText in class JenkinsURLContent


Copyright © 2004-2012. All Rights Reserved.