|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.postbuildtask.TaskProperties
public final class TaskProperties
A task properties.
| Field Summary | |
|---|---|
java.lang.String |
logText
The text string which shoud be searched in the build log. |
java.lang.String |
script
Shell script to be executed. |
| Constructor Summary | |
|---|---|
TaskProperties(java.lang.String logText,
java.lang.String script)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLogText()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String logText
public final java.lang.String script
| Constructor Detail |
|---|
@DataBoundConstructor
public TaskProperties(java.lang.String logText,
java.lang.String script)
| Method Detail |
|---|
public java.lang.String getLogText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||