|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.emailext.plugins.content.EnvContent
public class EnvContent
An EmailContent for build log. Shows last 250 lines of the build log file.
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 | |
---|---|
EnvContent()
|
Method Summary | ||
---|---|---|
List<String> |
getArguments()
These are the arguments accepted when generating the content for this token. |
|
|
getContent(hudson.model.AbstractBuild<P,B> build,
ExtendedEmailPublisher publisher,
EmailType emailType,
Map<String,?> args)
This method returns the generated content that should replace the token. |
|
String |
getHelpText()
This is a string that will be rendered in the help section of the plugin. |
|
String |
getToken()
This is the token that will be replaced by the content when the email is sent. |
|
boolean |
hasNestedContent()
Specifies whether or not the content returned by this object can have nested tokens in it that need to be resolved before sending the email. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvContent()
Method Detail |
---|
public String getToken()
EmailContent
getToken
in interface EmailContent
public List<String> getArguments()
EmailContent
getArguments
in interface EmailContent
public String getHelpText()
EmailContent
getHelpText
in interface EmailContent
public <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> String getContent(hudson.model.AbstractBuild<P,B> build, ExtendedEmailPublisher publisher, EmailType emailType, Map<String,?> args) throws IOException, InterruptedException
EmailContent
getContent
in interface EmailContent
publisher
- TODOargs
- the arguments for generating the content
IOException
InterruptedException
public boolean hasNestedContent()
EmailContent
hasNestedContent
in interface EmailContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |