
hudson.cli.commands.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- This list is a subset of commands.xml in org/codehaus/groovy/tools/shell. The "load", "save", and "record" commands have been removed because of the ambiguity of their operation on local files in a client/server context and because of a problematic implementation detail in the record command. These commands may be replaced later with Hudson-specific versions that have clearer semantics. --> <commands> <command>org.codehaus.groovy.tools.shell.commands.HelpCommand</command> <command>org.codehaus.groovy.tools.shell.commands.ExitCommand</command> <command>org.codehaus.groovy.tools.shell.commands.ImportCommand</command> <command>org.codehaus.groovy.tools.shell.commands.DisplayCommand</command> <command>org.codehaus.groovy.tools.shell.commands.ClearCommand</command> <command>org.codehaus.groovy.tools.shell.commands.ShowCommand</command> <command>org.codehaus.groovy.tools.shell.commands.InspectCommand</command> <command>org.codehaus.groovy.tools.shell.commands.PurgeCommand</command> <command>org.codehaus.groovy.tools.shell.commands.EditCommand</command> <!--<command>org.codehaus.groovy.tools.shell.commands.LoadCommand</command>--> <!--<command>org.codehaus.groovy.tools.shell.commands.SaveCommand</command>--> <!--<command>org.codehaus.groovy.tools.shell.commands.RecordCommand</command>--> <command>org.codehaus.groovy.tools.shell.commands.HistoryCommand</command> <command>org.codehaus.groovy.tools.shell.commands.AliasCommand</command> <command>org.codehaus.groovy.tools.shell.commands.SetCommand</command> <command>org.codehaus.groovy.tools.shell.commands.ShadowCommand</command> <command>org.codehaus.groovy.tools.shell.commands.RegisterCommand</command> </commands>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy