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
           
 LogProperties[] logTexts
          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 script)
           
 
Method Summary
 LogProperties[] getLogProperties()
           
 java.lang.String getScript()
           
 void setLogTexts(LogProperties[] logTexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

TaskProperties

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

setLogTexts

public void setLogTexts(LogProperties[] logTexts)

getLogProperties

public LogProperties[] getLogProperties()

getScript

public java.lang.String getScript()


Copyright © 2009 Ushus Technologies. All Rights Reserved.