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

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

public class Item
extends Object


Constructor Summary
Item()
           
 
Method Summary
 Action[] getActions()
           
 int getId()
           
 String getProjectName()
           
 Task getTask()
           
 boolean representsProjectWithExtId(String projectName, String externalId)
           
 boolean representsProjectWithId(String projectName, int id)
           
 void setActions(Action[] actions)
           
 void setId(int id)
           
 void setTask(Task task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item

public Item()
Method Detail

getActions

public Action[] getActions()

setActions

public void setActions(Action[] actions)

getTask

public Task getTask()

setTask

public void setTask(Task task)

getId

public int getId()

setId

public void setId(int id)

representsProjectWithExtId

public boolean representsProjectWithExtId(String projectName,
                                          String externalId)

representsProjectWithId

public boolean representsProjectWithId(String projectName,
                                       int id)

getProjectName

public String getProjectName()


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