Uses of Class
hudson.plugins.PerfPublisher.Report.Param

Packages that use Param
hudson.plugins.PerfPublisher.Report   
 

Uses of Param in hudson.plugins.PerfPublisher.Report
 

Methods in hudson.plugins.PerfPublisher.Report that return types with arguments of type Param
 java.util.ArrayList<Param> Test.getParameters()
           
 

Methods in hudson.plugins.PerfPublisher.Report with parameters of type Param
 void Test.addParameter(Param param)
           
 

Method parameters in hudson.plugins.PerfPublisher.Report with type arguments of type Param
 void Test.setParameters(java.util.ArrayList<Param> parameters)
           
 

Constructor parameters in hudson.plugins.PerfPublisher.Report with type arguments of type Param
Test(java.lang.String name, java.lang.String message, java.lang.String description, boolean executed, java.util.ArrayList<Source> sources, DataSet dataSetIn, DataSet dataSetOut, java.util.ArrayList<CommandLine> commandLine, java.util.ArrayList<Param> parameters, Success success, CompileTime compileTime, ExecutionTime executionTime, Performance performance)
           
 



Copyright © 2010. All Rights Reserved.