• O
    [FIXED JENKINS-18485] Use correct node permissions in remote API · 3e45ce9a
    Oliver Gondža 提交于
    From now on user needs:
      Computer.CREATE to use 'create-node' CLI command
      Computer.DELETE to use 'delete-node' CLI command
      Computer.CONFIGURE to use 'update-node' CLI command and its REST alternative
      Computer.READ to use 'get-node' CLI command and its REST alternative
    3e45ce9a
CreateNodeCommand.java 2.5 KB