public class CobblerDistroCommand extends CobblerCommand
| Modifier and Type | Field and Description |
|---|---|
protected KickstartableTree |
tree |
user, xmlRpcToken| Constructor and Description |
|---|
CobblerDistroCommand(KickstartableTree ksTreeIn) |
CobblerDistroCommand(KickstartableTree ksTreeIn,
User userIn) |
CobblerDistroCommand(User userIn) |
| Modifier and Type | Method and Description |
|---|---|
ValidatorError |
store()
Sync the KickstartData to the Cobbler object
|
getCobblerConnection, getCobblerConnection, invokeCobblerUpdate, invokeXMLRPC, invokeXMLRPC, makeCobblerFileName, makeCobblerName, makeCobblerName, makeCobblerNameprotected KickstartableTree tree
public CobblerDistroCommand(User userIn)
userIn - - user wanting to sync with cobblerpublic CobblerDistroCommand(KickstartableTree ksTreeIn, User userIn)
ksTreeIn - - KickstartableTree to syncuserIn - - user wanting to sync with cobblerpublic CobblerDistroCommand(KickstartableTree ksTreeIn)
ksTreeIn - - KickstartableTree to syncpublic ValidatorError store()
store in class CobblerCommand