|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.jswidgets.JsBaseAction
hudson.plugins.jswidgets.JsJobAction
public class JsJobAction
This class implements the JS widgets pages for a job.
| Constructor Summary | |
|---|---|
JsJobAction(hudson.model.AbstractProject<?,?> project)
|
|
| Method Summary | |
|---|---|
java.lang.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. |
| Methods inherited from class hudson.plugins.jswidgets.JsBaseAction |
|---|
getBaseUrl, getDisplayName, getIconFileName, getImagesUrl, getUrlName, skipDescription, wantHtml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JsJobAction(hudson.model.AbstractProject<?,?> project)
project - the job for which the health report will be generated.| Method Detail |
|---|
public hudson.model.AbstractProject<?,?> getProject()
public java.lang.String getJobDescription(boolean escapeApostroph)
escapeApostroph - escape apostroph (used by javascript-rendering).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||