hudson.plugins.emailext.plugins.content
Class HudsonURLContent
java.lang.Object
hudson.plugins.emailext.plugins.content.JenkinsURLContent
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 classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HudsonURLContent
public HudsonURLContent()
- Deprecated.
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.