public class JsJobAction extends JsBaseAction
| Constructor and Description |
|---|
JsJobAction(hudson.model.AbstractProject<?,?> project) |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobDescription(boolean escapeApostroph)
Returns the description of the job without line feeds and ' as this will break the Javascript output.
|
hudson.model.AbstractProject<?,?> |
getProject()
Returns the job for which the health report will be generated.
|
getBaseUrl, getDisplayName, getIconFileName, getImagesUrl, getUrlName, skipDescription, wantHtmlpublic JsJobAction(hudson.model.AbstractProject<?,?> project)
project - the job for which the health report will be generated.public hudson.model.AbstractProject<?,?> getProject()
public String getJobDescription(boolean escapeApostroph)
escapeApostroph - escape apostroph (used by javascript-rendering).Copyright © 2004-2013. All Rights Reserved.