Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-24094] Folding help in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mixalturek committed Aug 3, 2014
1 parent 780686a commit 0a4c1fb
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 43 deletions.
@@ -1,14 +1,13 @@
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry title="${%SLOCCount reports}"
description="${%description.pattern('http://ant.apache.org/manual/Types/fileset.html')}">
<f:entry title="${%SLOCCount reports}" field="pattern">
<f:textbox name="pattern" value="${instance.pattern}"/>
</f:entry>
<f:advanced>
<f:entry title="${%Report charset}" description="${%description.encoding}">
<f:entry title="${%Report charset}" field="encoding">
<f:textbox name="encoding" value="${instance.encoding}"/>
</f:entry>

<f:entry title="${%Builds in graph}" description="${%description.numBuildsInGraph}">
<f:entry title="${%Builds in graph}" field="numBuildsInGraph">
<f:textbox name="numBuildsInGraph" value="${instance.numBuildsInGraph}"/>
</f:entry>

Expand Down

This file was deleted.

@@ -1,10 +1,2 @@
SLOCCount\ reports=SLOCCount Ergebnisse
Report\ charset=Bericht Zeichensatz
description.pattern=Angabe einer <a href="{0}">ANT Fileset 'includes'</a> \
Anweisung, die den Pfad zu den erzeugten SLOCCount Berichtdateien bestimmt, z.B. '**/sloccount.sc'. \
Als Ausgangsverzeichnis für diese Anweisung wird der <a href="ws/">Arbeitsbereich</a> verwendet. \
Falls kein Wert eingetragen wird, dann wird die Vorgabe '**/sloccount.sc' benutzt. Bitte darauf \
achten, dass damit keine anderen Dateien ausgewählt werden, sonst schlägt das Einlesen fehl.\
Der Bericht muss mit den sloccount Optionen "--wide --details" erzeugt worden sein.
description.encoding=Zeichensatz welcher beim Einlesen der SLOCCount Berichtdateien verwendet wird. \
Ist kein Wert angegeben wird als Standard 'UTF-8' verwendet.
@@ -1,20 +1,2 @@
SLOCCount\ reports=SLOCCount \u30ec\u30dd\u30fc\u30c8
Report\ charset=\u30ec\u30dd\u30fc\u30c8\u306e\u6587\u5b57\u30b3\u30fc\u30c9
description.pattern=\
'**/sloccount.sc'\u306e\u3088\u3046\u306b\u3001\u751f\u6210\u3055\u308c\u305fSLOCCount\u306e\u30ec\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3059\u308b<a href="{0}">Fileset 'includes'</a>\u3067\u3059\u3002\
\u30d5\u30a1\u30a4\u30eb\u30bb\u30c3\u30c8\u306e\u30d9\u30fc\u30b9\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u3001<a href="ws/">\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u306e\u30eb\u30fc\u30c8</a>\u3067\u3059\u3002\
\u672a\u6307\u5b9a\u306e\u5834\u5408\u306f\u3001'**/sloccount.sc'\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002\u30ec\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u306a\u3044\u30d5\u30a1\u30a4\u30eb\u3092\u542b\u307e\u306a\u3044\u3088\u3046\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\
sloccount \u30b3\u30de\u30f3\u30c9\u306b"--wide --details" \u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u4f7f\u7528\u3057\u3066\u3001\u30ec\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002




<a href="{0}">Fileset 'includes'</a> \
setting that specifies the generated raw SLOCCount report files, such as '**/sloccount.sc'. \
Basedir of the fileset is <a href="ws/">the workspace root</a>. \
If no value is set, then the default '**/sloccount.sc' is used. Be sure not to include any \
non-report files into this pattern. The report files must have been generated by sloccount \
using the "--wide --details" options.

description.encoding=\
SLOCCount\u306e\u30ec\u30dd\u30fc\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u89e3\u6790\u3059\u308b\u969b\u306b\u4f7f\u7528\u3059\u308b\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u3067\u3059\u3002\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u3001'UTF-8'\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002
@@ -0,0 +1 @@
The character encoding of SLOCCount result files. If no value is set, default 'UTF-8' will be used.
@@ -0,0 +1,2 @@
Zeichensatz welcher beim Einlesen der SLOCCount Berichtdateien verwendet wird.
Ist kein Wert angegeben wird als Standard 'UTF-8' verwendet.
@@ -0,0 +1 @@
SLOCCountのレポートファイルを解析する際に使用するエンコーディングです。指定しない場合は、'UTF-8'を使用します。
@@ -0,0 +1,2 @@
Maximal number of last successful builds, that are displayed in the trend graphs.
Use 1 or less for unlimited.
@@ -0,0 +1,6 @@
<a href="http://ant.apache.org/manual/Types/fileset.html">Fileset 'includes'</a>
setting that specifies the generated raw SLOCCount report files, such as '**/sloccount.sc'.
Basedir of the fileset is <a href="ws/">the workspace root</a>.
If no value is set, then the default '**/sloccount.sc' is used. Be sure not to include any
non-report files into this pattern. The report files must have been generated by sloccount
using the "--wide --details" options.
@@ -0,0 +1,6 @@
Angabe einer <a href="http://ant.apache.org/manual/Types/fileset.html">ANT Fileset 'includes'</a>
Anweisung, die den Pfad zu den erzeugten SLOCCount Berichtdateien bestimmt, z.B. '**/sloccount.sc'.
Als Ausgangsverzeichnis für diese Anweisung wird der <a href="ws/">Arbeitsbereich</a> verwendet.
Falls kein Wert eingetragen wird, dann wird die Vorgabe '**/sloccount.sc' benutzt. Bitte darauf
achten, dass damit keine anderen Dateien ausgewählt werden, sonst schlägt das Einlesen fehl.
Der Bericht muss mit den sloccount Optionen "--wide --details" erzeugt worden sein.
@@ -0,0 +1,4 @@
'**/sloccount.sc'のように、生成されたSLOCCountのレポートファイルを指定する<a href="http://ant.apache.org/manual/Types/fileset.html">Fileset 'includes'</a>です。
ファイルセットのベースディレクトリは、<a href="ws/">ワークスペースのルート</a>です。
未指定の場合は、'**/sloccount.sc'を使用します。レポートファイルでないファイルを含まないようにしてください。
sloccount コマンドに"--wide --details" オプションを使用して、レポートファイルを作成しなければなりません。

0 comments on commit 0a4c1fb

Please sign in to comment.