public class EmailExtTemplateAction extends Object implements hudson.model.Action
Constructor and Description |
---|
EmailExtTemplateAction(hudson.model.AbstractProject<?,?> project) |
Modifier and Type | Method and Description |
---|---|
hudson.util.FormValidation |
doTemplateFileCheck(String value) |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractProject<?,?> |
getProject() |
String |
getUrlName() |
String[] |
renderTemplate(String templateFile,
String buildId) |
public EmailExtTemplateAction(hudson.model.AbstractProject<?,?> project)
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.util.FormValidation doTemplateFileCheck(@QueryParameter String value)
@JavaScriptMethod public String[] renderTemplate(String templateFile, String buildId)
public hudson.model.AbstractProject<?,?> getProject()
Copyright © 2004-2015. All Rights Reserved.