Title: [41252] trunk/hudson/plugins/klaros-testmanagement/src/main: Minor documentation changes.

Diff

Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/java/hudson/plugins/klaros/KlarosTestResultPublisher.java	2015-03-21 17:12:40 UTC (rev 41252)
@@ -428,10 +428,9 @@
      */
     private final class FileCallableImplementation implements FileCallable<List<Integer>> {
 
-        /** The serial version UID. */
         private static final long serialVersionUID = 1560913900801548965L;
 
-        /** The listener. */
+        /** The build listener. */
         private final BuildListener listener;
 
         private String klarosUrl;
@@ -439,7 +438,7 @@
         /**
          * Instantiates a new file callable implementation.
          *
-         * @param listener the listener
+         * @param listener the build listener
          */
         private FileCallableImplementation(final BuildListener listener) {
 
@@ -447,7 +446,7 @@
         }
 
         /**
-         * Invoke.
+         * Invoke the build publisher.
          *
          * @param baseDir the base directory
          * @param channel the channel

Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.properties (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.properties	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.properties	2015-03-21 17:12:40 UTC (rev 41252)
@@ -19,7 +19,7 @@
 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
-ReportDescription=<a href="" ''includes''</a> setting that specifies the generated raw XML report files, such as ''myproject/target/test-reports/*.xml''. Basedir of the fileset is <a href="" workspace root</a>.
+ReportDescription=Regular _expression_ like 'target/test-reports/*.xml' are supported here. The exact specification can be found at the documentation of the <a href="" target="_blank">@includes</a> attribute of an Ant fileset. Basedir of the fileset is the <a href="" target="_blank">workspace root</a>.
 KlarosInstallation=Klaros Installation
 KlarosInstallationDescription=At least one installation must be defined in the global settings.
 ProjectID=Project ID

Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config_de.properties (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config_de.properties	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config_de.properties	2015-03-21 17:12:40 UTC (rev 41252)
@@ -19,7 +19,7 @@
 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
-ReportDescription=Es sind regul\u00E4re Ausdr\u00FCcke wie z.B. 'target/test-reports/*.xml' erlaubt. Das genaue Format k\u00F6nnen Sie der Spezifikation f\u00FCr <a href="" eines Ant-Filesets entnehmen. Das Ausgangsverzeichnis ist der <a href=""
+ReportDescription=Es sind regul\u00E4re Ausdr\u00FCcke wie z.B. 'target/test-reports/*.xml' erlaubt. Das genaue Format k\u00F6nnen Sie der Spezifikation f\u00FCr <a href="" target="_blank">@includes</a> eines Ant-Filesets entnehmen. Das Ausgangsverzeichnis ist der <a href="" target="_blank">Arbeitsbereich</a>.
 KlarosInstallation=Klaros Server Installation
 KlarosInstallationDescription=Mindestens eine Serverinstallation muss in der globalen Systemkonfiguration definiert sein.
 ProjectID=Projekt-ID

Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-globalConfig.html (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-globalConfig.html	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-globalConfig.html	2015-03-21 17:12:40 UTC (rev 41252)
@@ -1,14 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <div>
-  <p>
-    The Klaros-Testmanagement server URL. Several URLs can be registered.
-  </p>
-  <p>
-    Example:
-    <ul><li>
-    http://localhost:18080/klaros-web/
-    </li></ul>
-  </p>
-  <p>
-    The Klaros-Testmanagement server URL. Several URLs can be registered.
-  </p>
+  <p>The Klaros-Testmanagement server URL. Several URLs can be
+    registered.</p>
+  <p>Example:</p>
+  <ul>
+    <li>http://localhost:18080/klaros-web/</li>
+  </ul>
 </div>
\ No newline at end of file

Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-projectConfig.html (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-projectConfig.html	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-projectConfig.html	2015-03-21 17:12:40 UTC (rev 41252)
@@ -1,29 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <div>
-  <p>
-    Jenkins can be configured to export the test results directly
-    to Klaros-Testmanagement where they will be stored for further analysis and reporting.
-    The following fields must be provided:
-  </p>
+  <p>Jenkins can be configured to export the test results of a build
+    directly to Klaros-Testmanagement where they will be stored for
+    further analysis and reporting. The following fields must be
+    provided:</p>
   <ul>
-  <li>
-  <p>URL - Klaros-Testmanagement Application URL.
-   The URLs are entered in the global configuration and can be selected here.</p></li>
-  <li><p>Username - If Klaros-Testmanagement is configured to only accept authenticated test result
-    imports this is the login username to authenticate with. Leave empty for anonymous login.
-    Example: admin</p></li>
-  <li><p>Password - If Klaros-Testmanagement is configured to only accept authenticated test result
-    imports this is the login password to authenticate with. Leave empty for anonymous login.
-    Example: admin</p></li>
-  <li><p>Project ID - The ID of the Klaros-Testmanagement project to which the test results belong.
-    Example: P00001</p></li>
-  <li><p>Test Environment ID - The ID of the test environment under which the tests where run.
-    This environment must be present in theKlaros-Testmanagement project defined above.
-    Example: ENV00001</p></li>
-  <li><p>System Under Test (SUT) ID - The ID of the system under test.
-    This SUT must be present in the Klaros-Testmanagement project defined above.
-    Example: SUT00001</p></li>
-  <li><p>Test Report Files - The path to the test results files, which are expected to be in
-    the JUnit XML result format. It is possible to import more than one test result file.</p></li>
-</ul>
+    <li>
+      <p>URL</p>
+      <p>The Klaros-Testmanagement Application URL. All URLs are
+        entered in the global configuration and can be selected here.</p>
+    </li>
+    <li><span>Username</span>
+      <p>If Klaros-Testmanagement is configured to only accept
+        authenticated test result imports this is the login username to
+        authenticate with. Leave empty for anonymous login. Example:
+        admin</p></li>
+    <li><span>Password</span>
+      <p>If Klaros-Testmanagement is configured to only accept
+        authenticated test result imports this is the login password to
+        authenticate with. Leave empty for anonymous login. Example:
+        admin</p></li>
+    <li><span>Project ID</span>
+      <p>The ID of the Klaros-Testmanagement project to which the
+        test results belong. Example: P00001</p></li>
+    <li><span>Test Environment ID</span>
+      <p>The ID of the test environment under which the tests where
+        run. This environment must be present in
+        theKlaros-Testmanagement project defined above. Example:
+        ENV00001</p></li>
+    <li><span>System Under Test (SUT) ID</span>
+      <p>The ID of the system under test. This SUT must be present
+        in the Klaros-Testmanagement project defined above. Example:
+        SUT00001</p></li>
+    <li><p>Test Report Files - The path to the test results
+        files, which are expected to be in the JUnit XML result format.
+        It is possible to import more than one test result file.</p></li>
+  </ul>
 
 </div>

Deleted: trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-testReport.html (41251 => 41252)


--- trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-testReport.html	2015-03-21 16:37:01 UTC (rev 41251)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/webapp/help-testReport.html	2015-03-21 17:12:40 UTC (rev 41252)
@@ -1,8 +0,0 @@
-<div>
-  <p>
-    <a href="" Fileset 'includes'</a>
-    setting that specifies the generated raw XML report files, such as
-    'myproject/target/test-reports/*.xml'. Basedir of the fileset is the
-    <a href="" root</a>.
- </p>
-</div>

--
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to