Uses of Class
net.praqma.jenkins.rqm.model.RqmObject

Packages that use RqmObject
net.praqma.jenkins.rqm   
net.praqma.jenkins.rqm.collector   
net.praqma.jenkins.rqm.model   
 

Uses of RqmObject in net.praqma.jenkins.rqm
 

Classes in net.praqma.jenkins.rqm with type parameters of type RqmObject
 class RqmObjectCreator<T extends RqmObject>
           
 

Fields in net.praqma.jenkins.rqm with type parameters of type RqmObject
 List<? extends RqmObject> RqmBuildAction.topLevelObjects
           
 

Methods in net.praqma.jenkins.rqm with type parameters of type RqmObject
abstract
<T extends RqmObject>
List<T>
RqmCollector.collect(hudson.model.BuildListener listener, hudson.model.AbstractBuild<?,?> build)
           
 

Method parameters in net.praqma.jenkins.rqm with type arguments of type RqmObject
 boolean RqmCollector.execute(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, hudson.Launcher launcher, List<hudson.tasks.BuildStep> preBuildSteps, List<hudson.tasks.BuildStep> postBuildSteps, List<hudson.tasks.BuildStep> iterativeTestCaseBuilders, List<? extends RqmObject> results)
           
 

Constructor parameters in net.praqma.jenkins.rqm with type arguments of type RqmObject
RqmBuildAction(List<? extends RqmObject> topLevelObjects)
           
 

Uses of RqmObject in net.praqma.jenkins.rqm.collector
 

Methods in net.praqma.jenkins.rqm.collector with type parameters of type RqmObject
<T extends RqmObject>
List<T>
RqmTestSuiteExectionRecordCollectionStrategy.collect(hudson.model.BuildListener listener, hudson.model.AbstractBuild<?,?> build)
           
 

Method parameters in net.praqma.jenkins.rqm.collector with type arguments of type RqmObject
 boolean RqmTestSuiteExectionRecordCollectionStrategy.execute(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, hudson.Launcher launcher, List<hudson.tasks.BuildStep> preBuildSteps, List<hudson.tasks.BuildStep> postBuildSteps, List<hudson.tasks.BuildStep> iterativeTestCaseBuilders, List<? extends RqmObject> results)
           
 

Uses of RqmObject in net.praqma.jenkins.rqm.model
 

Subclasses of RqmObject in net.praqma.jenkins.rqm.model
 class TestCase
           
 class TestCaseExecutionRecord
           
 class TestPlan
           
 class TestScript
           
 class TestSuite
           
 class TestSuiteExecutionRecord
           
 

Methods in net.praqma.jenkins.rqm.model with type parameters of type RqmObject
static
<T extends RqmObject>
T
RqmObject.createObject(Class<T> clazz, RqmParameterList parameters)
           
 

Methods in net.praqma.jenkins.rqm.model with parameters of type RqmObject
static String RqmObject.getDescriptor(RqmObject obj)
           
static String RqmObject.getDescriptor(RqmObject obj, String title)
           
 



Copyright © 2004-2014. All Rights Reserved.