public class TreeEditOperation extends BaseTreeEditOperation
KICKSTART_CAPABILITY, treeuser| Constructor and Description |
|---|
TreeEditOperation(java.lang.Long treeId,
User userIn)
Constructor for use when editing an existing KickstartableTree
|
TreeEditOperation(java.lang.String treeLabel,
User userIn)
Constructor for use when deleting an existing KickstartableTree
|
TreeEditOperation(User userIn)
Default constructor: DONT USE
|
| Modifier and Type | Method and Description |
|---|---|
protected CobblerCommand |
getCobblerCommand()
Get the CobblerCommand class associated with this operation.
|
getKernelOptions, getKernelOptionsPost, getKickstartableTreeChannels, getTree, setBasePath, setChannel, setInstallType, setKernelOptions, setKernelOptionsPost, setLabel, store, validateBasePath, validateLabelgetUserpublic TreeEditOperation(User userIn)
userIn - to setpublic TreeEditOperation(java.lang.Long treeId,
User userIn)
treeId - to lookupuserIn - who owns the treepublic TreeEditOperation(java.lang.String treeLabel,
User userIn)
treeLabel - to lookupuserIn - who owns the treeprotected CobblerCommand getCobblerCommand()
getCobblerCommand in class BaseTreeEditOperation