hudson.plugins.postbuildtask
Class TaskProperties

java.lang.Object
  extended by hudson.plugins.postbuildtask.TaskProperties

public final class TaskProperties
extends java.lang.Object

A task properties.

Author:
Shinod Mohandas

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

logText

public final java.lang.String logText
The text string which shoud be searched in the build log.


script

public final java.lang.String script
Shell script to be executed.

Constructor Detail

TaskProperties

@DataBoundConstructor
public TaskProperties(java.lang.String logText,
                                           java.lang.String script)
Method Detail

getLogText

public java.lang.String getLogText()


Copyright © 2009 Ushus Technologies. All Rights Reserved.