|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.jobmail.configuration.JobMailGlobalConfiguration.Template
public static class JobMailGlobalConfiguration.Template
Class for handling regular expressions.
| Constructor Summary | |
|---|---|
JobMailGlobalConfiguration.Template(String name,
String text,
boolean addProjectName,
boolean addUrl,
boolean addBuildStatus)
Databound constructor for populating with values. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the template. |
String |
getText()
Return the text for this text. |
boolean |
isBuildStatusEnabled()
Checks if build status should be included automatically. |
boolean |
isProjectNameEnabled()
Checks if the project name should be included automatically. |
boolean |
isUrlEnabled()
Checks if url should be included automatically. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public JobMailGlobalConfiguration.Template(String name,
String text,
boolean addProjectName,
boolean addUrl,
boolean addBuildStatus)
name - The name of the templatetext - Content(text) of the templateaddProjectName - Should project name be added to the templateaddUrl - Shoul url be added to the templateaddBuildStatus - Should build status be added to the tempalate| Method Detail |
|---|
public String getText()
public String getName()
public boolean isProjectNameEnabled()
public boolean isUrlEnabled()
public boolean isBuildStatusEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||