Uses of Class
com.borland.tm.webservices.tmplanning.entities.CustomStepProperty

Packages that use CustomStepProperty
com.borland.tm.webservices.tmplanning   
com.borland.tm.webservices.tmplanning.entities   
 

Uses of CustomStepProperty in com.borland.tm.webservices.tmplanning
 

Methods in com.borland.tm.webservices.tmplanning that return CustomStepProperty
 CustomStepProperty[] TmplanningSoapBindingStub.getCustomStepPropertyNames(long id, int projectId)
           
 CustomStepProperty[] PlanningServiceProxy.getCustomStepPropertyNames(long id, int projectId)
           
 CustomStepProperty[] PlanningService.getCustomStepPropertyNames(long id, int projectId)
           
 

Uses of CustomStepProperty in com.borland.tm.webservices.tmplanning.entities
 

Methods in com.borland.tm.webservices.tmplanning.entities that return CustomStepProperty
 CustomStepProperty[] ManualTestStep.getProperties()
          Gets the properties value for this ManualTestStep.
 

Methods in com.borland.tm.webservices.tmplanning.entities with parameters of type CustomStepProperty
 void ManualTestStep.setProperties(CustomStepProperty[] properties)
          Sets the properties value for this ManualTestStep.
 

Constructors in com.borland.tm.webservices.tmplanning.entities with parameters of type CustomStepProperty
ManualTestStep(int stepPos, java.lang.String name, java.lang.String description, java.lang.String expectedResult, CustomStepProperty[] properties)
           
 



Copyright © 2009. All Rights Reserved.