public class CobblerDistroCreateCommand extends CobblerDistroCommand
treeuser, xmlRpcToken| Constructor and Description |
|---|
CobblerDistroCreateCommand(KickstartableTree ksTreeIn)
Constructor
|
CobblerDistroCreateCommand(KickstartableTree ksTreeIn,
User userIn)
Constructor
|
CobblerDistroCreateCommand(KickstartableTree ksTreeIn,
User userIn,
boolean syncProfilesIn)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ValidatorError |
store()
Save the Cobbler profile to cobbler.
|
getCobblerConnection, getCobblerConnection, invokeCobblerUpdate, invokeXMLRPC, invokeXMLRPC, makeCobblerFileName, makeCobblerName, makeCobblerName, makeCobblerNamepublic CobblerDistroCreateCommand(KickstartableTree ksTreeIn)
ksTreeIn - to syncpublic CobblerDistroCreateCommand(KickstartableTree ksTreeIn, User userIn)
ksTreeIn - to syncuserIn - - user wanting to sync with cobblerpublic CobblerDistroCreateCommand(KickstartableTree ksTreeIn, User userIn, boolean syncProfilesIn)
ksTreeIn - to syncuserIn - - user wanting to sync with cobblersyncProfilesIn - - true if you want the distro command
to run a CobblerProfileSync
when storing.public ValidatorError store()
store in class CobblerDistroCommand