A B C D F G H I J L M N O P R S U V W _

A

addLine(JobConfigHistoryBaseAction.SideBySideView.Line) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView のメソッド
 
analyze_hunk(Diff.change) - クラス bmsi.util.DiffPrint.Base のメソッド
Look at a hunk of edit script and report the range of lines in each file that it applies to.

B

bmsi.util - パッケージ bmsi.util
 
build_script(boolean[], int, boolean[], int) - インタフェース bmsi.util.Diff.ScriptBuilder のメソッド
Scan the tables of which lines are inserted and deleted, producing an edit script.

C

change_letter(int, int) - クラス bmsi.util.DiffPrint.Base の static メソッド
 
checkConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
See whether the current user may read configurations in the object returned by JobConfigHistoryBaseAction.getAccessControlledObject().
checkConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のメソッド
 
checkConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
 
checkForPurgeByQuantity(File) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Checks if we should purge old history entries under the specified root using the maxHistoryEntries value as the criteria, and if required calls the appropriate method to perform the purge.
clearDuplicateLines() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView のメソッド
 
ConfigHistoryListenerHelper - hudson.plugins.jobConfigHistory の 列挙型
Defines some helper functions needed by JobConfigHistoryJobListener and JobConfigHistorySaveableListener.
ConfigHistoryListenerHelper_anonymous() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
anonymous
ConfigHistoryListenerHelper_CHANGED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Changed
ConfigHistoryListenerHelper_CREATED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Created
ConfigHistoryListenerHelper_DELETED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Deleted
ConfigHistoryListenerHelper_RENAMED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Renamed
ConfigInfo - hudson.plugins.jobConfigHistory の クラス
Holder object for displaying information.
configure(StaplerRequest, JSONObject) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
context - クラス bmsi.util.DiffPrint.ContextPrint の変数
 
create(AbstractProject<?, ?>, File, HistoryDescr) - クラス hudson.plugins.jobConfigHistory.ConfigInfo の static メソッド
Returns a new ConfigInfo object for a Hudson job.
create(String, File, HistoryDescr) - クラス hudson.plugins.jobConfigHistory.ConfigInfo の static メソッド
Returns a new ConfigInfo object for a system configuration file.
createFor(AbstractProject) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryActionFactory のメソッド
createNewHistoryEntry(XmlFile) - 列挙 hudson.plugins.jobConfigHistory.ConfigHistoryListenerHelper のメソッド
Creates a new backup of the job configuration.

D

DEFAULT_EXCLUDE - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
Default regexp pattern of configuration files not to save.
DEFAULT_HISTORY_DIR - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
Default directory for storing history.
deleted - クラス bmsi.util.Diff.change の変数
# lines of file 0 changed here.
deletes - クラス bmsi.util.DiffPrint.Base の変数
 
Diff - bmsi.util の クラス
A class to compare vectors of objects.
Diff(Object[], Object[]) - クラス bmsi.util.Diff のコンストラクタ
Prepare to find differences between two arrays.
diff(Diff.ScriptBuilder) - クラス bmsi.util.Diff のメソッド
Get the results of comparison as an edit script.
Diff.change - bmsi.util の クラス
The result of comparison is an "edit script": a chain of change objects.
Diff.change(int, int, int, int, Diff.change) - クラス bmsi.util.Diff.change のコンストラクタ
Cons an additional entry onto the front of an edit script OLD.
Diff.ScriptBuilder - bmsi.util の インタフェース
 
diff_2(boolean) - クラス bmsi.util.Diff のメソッド
 
DiffPrint - bmsi.util の クラス
A simple framework for printing change lists produced by Diff.
DiffPrint() - クラス bmsi.util.DiffPrint のコンストラクタ
 
DiffPrint.Base - bmsi.util の クラス
A Base class for printing edit scripts produced by Diff.
DiffPrint.Base(Object[], Object[]) - クラス bmsi.util.DiffPrint.Base のコンストラクタ
 
DiffPrint.ContextPrint - bmsi.util の クラス
Prints an edit script in context diff format.
DiffPrint.ContextPrint(Object[], Object[]) - クラス bmsi.util.DiffPrint.ContextPrint のコンストラクタ
 
DiffPrint.EdPrint - bmsi.util の クラス
Prints an edit script in a format suitable for input to ed.
DiffPrint.EdPrint(Object[], Object[]) - クラス bmsi.util.DiffPrint.EdPrint のコンストラクタ
 
