org.squashtest.tm.plugin.testautomation.jenkins.beans
Class ItemList

java.lang.Object
  extended by org.squashtest.tm.plugin.testautomation.jenkins.beans.ItemList

public class ItemList
extends Object


Constructor Summary
ItemList()
           
 
Method Summary
 Item findQueuedBuildByExtId(String projectName, String extId)
           
 Item findQueuedBuildById(String projectName, int id)
           
 Item[] getItems()
           
 void setItems(Item[] items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemList

public ItemList()
Method Detail

getItems

public Item[] getItems()

setItems

public void setItems(Item[] items)

findQueuedBuildByExtId

public Item findQueuedBuildByExtId(String projectName,
                                   String extId)

findQueuedBuildById

public Item findQueuedBuildById(String projectName,
                                int id)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.