Uses of Class
hudson.plugins.postbuildtask.TaskProperties

Uses of TaskProperties in hudson.plugins.postbuildtask
 

Methods in hudson.plugins.postbuildtask that return TaskProperties
 TaskProperties PostbuildTask.getTask(java.lang.String logText)
          This method will return the taskProperties foe the specified logText
 

Methods in hudson.plugins.postbuildtask that return types with arguments of type TaskProperties
 java.util.List<TaskProperties> PostbuildTask.getTasks()
          This method will return all the tasks
 

Constructors in hudson.plugins.postbuildtask with parameters of type TaskProperties
PostbuildTask(TaskProperties... tasks)
           
 

Constructor parameters in hudson.plugins.postbuildtask with type arguments of type TaskProperties
PostbuildTask(java.util.Collection<TaskProperties> tasks)
           
 



Copyright © 2009 Ushus Technologies. All Rights Reserved.