DiffPrint.NormalPrint - bmsi.util の クラス
Print a change list in the standard diff format.
DiffPrint.NormalPrint(Object[], Object[]) - クラス bmsi.util.DiffPrint.NormalPrint のコンストラクタ
 
DiffPrint.UnifiedPrint - bmsi.util の クラス
Prints an edit script in context diff format.
DiffPrint.UnifiedPrint(Object[], Object[]) - クラス bmsi.util.DiffPrint.UnifiedPrint のコンストラクタ
 
displayName() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Job Config History
doCheckExcludePattern(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Validates the user entry for the regular expression of system file names to exclude from saving.
doCheckMaxHistoryEntries(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Validates the user entry for the maximum number of history items to keep.
doDiffFiles(StaplerRequest, StaplerResponse) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Parses the incoming POST request and redirects as GET showDiffFiles.

F

file0 - クラス bmsi.util.DiffPrint.Base の変数
Set to the lines of the files being compared.
file1 - クラス bmsi.util.DiffPrint.Base の変数
Set to the lines of the files being compared.
first0 - クラス bmsi.util.DiffPrint.Base の変数
 
first1 - クラス bmsi.util.DiffPrint.Base の変数
 
forwardScript - クラス bmsi.util.Diff の static 変数
Standard ScriptBuilders.

G

getAccessControlledObject() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns the object for which we want to provide access control.
getAccessControlledObject() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のメソッド
Returns the object for which we want to provide access control.
getAccessControlledObject() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
Returns the object for which we want to provide access control.
getConfigFile(File) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Returns the configuration data file stored in the specified history directory.
getConfigs() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のメソッド
Returns the configuration history entries for one AbstractProject.
getConfigs() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
Returns the configuration history entries for all AbstractProjects and System files in this Hudson instance.
getConfiguredHistoryRootDir() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Returns the File object representing the configured root history directory.
getConfigXml(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns the configuration file (default is config.xml) located in diffDir.
getCssClass() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line.Item のメソッド
 
getDate() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the date of the change.
getDefaultExcludePattern() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Used by the configuration page.
getDiff(File, File, String[], String[]) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns a unified diff between two string arrays.
getDiffFile() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns a textual diff between two config.xml files located in histDir1 and histDir2 directories given as parameters of Stapler.getCurrentRequest().
getDiffLines() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns side-by-side (i.e. human-readable) diff view lines.
getDisplayName() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Make method final, as we always want the same display name.
getExcludePattern() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
getExcludeRegexpPattern() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Used for testing to verify invalid pattern not loaded.
getFile() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the URL encoded absolute name of the file.
getFile() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns JobConfigHistoryBaseAction.getConfigXml(String) as String.
getFilter() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
 
getHistoryDir(XmlFile) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Returns the configuration history directory for the given configuration file.
getHistoryRootDir() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
getHudson() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns the hudson instance.
getIconFileName() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Make method final, as we always want the same icon file.
getIsJob() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns true if this object represents a Hudson job as opposed to representing a system configuration.
getJob() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the name of the job.
getLeft() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line のメソッド
 
getLineNumber() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line.Item のメソッド
 
getLines() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView のメソッド
 
getMaxHistoryEntries() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
getOperation() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the type of the operation.
getOperation() - クラス hudson.plugins.jobConfigHistory.HistoryDescr のメソッド
Returns name of the operation.
getPlugin() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns the JobConfigHistory plugin instance.
getProject() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のメソッド
Returns the project for which we want to see the config history, the config files or the diff.
getRequestParameter(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns the parameter named parameterName from current request.
getRight() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line のメソッド
 
getSaveSystemConfiguration() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
getSkipDuplicateHistory() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 
getSystemConfigs(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
Returns the configuration history entries for all System files in this Hudson instance.
getSystemHistoryDir() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Returns the directory for storing system configurations.
getText() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line.Item のメソッド
 
getTimestamp() - クラス hudson.plugins.jobConfigHistory.HistoryDescr のメソッド
Returns timestamp of the operation.
getUrlName() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Do not make this method final as JobConfigHistoryRootAction overrides this method.
getUrlName() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
Do not make this method final as JobConfigHistoryRootAction overrides this method.
getUser() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the display name of the user.
getUser() - クラス hudson.plugins.jobConfigHistory.HistoryDescr のメソッド
Returns display name of the user doing the operation.
getUserID() - クラス hudson.plugins.jobConfigHistory.ConfigInfo のメソッド
Returns the id of the user.
getUserID() - クラス hudson.plugins.jobConfigHistory.HistoryDescr のメソッド
Returns id of the user doing the operation.

H

hasConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Returns whether the current user may read configurations in the object returned by JobConfigHistoryBaseAction.getAccessControlledObject().
hasConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のメソッド
 
hasConfigurePermission() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
 
heuristic - クラス bmsi.util.Diff の変数
When set to true, the comparison uses a heuristic to speed it up.
HISTORY_FILE - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
name of history xml file.
HISTORY_FILTER - クラス hudson.plugins.jobConfigHistory.JobConfigHistory の static 変数
A filter to return only those directories of a file listing that represent configuration history directories.
HistoryDescr - hudson.plugins.jobConfigHistory の クラス
Holder for information about an altering operation saved to JobConfigHistoryConsts.HISTORY_FILE.
HistoryDescr(String, String, String, String) - クラス hudson.plugins.jobConfigHistory.HistoryDescr のコンストラクタ
 
hudson.plugins.jobConfigHistory - パッケージ hudson.plugins.jobConfigHistory
 
hunkfun(Diff.change) - クラス bmsi.util.DiffPrint.Base のメソッド
Called with the tail of the script and returns the last link that belongs together with the start of the tail.

I

ICONFILENAME - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
Path to the icon.
ID_FORMATTER - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
Format for timestamped dirs.
ignore - クラス bmsi.util.DiffPrint.Base の変数
Set to ignore certain kinds of lines when printing an edit script.
inserted - クラス bmsi.util.Diff.change の変数
# lines of file 1 changed here.
inserts - クラス bmsi.util.DiffPrint.Base の変数
 
isFiltered() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のメソッド
 
isSaveable(Saveable, XmlFile) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
Returns true if configuration for this item should be saved, based on the plugin settings, the type of item and the configuration file specified.
isSkipping() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line のメソッド
 

J

JobConfigHistory - hudson.plugins.jobConfigHistory の クラス
Class supporting global configuration settings, along with methods associated with the plugin itself.
JobConfigHistory() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のコンストラクタ
 
JobConfigHistoryActionFactory - hudson.plugins.jobConfigHistory の クラス
Extends project actions for all jobs.
JobConfigHistoryActionFactory() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryActionFactory のコンストラクタ
 
JobConfigHistoryBaseAction - hudson.plugins.jobConfigHistory の クラス
Implements some basic methods needed by the JobConfigHistoryRootAction and JobConfigHistoryProjectAction.
JobConfigHistoryBaseAction() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のコンストラクタ
Set the Hudson instance.
JobConfigHistoryBaseAction.SideBySideView - hudson.plugins.jobConfigHistory の クラス
 
JobConfigHistoryBaseAction.SideBySideView() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView のコンストラクタ
 
JobConfigHistoryBaseAction.SideBySideView.Line - hudson.plugins.jobConfigHistory の クラス
 
JobConfigHistoryBaseAction.SideBySideView.Line() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line のコンストラクタ
 
JobConfigHistoryBaseAction.SideBySideView.Line.Item - hudson.plugins.jobConfigHistory の クラス
 
JobConfigHistoryBaseAction.SideBySideView.Line.Item() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction.SideBySideView.Line.Item のコンストラクタ
 
JobConfigHistoryConsts - hudson.plugins.jobConfigHistory の クラス
Holder for constants.
JobConfigHistoryJobListener - hudson.plugins.jobConfigHistory の クラス
Saves the job configuration if the job is created or renamed.
JobConfigHistoryJobListener() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryJobListener のコンストラクタ
 
JobConfigHistoryProjectAction - hudson.plugins.jobConfigHistory の クラス
 
JobConfigHistoryProjectAction(AbstractProject<?, ?>) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryProjectAction のコンストラクタ
 
JobConfigHistoryRootAction - hudson.plugins.jobConfigHistory の クラス
 
JobConfigHistoryRootAction() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryRootAction のコンストラクタ
 
JobConfigHistorySaveableListener - hudson.plugins.jobConfigHistory の クラス
Saves the job configuration at SaveableListener.onChange(Saveable, XmlFile).
JobConfigHistorySaveableListener() - クラス hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener のコンストラクタ
 

L

last0 - クラス bmsi.util.DiffPrint.Base の変数
 
last1 - クラス bmsi.util.DiffPrint.Base の変数
 
line0 - クラス bmsi.util.Diff.change の変数
Line number of 1st deleted line.
line1 - クラス bmsi.util.Diff.change の変数
Line number of 1st inserted line.
link - クラス bmsi.util.Diff.change の変数
Previous or next edit command.

M

main(String[]) - クラス bmsi.util.DiffPrint の static メソッド
 
Messages - hudson.plugins.jobConfigHistory の クラス
 
Messages() - クラス hudson.plugins.jobConfigHistory.Messages のコンストラクタ
 

N

no_discards - クラス bmsi.util.Diff の変数
When set to true, the algorithm returns a guarranteed minimal set of changes.

O

onChange(Saveable, XmlFile) - クラス hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener のメソッド
onCreated(Item) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryJobListener のメソッド
onDeleted(Item) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryJobListener のメソッド
onRenamed(Item, String, String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryJobListener のメソッド
Also checks if we have history stored under the old name.
outfile - クラス bmsi.util.DiffPrint.Base の変数
 

P

print_1_line(String, Object) - クラス bmsi.util.DiffPrint.Base のメソッド
 
print_context_label(String, File, String) - クラス bmsi.util.DiffPrint.ContextPrint のメソッド
 
print_function(Object[], int) - クラス bmsi.util.DiffPrint.ContextPrint のメソッド
 
print_header(String, String) - クラス bmsi.util.DiffPrint.Base のメソッド
Called to print the script header which identifies the files compared.
print_header(String, String) - クラス bmsi.util.DiffPrint.ContextPrint のメソッド
 
print_header(String, String) - クラス bmsi.util.DiffPrint.UnifiedPrint のメソッド
 
print_hunk(Diff.change) - クラス bmsi.util.DiffPrint.Base のメソッド
 
print_hunk(Diff.change) - クラス bmsi.util.DiffPrint.ContextPrint のメソッド
 
print_hunk(Diff.change) - クラス bmsi.util.DiffPrint.EdPrint のメソッド
Print a hunk of an ed diff
print_hunk(Diff.change) - クラス bmsi.util.DiffPrint.NormalPrint のメソッド
Print a hunk of a normal diff.
print_hunk(Diff.change) - クラス bmsi.util.DiffPrint.UnifiedPrint のメソッド
 
print_number_range(char, int, int) - クラス bmsi.util.DiffPrint.Base のメソッド
Print a pair of line numbers with SEPCHAR, translated for file FILE.
print_script(Diff.change) - クラス bmsi.util.DiffPrint.Base のメソッド
Divide SCRIPT into pieces by calling HUNKFUN and print each piece with PRINTFUN.

R

reverseScript - クラス bmsi.util.Diff の static 変数
Standard ScriptBuilders.

S

setMaxHistoryEntries(String) - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
This method is for convenience in testing.
setOutput(Writer) - クラス bmsi.util.DiffPrint.Base のメソッド
 
setupOutput() - クラス bmsi.util.DiffPrint.Base のメソッド
 
start() - クラス hudson.plugins.jobConfigHistory.JobConfigHistory のメソッド
 

U

URLNAME - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryConsts の static 変数
Path to the jobConfigHistory base.

V

valueOf(String) - 列挙 hudson.plugins.jobConfigHistory.ConfigHistoryListenerHelper の static メソッド
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 hudson.plugins.jobConfigHistory.ConfigHistoryListenerHelper の static メソッド
この列挙型の定数を含む配列を宣言されている順序で返します。

W

wantRawOutput() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Do we want 'raw' output?
wantXmlOutput() - クラス hudson.plugins.jobConfigHistory.JobConfigHistoryBaseAction のメソッド
Do we want 'xml' output?

_

_ConfigHistoryListenerHelper_anonymous() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
anonymous
_ConfigHistoryListenerHelper_CHANGED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Changed
_ConfigHistoryListenerHelper_CREATED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Created
_ConfigHistoryListenerHelper_DELETED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Deleted
_ConfigHistoryListenerHelper_RENAMED() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Renamed
_displayName() - クラス hudson.plugins.jobConfigHistory.Messages の static メソッド
Job Config History

A B C D F G H I J L M N O P R S U V W _

Copyright © 2004-2011. All Rights Reserved.