hudson.plugins.postbuildtask
Class TaskProperties
java.lang.Object
hudson.plugins.postbuildtask.TaskProperties
public final class TaskProperties
- extends java.lang.Object
A task properties.
- Author:
- Shinod Mohandas
|
Field Summary |
java.lang.String |
logText
|
LogProperties[] |
logTexts
The text string which shoud be searched in the build log. |
java.lang.String |
script
Shell script to be executed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logTexts
public LogProperties[] logTexts
- The text string which shoud be searched in the build log.
logText
public java.lang.String logText
script
public java.lang.String script
- Shell script to be executed.
TaskProperties
@DataBoundConstructor
public TaskProperties(java.lang.String script)
setLogTexts
public void setLogTexts(LogProperties[] logTexts)
getLogProperties
public LogProperties[] getLogProperties()
getScript
public java.lang.String getScript()
Copyright © 2010 Ushus Technologies. All Rights Reserved.