Author: pmouawad
Date: Tue Nov 27 20:27:52 2018
New Revision: 1847595

URL: http://svn.apache.org/viewvc?rev=1847595&view=rev
Log:
Bug 62870 - Templates : Add ability to provide parameters 

Add missing file and take into account Felix note

Bugzilla Id: 62870

Modified:
    
jmeter/trunk/src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java
    jmeter/trunk/xdocs/usermanual/get-started.xml

Modified: 
jmeter/trunk/src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java?rev=1847595&r1=1847594&r2=1847595&view=diff
==============================================================================
--- 
jmeter/trunk/src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java 
(original)
+++ 
jmeter/trunk/src/core/org/apache/jmeter/gui/action/SelectTemplatesDialog.java 
Tue Nov 27 20:27:52 2018
@@ -212,7 +212,7 @@ public class SelectTemplatesDialog exten
      * @param actionEvent {@link ActionEvent}
      * @return true if plan is not dirty or has been saved 
      */
-    boolean checkDirty(final ActionEvent actionEvent) {
+    private boolean checkDirty(final ActionEvent actionEvent) {
         ActionRouter.getInstance().doActionNow(new 
ActionEvent(actionEvent.getSource(), actionEvent.getID(), 
ActionNames.CHECK_DIRTY));
         GuiPackage guiPackage = GuiPackage.getInstance();
         if (guiPackage.isDirty()) {

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1847595&r1=1847594&r2=1847595&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Tue Nov 27 20:27:52 2018
@@ -381,7 +381,15 @@ options when <code>-jar</code> is used.<
 <p>A popup appears, you can then choose a template among the list:
 <figure image="template_wizard.png">Templates popup</figure>
 </p>
+<p>Some templates may need parameters input from the user. For theses ones, 
after a click on the create button,
+a new window will appear as follow :
+<figure image="templates/template_parameters.png">Parameters window</figure>
+</p>
+<p>
+When you are done with parameters, click on the <code>Validate</code> button 
and the template will be created.
+</p>
 <p>A documentation for each template explains what to do once test plan is 
created from template.</p>
+<note>You can create your own templates following documentation <a 
href="../creating-templates.html" >here</a></note>
 </subsection>
 
 <subsection name="&sect-num;.4.3 Using JMeter behind a proxy" 
anchor="proxy_server">


Reply via email to