Package jenkins.plugins.jclouds.cli
Class JCloudsGetUserdataCommand
java.lang.Object
hudson.cli.CLICommand
jenkins.plugins.jclouds.cli.JCloudsGetUserdataCommand
- All Implemented Interfaces:
ExtensionPoint
,Cloneable
Exports an all jclouds UserData to xml on stdout
- Author:
- Fritz Elfert
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsFields inherited from class hudson.cli.CLICommand
ALLOW_AT_SYNTAX, channel, locale, stderr, stdin, stdout
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
printUsage
(PrintStream stderr, org.kohsuke.args4j.CmdLineParser p) protected int
run()
Methods inherited from class hudson.cli.CLICommand
all, checkChannel, clone, createClone, getClientCharset, getClientEnvironmentVariable, getClientSystemProperty, getCmdLineParser, getCurrent, getLongDescription, getName, getSingleLineSummary, getTransportAuthentication, getTransportAuthentication2, getUsage, main, printUsageSummary, setClientCharset, setTransportAuth, setTransportAuth2
-
Field Details
-
cred
-
-
Constructor Details
-
JCloudsGetUserdataCommand
public JCloudsGetUserdataCommand()
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescription
in classCLICommand
-
run
- Specified by:
run
in classCLICommand
- Throws:
IOException
org.kohsuke.args4j.CmdLineException
-
printUsage
- Overrides:
printUsage
in classCLICommand
-