org.squashtest.csp.tm.domain.testautomation
Class AutomatedSuite

java.lang.Object
  extended by org.squashtest.csp.tm.domain.testautomation.AutomatedSuite

@Entity
public class AutomatedSuite
extends Object


Field Summary
 Collection<AutomatedExecutionExtender> executionExtenders
           
 
Constructor Summary
AutomatedSuite()
           
 
Method Summary
 void addExtender(AutomatedExecutionExtender extender)
           
 void addExtenders(Collection<AutomatedExecutionExtender> extenders)
           
 Collection<AutomatedExecutionExtender> getExecutionExtenders()
           
 String getId()
           
 boolean hasEnded()
           
 boolean hasStarted()
           
 void setExecutionExtenders(Collection<AutomatedExecutionExtender> executionExtenders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionExtenders

public Collection<AutomatedExecutionExtender> executionExtenders
Constructor Detail

AutomatedSuite

public AutomatedSuite()
Method Detail

getId

public String getId()

getExecutionExtenders

public Collection<AutomatedExecutionExtender> getExecutionExtenders()

setExecutionExtenders

public void setExecutionExtenders(Collection<AutomatedExecutionExtender> executionExtenders)

addExtender

public void addExtender(AutomatedExecutionExtender extender)

addExtenders

public void addExtenders(Collection<AutomatedExecutionExtender> extenders)

hasStarted

public boolean hasStarted()

hasEnded

public boolean hasEnded()


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